summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
5 daysnet: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
5 daysflow_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
2026-02-06Revert "net: Allow to use SMP threads for backlog NAPI."Greg Kroah-Hartman
2026-01-30bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2026-01-30net: 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: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior
2026-01-11net: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior
2026-01-11page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo
2026-01-11bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau
2025-11-24net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck
2025-11-24net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-24net: netpoll: flush skb pool during cleanupBreno Leitao
2025-11-24net: netpoll: Individualize the skb poolBreno Leitao
2025-11-24netpoll: remove netpoll_srcuEric Dumazet
2025-11-24net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni
2025-11-24page_pool: Clamp pool size to max 16K pagesDragos Tatulea
2025-11-24page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski
2025-11-24net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-11-24net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-11-24bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann
2025-10-15bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-10-02net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-28net: better track kernel sockets lifetimeEric Dumazet