aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-06net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang
2023-10-06netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-10-06netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal
2023-10-06net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-10-06net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-10-06net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski
2023-10-06dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-10-06netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich
2023-10-06net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-10-06netfilter: conntrack: fix extension size tableFlorian Westphal
2023-10-06netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-06netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso
2023-10-06netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso
2023-10-06netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso
2023-10-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso
2023-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-10-06netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-10-06netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-10-06netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-10-06netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-10-06netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-10-06netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-10-06SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim
2023-09-23Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust
2023-09-23wifi: mac80211: check for station first in client probeJohannes Berg
2023-09-23wifi: cfg80211: ocb: don't leave if not joinedJohannes Berg
2023-09-23wifi: cfg80211: reject auth/assoc to AP with our addressJohannes Berg
2023-09-23netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi
2023-09-23wifi: mac80211: check S1G action frame sizeJohannes Berg
2023-09-23netlink: convert nlk->flags to atomic flagsEric Dumazet
2023-09-23Bluetooth: Fix hci_suspend_sync crashYing Hsu
2023-09-23net/ipv4: return the real errno instead of -EINVALxu xin
2023-09-23net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima
2023-09-23devlink: remove reload failed checks in params get/set callbacksJiri Pirko
2023-09-19kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-19tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima
2023-09-19ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-09-19kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida