summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-23/+26
10 daysdrop_monitor: perform u64_stats updates under IRQ-disabled sectionEric Dumazet1-2/+2
10 daysdrop_monitor: fix size calculations for 64-bit attributesEric Dumazet1-3/+3
10 daysnet: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOADYehyeong Lee1-6/+2
12 daysnet: Call net_enable_timestamp() before failure in sk_clone().Kuniyuki Iwashima1-3/+3
12 dayssoreuseport: Clear sk_reuseport_cb before failure in sk_clone().Kuniyuki Iwashima1-2/+2
12 daysnet: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
12 daysbpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann1-6/+11
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-2/+5
2026-07-15bpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj1-0/+2
2026-07-11Merge tag 'ipsec-2026-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-2/+8
2026-07-09bpf: Fix UAF in sock clone early bailoutsMatt Bobrowski2-2/+3
2026-07-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+20
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-8/+1
2026-06-28netpoll: fix a use-after-free on shutdown pathBreno Leitao1-8/+1
2026-06-26xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak1-2/+8
2026-06-26bpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim1-0/+20
2026-06-26Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-80/+206
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski1-0/+1
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski1-18/+63
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski5-76/+132
2026-06-24net: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki1-0/+6
2026-06-23net, bpf: check master for NULL in xdp_master_redirect()Xiang Mei1-1/+1
2026-06-22bpf: zero-initialize the fib lookup flow structAvinash Duduskar1-2/+2
2026-06-19flow_dissector: check device type before reading ETH_ADDRSYun Zhou1-2/+10
2026-06-18netdev-genl: report NAPI thread PID in the caller's pid namespaceMaoyi Xie1-1/+3
2026-06-18net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+8
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-31/+98
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-453/+532
2026-06-17net: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet1-2/+4
2026-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+40
2026-06-17net: skmsg: preserve sg.copy across SG transformsYiming Qian2-0/+29
2026-06-16tls: remove dead sockmap (psock) handling from the SW pathJakub Kicinski1-49/+3
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-11/+13
2026-06-15bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim1-2/+2
2026-06-15bpf, sockmap: keep sk_msg copy state in syncZhang Cen1-5/+83
2026-06-15bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()Weiming Shi1-1/+1
2026-06-15bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi1-0/+3
2026-06-15bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang1-1/+14
2026-06-13net: watchdog: fix refcount tracking racesEric Dumazet1-1/+2
2026-06-13net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca1-1/+0
2026-06-12net: Stop leased rxq before uninstalling its memory providerDaniel Borkmann1-4/+4
2026-06-12net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima1-1/+5
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+14
2026-06-10net: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
2026-06-10net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev3-4/+55
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski1-2/+2
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao1-7/+0
2026-06-09netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski1-3/+1