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: 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: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet1-1/+6
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-03net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-03net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-02linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang1-0/+2
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-0/+1
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet3-3/+11
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2025-12-28net: avoid prefetching NULL pointersEric Dumazet1-3/+5
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds19-316/+695
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-13/+19
2025-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-12-02net: page_pool: sanitise allocation orderPavel Begunkov1-0/+3
2025-12-02net: page pool: xa init with destroy on pp initPavel Begunkov1-0/+1
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-13/+7
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-28net: netpoll: initialize work queue before error checksBreno Leitao1-1/+1
2025-11-27net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski1-1/+1
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park1-3/+3
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-4/+5
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet1-9/+13
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-10/+5
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet1-1/+1
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet1-0/+1
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet1-1/+1
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet1-4/+11
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet1-1/+2
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet1-1/+1