summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
12 hoursnet: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
12 hoursnet: skbuff: preserve shared-frag marker during coalescingWilliam Bowling
12 hourspage_pool: fix incorrect mp_ops error handlingMina Almasry
12 hoursnetpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
12 hoursnetpoll: Extract IPv6 address retrieval functionBreno Leitao
12 hourspage_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar
12 hoursnet: page_pool: create hooks for custom memory providersPavel Begunkov
12 hourspage_pool: Set `dma_sync` to false for devmem memory providerSamiullah Khawaja
12 hoursnetpoll: fix IPv6 local-address corruptionBreno Leitao
12 hoursnetpoll: extract IPv4 address retrieval into helper functionBreno Leitao
12 hoursnetpoll: Extract carrier wait functionBreno Leitao
12 hoursnetconsole: allow selection of egress interface via MAC addressUday Shankar
12 hoursneigh: let neigh_xmit take skb ownershipFlorian Westphal
12 hoursbpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
12 hoursfdget(), trivial conversionsAl Viro
12 hoursnet, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen
9 daysnet: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
9 daysflow_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
2026-03-13xdp: 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-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-06net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-01-30net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2026-01-30bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2026-01-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2026-01-23net: update netdev_lock_{type,name}Eric Dumazet
2026-01-17net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2026-01-17net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo
2026-01-08net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet