summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2026-03-19net: Fix rcu_tasks stall in threaded busypollYiFei Zhu
2026-03-12net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-12net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski
2026-03-04net: do not pass flow_id to set_rps_cpu()Eric Dumazet
2026-02-26net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet
2026-01-09net: update netdev_lock_{type,name}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
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev