summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
3 daysxdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
3 daysxdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
3 daysnet: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior2-5/+2
3 daysnet: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman2-3/+5
3 daystcp: secure_seq: add back ports to TS offsetEric Dumazet1-51/+29
3 daysnet: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-7/+7
11 daysnet: consume xmit errors of GSO framesJakub Kicinski1-5/+18
11 daysnet: add a common function to compute features for upper devicesHangbin Liu1-0/+88
11 daysnet: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
11 daysnet: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
11 daysgro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-02-26net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-26bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-02-26bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-0/+3
2026-02-26bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-3/+24
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-02-11net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-11net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-11linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
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-23dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-0/+1
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
2025-12-18net: netpoll: initialize work queue before error checksBreno Leitao1-1/+1
2025-12-18bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
2025-12-18net: export netdev_get_by_index_lock()David Wei1-1/+0
2025-12-18bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann1-0/+7
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang1-0/+3
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-7/+4
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior1-2/+2
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao1-5/+2
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+2
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant1-3/+24
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann1-1/+2
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici1-10/+34
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet1-3/+2
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet1-2/+8
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-5/+46
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet1-0/+1
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal1-5/+35
2025-10-13net: gro_cells: Use nested-BH locking for gro_cellSebastian Andrzej Siewior1-0/+10
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+2
2025-10-06bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-06page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-23/+53
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds27-160/+391
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-23/+187