summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
8 daysnet, bpf: check master for NULL in xdp_master_redirect()Xiang Mei
8 daysbpf: zero-initialize the fib lookup flow structAvinash Duduskar
8 daysflow_dissector: check device type before reading ETH_ADDRSYun Zhou
8 daysbpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim
8 daysbpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi
8 daysbpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socketLeon Hwang
8 daysnet: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima
8 daysbpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang
8 daysnet: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
8 daysnet: add a common function to compute features for upper devicesHangbin Liu
8 daysnet: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-07-04net: skmsg: preserve sg.copy across SG transformsYiming Qian
2026-06-19genetlink: Use internal flags for multicast groupsIdo Schimmel
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-19tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
2026-06-19net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-06-19net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-19bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima
2026-06-19bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu
2026-06-19net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-06-01net: gro: don't merge zcopy skbsSabrina Dubroca
2026-06-01bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-23net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling
2026-05-23neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-05-23neighbour: add RCU protection to neigh_tables[]Eric Dumazet
2026-05-23bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
2026-05-23net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen
2026-05-17net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-05-17flow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-04-27net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-04-27net: add proper RCU protection to /proc/net/ptypeEric Dumazet
2026-04-27net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen
2026-04-11net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn
2026-04-11bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima
2026-04-02rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca
2026-03-25net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-03-25dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-03-25xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba
2026-03-25xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski
2026-03-04gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet
2026-03-04netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li
2026-03-04net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-03-04bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon
2026-03-04bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-03-04bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-02-11net: gro: fix outer network offsetPaolo Abeni
2026-02-11net: don't touch dev->stats in BPF redirect pathsJakub Kicinski
2026-02-06Revert "net: Remove conditional threaded-NAPI wakeup based on task state."Greg Kroah-Hartman