summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-02Merge tag 'batadv-next-pullrequest-20260601' of https://git.open-mesh.org/batadvJakub Kicinski
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-02af_unix: Remove sock->state assignment.Kuniyuki Iwashima
2026-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet
2026-06-02wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotapDeepanshu Kartikey
2026-06-02wifi: nl80211: reject oversized EMA RNR listsYuqi Xu
2026-06-02xfrm: iptfs: fix use-after-free on first_skb in __input_process_payloadZhenghang Xiao
2026-06-01devlink: Release nested relation on devlink freeMark Bloch
2026-06-01net: qrtr: fix node refcount leak on ctrl packet alloc failureWentao Liang
2026-06-01l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()Lee Jones
2026-06-016lowpan: fix off-by-one in multicast context address compressionYizhou Zhao
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim
2026-06-01tcp_bbr: fix SPDX-License-Identifier to be GPL-2.0 OR BSD-3-ClauseNeal Cardwell
2026-06-01NFSD: Put cache get-reqs dump attrs under replyChuck Lever
2026-06-01sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink commandJeff Layton
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton
2026-06-01sunrpc: add netlink upcall for the auth.unix.gid cacheJeff Layton
2026-06-01sunrpc: add netlink upcall for the auth.unix.ip cacheJeff Layton
2026-06-01sunrpc: add a generic netlink family for cache upcallsJeff Layton
2026-06-01sunrpc: add helpers to count and snapshot pending cache requestsJeff Layton
2026-06-01sunrpc: add a cache_notify callbackJeff Layton
2026-06-01sunrpc: rename cache_pipe_upcall() to cache_do_upcall()Jeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton
2026-06-01sunrpc: skip svc_xprt_enqueue when transport is busyChuck Lever
2026-06-01sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idleChuck Lever
2026-06-01sunrpc: skip svc_xprt_enqueue when no work is pendingChuck Lever
2026-06-01batman-adv: use neigh_node's orig_node only as idSven Eckelmann
2026-06-01batman-adv: tvlv: avoid unnecessary OGM buffer reallocationsSven Eckelmann
2026-06-01batman-adv: tt: replace open-coded overflow check with helperSven Eckelmann
2026-06-01batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic vlan config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: extract netdev wifi detection information objectSven Eckelmann
2026-06-01netfilter: nft_byteorder: remove multi-register supportFlorian Westphal
2026-06-01netfilter: bridge: make ebt_snat ARP rewrite writableYiming Qian
2026-06-01netfilter: nft_ct: bail out on template ct in get evalJiayuan Chen
2026-06-01netfilter: nft_tunnel: fix use-after-free on object destroyTristan Madani
2026-06-01netfilter: conntrack_irc: fix possible out-of-bounds readFlorian Westphal
2026-06-01netfilter: synproxy: add mutex to guard hook reference countingFernando Fernandez Mancera
2026-06-01netfilter: nft_fib_ipv6: bail out of sibling walk if rt got unlinkedJiayuan Chen
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov
2026-06-01netfilter: xt_NFQUEUE: prefer raw_smp_processor_idFernando Fernandez Mancera
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-06-01xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()Takao Sato