summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
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-08net: add prefetch() in skb_defer_free_flush()Eric Dumazet1-0/+1
2025-11-05net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook1-1/+1
2025-11-05net: mark deliver_skb() as unlikely and not inlinedEric Dumazet1-11/+11
2025-11-04net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja1-10/+48
2025-10-30ipv6: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-10-29net: optimize enqueue_to_backlog() for the fast pathEric Dumazet1-8/+10
2025-10-22net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2025-10-21net: add a fast path in __netif_schedule()Eric Dumazet1-0/+7
2025-10-17net: dev_queue_xmit() llist adoptionEric Dumazet1-35/+56
2025-10-17Revert "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-15net: 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
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka1-2/+12
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka1-0/+22
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet1-1/+1
2025-09-12net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja1-1/+1
2025-08-28net: Cache hash and flow_id to avoid recalculationKrishna Kumar1-8/+7
2025-08-28net: Prevent RPS table overwrite of active flowsKrishna Kumar1-7/+57
2025-08-19net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski1-2/+3
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski1-1/+6
2025-08-06net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja1-17/+9
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+2
2025-07-25net: define an enum for the napi threaded stateSamiullah Khawaja1-5/+7
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+17
2025-07-25net: Create separate gro_flush_normal functionSamiullah Khawaja1-6/+3
2025-07-19net: s/dev_close_many/netif_close_many/Stanislav Fomichev1-5/+5
2025-07-19net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-3/+3
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-5/+5
2025-07-19net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-9/+13
2025-07-19net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev1-8/+10
2025-07-19net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev1-2/+2
2025-07-19net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-12/+13
2025-07-19net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-2/+6
2025-07-15Add support to set NAPI threaded for individual NAPISamiullah Khawaja1-3/+27
2025-07-15dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima1-5/+6