summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2 daysxdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2 daysxdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
11 daysnet: consume xmit errors of GSO framesJakub Kicinski1-5/+18
11 daysgro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
11 daysnet: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
11 daysbpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
11 daysbpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-0/+3
11 daysbpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-3/+24
2026-02-11net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-11net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-02-06net: fix segmentation of forwarding fraglist GROJibin Zhang1-0/+2
2026-01-30net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+14
2026-01-30bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann1-0/+7
2026-01-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-10/+10
2026-01-23net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-17net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2026-01-17net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo1-16/+0
2026-01-08net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet1-6/+10
2025-12-18net: dst: introduce dst->dev_rcuEric Dumazet1-1/+1
2025-12-18bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
2025-11-24net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-11-24net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-24net: netpoll: flush skb pool during cleanupBreno Leitao1-1/+13
2025-11-24net: netpoll: Individualize the skb poolBreno Leitao1-18/+13
2025-11-13page_pool: Clamp pool size to max 16K pagesDragos Tatulea1-5/+1
2025-11-13page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
2025-11-13net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-11-13net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-11-13bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+1
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-23net: dst: add four helpers to annotate data-races around dst->devEric Dumazet2-6/+6
2025-10-23tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-1/+5
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-19page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-23/+53
2025-10-15bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-10-02net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron1-1/+1
2025-09-09net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-20net: better track kernel sockets lifetimeEric Dumazet1-5/+22
2025-08-20net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-08-20neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-3/+9
2025-08-20net: ieee8021q: fix insufficient table-size assertionRubenKelevra1-31/+13
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-08-15bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
2025-08-15bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-07-06net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-06-27net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry1-3/+0