summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2026-07-11rtnetlink: Add per-netns rtnl_work.Kuniyuki Iwashima
2026-07-11rtnetlink: Call unregister_netdevice_many() only once in rtnl_link_unregister().Kuniyuki Iwashima
2026-07-11rtnetlink: Lock sock_net(skb->sk) in rtnl_newlink().Kuniyuki Iwashima
2026-07-11Merge tag 'ipsec-2026-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-07-10bpf: Fix unused nskb warning in bpf_icmp_sendMahe Tardy
2026-07-10bpf: Add bpf_icmp_send kfuncMahe Tardy
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-09bpf: Fix UAF in sock clone early bailoutsMatt Bobrowski
2026-07-07net: require instance lock for NETDEV_DOWN/GOING_DOWN notifiersStanislav Fomichev
2026-07-07net: rtnetlink: take instance lock inside rtnl_configure_linkStanislav Fomichev
2026-07-07net: hold instance lock around NETDEV_DOWN/GOING_DOWNStanislav Fomichev
2026-07-07net: fib_rules: Destroy ops->lock in fib_rules_unregister().Kuniyuki Iwashima
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-01net: fib_rules: Only hold RTNL for the first IPv4 RTM_NEWRULE.Kuniyuki Iwashima
2026-07-01net: fib_rules: Use dev_get_by_name_rcu().Kuniyuki Iwashima
2026-07-01net: fib_rules: Drop RTNL assertions.Kuniyuki Iwashima
2026-07-01net: fib_rules: Remove unnecessary EXPORT_SYMBOL.Kuniyuki Iwashima
2026-07-01net: fib_rules: Add fib_rules_ops.lock.Kuniyuki Iwashima
2026-07-01net: fib_rules: Make fib_rules_ops.delete() return void.Kuniyuki Iwashima
2026-06-30netpoll: do not warn when the best-effort pool refill failsBreno Leitao
2026-06-27netpoll: fix a use-after-free on shutdown pathBreno Leitao
2026-06-26xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak
2026-06-25bpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim
2026-06-25bpf: Support BPF_F_EGRESS with bpf_redirect_peerJordan Rife
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski
2026-06-23net: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki
2026-06-23net, bpf: check master for NULL in xdp_master_redirect()Xiang Mei
2026-06-21bpf: zero-initialize the fib lookup flow structAvinash Duduskar
2026-06-18flow_dissector: check device type before reading ETH_ADDRSYun Zhou
2026-06-17netdev-genl: report NAPI thread PID in the caller's pid namespaceMaoyi Xie
2026-06-17net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-16net: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-16net: skmsg: preserve sg.copy across SG transformsYiming Qian
2026-06-16tls: remove dead sockmap (psock) handling from the SW pathJakub Kicinski
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-14bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim
2026-06-14bpf, sockmap: keep sk_msg copy state in syncZhang Cen
2026-06-14bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()Weiming Shi
2026-06-14bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi
2026-06-14bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang