summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-06net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang1-1/+2
2023-10-06netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-10-06netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal1-0/+4
2023-10-06net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-5/+7
2023-10-06net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-10-06net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-10-06dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-10-06netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich1-0/+2
2023-10-06net/core: Fix ETH_P_1588 flow dissectorSasha Neftin1-1/+1
2023-10-06netfilter: conntrack: fix extension size tableFlorian Westphal1-2/+2
2023-10-06netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso1-4/+5
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-2/+8
2023-10-06netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso1-6/+3
2023-10-06netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso1-1/+1
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso4-6/+22
2023-10-06netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso1-4/+2
2023-10-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso1-2/+6
2023-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2-0/+6
2023-10-06netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-10-06netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+6
2023-10-06netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso1-1/+6
2023-10-06netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso1-4/+32
2023-10-06netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal1-19/+4
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-47/+1
2023-10-06netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso1-2/+4
2023-10-06netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso4-103/+173
2023-10-06netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso1-11/+237
2023-10-06netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal4-10/+16
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-4/+7
2023-10-06SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust1-0/+1
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim5-842/+0
2023-09-23Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust1-1/+1
2023-09-23wifi: mac80211: check for station first in client probeJohannes Berg1-7/+8
2023-09-23wifi: cfg80211: ocb: don't leave if not joinedJohannes Berg1-0/+3
2023-09-23wifi: cfg80211: reject auth/assoc to AP with our addressJohannes Berg1-0/+13
2023-09-23netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi1-2/+1
2023-09-23wifi: mac80211: check S1G action frame sizeJohannes Berg1-0/+4
2023-09-23netlink: convert nlk->flags to atomic flagsEric Dumazet3-74/+48
2023-09-23Bluetooth: Fix hci_suspend_sync crashYing Hsu1-0/+4
2023-09-23net/ipv4: return the real errno instead of -EINVALxu xin1-1/+1
2023-09-23net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima1-3/+3
2023-09-23devlink: remove reload failed checks in params get/set callbacksJiri Pirko1-2/+2
2023-09-19kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima1-7/+8
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima1-1/+6
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima1-1/+2
2023-09-19tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima1-15/+13
2023-09-19ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2-12/+9
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian1-2/+2
2023-09-19kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida1-0/+2