summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
3 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
3 daysMerge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
8 daysnetpoll: fix a use-after-free on shutdown pathBreno Leitao
10 daysbpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim
10 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
10 daysMerge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
10 daysvlan: defer real device state propagation to netdev_workJakub Kicinski
10 daysnet: add the driver-facing netdev_work scheduling APIJakub Kicinski
10 daysnet: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski
12 daysnet: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki
12 daysnet, bpf: check master for NULL in xdp_master_redirect()Xiang Mei
14 daysbpf: 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
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
2026-06-12net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca
2026-06-11net: Stop leased rxq before uninstalling its memory providerDaniel Borkmann
2026-06-11net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-09net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao
2026-06-08netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski
2026-06-08net: add pskb_may_pull() to skb_gro_receive_list()HanQuan
2026-06-08net: ensure SCM_TXTIME delivery time is no older than system bootWillem de Bruijn
2026-06-08neighbour: remove obsolete EXPORT_SYMBOL()Eric Dumazet
2026-06-08tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
2026-06-05net: devmem: allow bind-rx from non-init user namespacesBobby Eshleman
2026-06-05bpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang
2026-06-04rtnetlink: use dev_isalive() in rtnl_getlink()Eric Dumazet
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04net: document NETDEV_CHANGENAME as ops lockedJakub Kicinski
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni