summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
8 daysnet/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
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