summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-21Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
2023-09-20net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()Jinjie Ruan
2023-09-20netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-09-20netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal
2023-09-20net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere
2023-09-18mptcp: fix dangling connection hang-upPaolo Abeni
2023-09-18mptcp: rename timer related helper to less confusing namesPaolo Abeni
2023-09-18mptcp: process pending subflow error on closePaolo Abeni
2023-09-18mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2023-09-18mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima
2023-09-13netfilter: nf_tables: Fix entries val in rule reset audit logPhil Sutter
2023-09-13netfilter: conntrack: fix extension size tableFlorian Westphal
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-09-13Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust
2023-09-13SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-13tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima
2023-09-12net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-09-11netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-09-11kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida
2023-09-11hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan
2023-09-10net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang
2023-09-10net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang
2023-09-08net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-08netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso
2023-09-08netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso
2023-09-08netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso
2023-09-08netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso
2023-09-08netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso
2023-09-07Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
2023-09-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds