summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
6 daysnet: gro: properly validate BIG TCP aggregation criteriaEric Dumazet1-2/+5
10 daysnet: harmonize tstats and dstatsPaolo Abeni1-0/+14
10 daysnet: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-2/+2
10 daysnet, sched: Make tc-related drop reason more flexibleDaniel Borkmann1-5/+10
10 daysnet: pktgen: fix proc entry use-after-freeChengfeng Ye1-3/+1
10 daysnet: pktgen: fix code style (WARNING: Block comments)Peter Seiderer1-16/+23
10 daysnet: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
10 daysnet: move skb_gro_receive_list from udp to coreFelix Fietkau1-0/+29
2026-08-19xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou1-1/+1
2026-08-19net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet1-1/+0
2026-08-19net: sched: refine software bypass handling in tc_runXin Long1-6/+9
2026-08-19net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen1-0/+10
2026-08-09sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2026-08-09bpf: lwt: Fix dst reference leak on reroute failureXuanqiang Luo1-1/+3
2026-08-03bpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj1-0/+2
2026-07-24net, bpf: check master for NULL in xdp_master_redirect()Xiang Mei1-1/+1
2026-07-24bpf: zero-initialize the fib lookup flow structAvinash Duduskar1-2/+2
2026-07-24flow_dissector: check device type before reading ETH_ADDRSYun Zhou1-2/+10
2026-07-24bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim1-2/+2
2026-07-24bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi1-0/+3
2026-07-24bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang1-1/+14
2026-07-24net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima1-1/+5
2026-07-24bpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang1-0/+12
2026-07-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
2026-07-24net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2026-07-24net: 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-19genetlink: Use internal flags for multicast groupsIdo Schimmel1-1/+1
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
2026-06-19tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet1-0/+5
2026-06-19net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-06-19net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima1-2/+6
2026-06-19bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
2026-06-19bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
2026-06-19net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-06-01net: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
2026-06-01bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang1-2/+7
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim2-1/+10
2026-05-23net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
2026-05-23neigh: let neigh_xmit take skb ownershipFlorian Westphal1-5/+5
2026-05-23neighbour: add RCU protection to neigh_tables[]Eric Dumazet1-11/+19
2026-05-23bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
2026-05-23net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
2026-05-17net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
2026-05-17flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-04-27net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-7/+7
2026-04-27net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+33
2026-04-27net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
2026-04-11net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn1-5/+17
2026-04-11bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima1-5/+8