summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior1-4/+1
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman1-1/+1
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu1-6/+11
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-12/+23
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-13/+12
2026-02-17net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-17net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet1-5/+12
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska1-4/+2
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski1-17/+0
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski1-0/+17
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski1-7/+0
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann1-0/+7
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2026-01-14net: add bare bone queue configsPavel Begunkov1-0/+17
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet1-3/+3
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet1-7/+6
2025-12-28net: avoid prefetching NULL pointersEric Dumazet1-3/+5
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
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet1-0/+1
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook1-1/+1
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet1-11/+11
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja1-10/+48
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet1-8/+10
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2025-10-20net: add a fast path in __netif_schedule()Eric Dumazet1-0/+7
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet1-35/+56
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-6/+0
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+35
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet1-2/+27
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal1-5/+35
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet1-12/+23
2025-09-30net: use llist for sd->defer_listEric Dumazet1-12/+6
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet1-1/+1
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert1-2/+8
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1