summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-06-03net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean1-5/+7
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-06-03net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter1-2/+3
2021-06-03tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-06-03tipc: wait and exit until all work queues are doneXin Long3-0/+7
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2-1/+14
2021-06-03mac80211: check defrag PN against current frameJohannes Berg3-9/+20
2021-06-03mac80211: add fragment cache to sta_infoJohannes Berg5-42/+73
2021-06-03mac80211: drop A-MSDUs on old ciphersJohannes Berg1-1/+18
2021-06-03cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef1-0/+3
2021-06-03mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2-3/+3
2021-06-03mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef4-0/+16
2021-06-03mac80211: assure all fragments are encryptedMathy Vanhoef1-11/+12
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-26Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz1-0/+9
2021-05-26Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz1-4/+20
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-05-22ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-05-22bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming1-2/+3
2021-05-22xsk: Simplify detection of empty and full ringsMagnus Karlsson1-2/+5
2021-05-19netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart1-1/+4
2021-05-19mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-3/+3
2021-05-19netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet1-1/+9
2021-05-19netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso1-0/+2
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-05-19netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso1-19/+69
2021-05-19sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long1-1/+2
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers1-6/+5
2021-05-19sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long1-5/+20
2021-05-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng1-0/+6
2021-05-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-05-19flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-05-19sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva1-1/+1
2021-05-19mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-05-19ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-19Bluetooth: check for zapped sk before connectingArchie Pusaka1-0/+8
2021-05-19net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov1-1/+3
2021-05-19Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-05-19Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-05-19tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-05-14sctp: delay auto_asconf init until binding the first addrXin Long1-14/+17
2021-05-14Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long1-5/+8