summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-18vsock: use sock_error() to consume sk_err after a failed connectNguyen Dinh Phi
2026-08-18vsock: remove the now-unused rejected flagNguyen Dinh Phi
2026-08-18vsock: don't check the listener's sk_err in vsock_accept()Nguyen Dinh Phi
2026-08-18net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets
2026-08-18ip: orphan prefetched skbs before multicast forwardingZhiling Zou
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou
2026-08-18ip6_gre: fix hardware header length for NBMA tunnelsZhiling Zou
2026-08-18net/smc: hash socket only after full initialisation in smc_sk_init()Mahanta Jambigi
2026-08-18mpls: reload header after pskb_may_pull()Qing Ming
2026-08-18xfrm: bound nat keepalive state collectionZihan Xi
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-17net: bridge: vlan: fix inverted default vlan notificationNikolay Aleksandrov
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra
2026-08-17net: scm: move scm_detach_fds() from common path to scm_recv_unix()Jori Koolstra
2026-08-17net: af_unix: enable custom setsockopt for all socket typesJori Koolstra
2026-08-17tls: fix RX desync on overlapping skbsMaximilian Immanuel Brandtner
2026-08-17mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resetsShardul Bankar
2026-08-17mptcp: honour configured min/max RTO in retransmit pathsKalpan Jani
2026-08-17mptcp: pm: userspace: make remove_addr_entry staticMatthieu Baerts (NGI0)
2026-08-17mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflowTao Cui
2026-08-18ipvs: fix integer overflow in ftp helper port/address parsingJoas Antonio dos Santos
2026-08-18netfilter: nf_tables: call set ops .commit when building new ruleset blobPablo Neira Ayuso
2026-08-18netfilter: nf_tables: move set_update_list to nftables per-netnsPablo Neira Ayuso
2026-08-18netfilter: ctnetlink: do not expose expectation DEAD flagPablo Neira Ayuso
2026-08-18netfilter: nf_conntrack_expect: consolidate check for insertion of dead expec...Pablo Neira Ayuso
2026-08-18netfilter: nf_tables: don't queue packet path object notificationsFourie Zhang
2026-08-18netfilter: ipset: remove need to allocate memory on delete operationsFlorian Westphal
2026-08-18netfilter: validate L4 headers after userspace packet writesZhiling Zou
2026-08-17net: hsr: free learned nodes on device setup failureXin Xie
2026-08-17net: kcm: Hold RCU read lock while running BPF parserJunseo Lim
2026-08-17ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()Zhiling Zou
2026-08-17ipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
2026-08-17net: pktgen: use a consistent flow countQi Zhang
2026-08-17Merge tag 'nfc-7.1-rc8' of https://codeberg.org/linux-nfc/linuxJakub Kicinski
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-17psp: use unrcu_pointer() for the cmpxchg() on netdev psp_devWei Wang
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17net: psp: use psp_dev_is_registered() in psp_assoc_free()Daniel Zahka
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-17bpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen
2026-08-17SUNRPC: wait for in-flight client TLS handshake callbackJérémy Jean
2026-08-17sunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_p...Luxiao Xu
2026-08-17bpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
2026-08-17bpf: Allow new DECAP flags and add guard railsNick Hudson
2026-08-17bpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson
2026-08-17bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim
2026-08-17lwt_bpf: Restore reserved headroom after xmit programJunseo Lim
2026-08-17bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj