summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-05-11mac80211: do not accept/forward invalid EAPOL framesJohannes Berg
2021-05-11mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg
2021-05-11mac80211: check defrag PN against current frameJohannes Berg
2021-05-11mac80211: add fragment cache to sta_infoJohannes Berg
2021-05-11mac80211: drop A-MSDUs on old ciphersJohannes Berg
2021-05-11cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef
2021-05-11mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef
2021-05-11mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef
2021-05-11mac80211: assure all fragments are encryptedMathy Vanhoef
2021-05-10tipc: make node link identity publish thread safeHoang Le
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean
2021-05-10net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter
2021-05-10net/nfc/rawsock.c: fix a permission check bugJeimon
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-05-07mptcp: fix splat when closing unaccepted socketPaolo Abeni
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet
2021-05-07netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet
2021-05-06tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-05-05netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso
2021-05-05netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso
2021-05-05Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-05-05netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera
2021-05-05netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet
2021-05-04net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen
2021-05-04net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart
2021-05-04libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov
2021-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-04xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo
2021-05-03netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal
2021-05-03netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso
2021-05-03sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-03Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-05-03net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter
2021-05-03sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long
2021-05-03Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long
2021-05-03Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long
2021-05-01xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever
2021-05-01sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long
2021-04-30Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long
2021-04-30vsock/vmci: Remove redundant assignment to errYang Li
2021-04-30net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer
2021-04-30net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer