summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
37 hoursnetpoll: fix a use-after-free on shutdown pathBreno Leitao
2026-07-04net: 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-07-04net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
2026-06-19tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-06-19tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-19netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski
2026-06-19net: add pskb_may_pull() to skb_gro_receive_list()HanQuan
2026-06-19tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
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-09net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-06-09bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu
2026-06-09net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-06-09net: Avoid checksumming unreadable skb tail on trimBjörn Töpel
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-23page_pool: fix incorrect mp_ops error handlingMina Almasry
2026-05-23netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
2026-05-23netpoll: Extract IPv6 address retrieval functionBreno Leitao
2026-05-23page_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar
2026-05-23net: page_pool: create hooks for custom memory providersPavel Begunkov
2026-05-23page_pool: Set `dma_sync` to false for devmem memory providerSamiullah Khawaja
2026-05-23netpoll: fix IPv6 local-address corruptionBreno Leitao
2026-05-23netpoll: extract IPv4 address retrieval into helper functionBreno Leitao
2026-05-23netpoll: Extract carrier wait functionBreno Leitao
2026-05-23netconsole: allow selection of egress interface via MAC addressUday Shankar
2026-05-23neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-05-23bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
2026-05-23fdget(), trivial conversionsAl Viro
2026-05-23net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen
2026-05-14net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-05-14flow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-04-18net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen
2026-04-18net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
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-11net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su
2026-04-11net: introduce mangleid_featuresPaolo Abeni
2026-04-02net: add proper RCU protection to /proc/net/ptypeEric Dumazet
2026-04-02rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca
2026-03-25dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-03-25net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-25xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen
2026-03-25xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin
2026-03-25net: add a common function to compute features for upper devicesHangbin Liu
2026-03-13xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba