summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
10 daysnet: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-02-17net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: introduce mangleid_featuresPaolo Abeni
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-14net: add bare bone queue configsPavel Begunkov
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet
2025-12-28net: avoid prefetching NULL pointersEric Dumazet
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu
2025-10-20net: add a fast path in __netif_schedule()Eric Dumazet
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet
2025-09-30net: use llist for sd->defer_listEric Dumazet
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert