summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
3 daysnet: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
3 daysdrop_monitor: perform u64_stats updates under IRQ-disabled sectionEric Dumazet1-2/+2
3 daysdrop_monitor: fix size calculations for 64-bit attributesEric Dumazet1-3/+3
3 daysnet: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOADYehyeong Lee1-6/+2
3 daysnet: Call net_enable_timestamp() before failure in sk_clone().Kuniyuki Iwashima1-3/+3
3 dayssoreuseport: Clear sk_reuseport_cb before failure in sk_clone().Kuniyuki Iwashima1-2/+2
3 daysbpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann1-6/+11
3 daysbpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj1-0/+2
3 daysbpf: Fix UAF in sock clone early bailoutsMatt Bobrowski2-2/+3
3 daysxfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak1-2/+8
13 daysnetdev-genl: report NAPI thread PID in the caller's pid namespaceMaoyi Xie1-1/+3
13 daysnet: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki1-0/+6
13 daysnet, bpf: check master for NULL in xdp_master_redirect()Xiang Mei1-1/+1
13 daysbpf: zero-initialize the fib lookup flow structAvinash Duduskar1-2/+2
13 daysflow_dissector: check device type before reading ETH_ADDRSYun Zhou1-2/+10
13 daysnet: serialize netif_running() check in enqueue_to_backlog()Eric Dumazet1-2/+4
13 daysbpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim1-2/+2
13 daysbpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi1-0/+3
13 daysbpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang1-1/+14
13 daysnet: watchdog: fix refcount tracking racesEric Dumazet1-1/+2
13 daysnet: Stop leased rxq before uninstalling its memory providerDaniel Borkmann1-4/+4
13 daysnet: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima1-1/+5
13 daysbpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang1-0/+12
2026-07-18netpoll: fix a use-after-free on shutdown pathBreno Leitao1-8/+1
2026-07-04net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+8
2026-07-04net: skmsg: preserve sg.copy across SG transformsYiming Qian2-0/+29
2026-06-10net: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
2026-06-09netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski1-3/+1
2026-06-09net: add pskb_may_pull() to skb_gro_receive_list()HanQuan1-0/+5
2026-06-09tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet1-0/+5
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima1-2/+6
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-05-29bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-4/+31
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds2-32/+15
2026-05-26net: Avoid checksumming unreadable skb tail on trimBjörn Töpel1-4/+27
2026-05-22Revert "mm: introduce a new page type for page pool in page type"Byungchul Park2-32/+15
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet1-2/+3
2026-05-21net: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
2026-05-21netpoll: normalize skb->dev to the netpoll deviceZhang Cen1-0/+2
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim2-1/+12
2026-05-21net: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier1-0/+11
2026-05-21bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang1-2/+7
2026-05-15net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-10/+17
2026-05-14net: net_failover: Fix the deadlock in slave registerFaicker Mo1-1/+5
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-27/+81
2026-05-09net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea1-9/+12
2026-05-08bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12