summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-22batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann
2023-08-22can: raw: add missing refcount for memory leak fixOliver Hartkopp
2023-08-22can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-08-18dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-18devlink: add missing unregister linecard notificationJiri Pirko
2023-08-18Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller
2023-08-16ipv6: fix indentation of a config attributePrasad Pandit
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-08-15net: openvswitch: reject negative ifindexJakub Kicinski
2023-08-16netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-16netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-08-16netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-16netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-16netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal
2023-08-16netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal
2023-08-16netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-08-16netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal
2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-14sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsgJeff Layton
2023-08-14Revert "vlan: Fix VLAN 0 memory leak"Vlad Buslov
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-10net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski
2023-08-10Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-08-10netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-08-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-08-09bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai