index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-25
net_sched: add qdisc_dequeue_drop() helper
Eric Dumazet
1
-9
/
+13
2025-11-25
net_sched: add tcf_kfree_skb_list() helper
Eric Dumazet
1
-10
/
+5
2025-11-25
net: annotate a data-race in __dev_xmit_skb()
Eric Dumazet
1
-1
/
+1
2025-11-25
net: prefech skb->priority in __dev_xmit_skb()
Eric Dumazet
1
-0
/
+1
2025-11-25
net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()
Eric Dumazet
1
-1
/
+1
2025-11-25
net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()
Eric Dumazet
1
-4
/
+11
2025-11-25
net: init shinfo->gso_segs from qdisc_pkt_len_init()
Eric Dumazet
1
-1
/
+2
2025-11-25
net_sched: make room for (struct qdisc_skb_cb)->pkt_segs
Eric Dumazet
1
-1
/
+1
2025-11-08
net: add prefetch() in skb_defer_free_flush()
Eric Dumazet
1
-0
/
+1
2025-11-05
net: Convert struct sockaddr to fixed-size "sa_data[14]"
Kees Cook
1
-1
/
+1
2025-11-05
net: mark deliver_skb() as unlikely and not inlined
Eric Dumazet
1
-11
/
+11
2025-11-04
net: Extend NAPI threaded polling to allow kthread based busy polling
Samiullah Khawaja
1
-10
/
+48
2025-10-30
ipv6: icmp: Add RFC 5837 support
Ido Schimmel
1
-0
/
+1
2025-10-29
net: optimize enqueue_to_backlog() for the fast path
Eric Dumazet
1
-8
/
+10
2025-10-22
net: add a common function to compute features for upper devices
Hangbin Liu
1
-0
/
+88
2025-10-21
net: add a fast path in __netif_schedule()
Eric Dumazet
1
-0
/
+7
2025-10-17
net: dev_queue_xmit() llist adoption
Eric Dumazet
1
-35
/
+56
2025-10-17
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
1
-6
/
+0
2025-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+35
2025-10-15
net: allow busy connected flows to switch tx queues
Eric Dumazet
1
-2
/
+27
2025-10-15
net: core: fix lockdep splat on device unregister
Florian Westphal
1
-5
/
+35
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
1
-12
/
+23
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
1
-12
/
+6
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
1
-1
/
+1
2025-09-25
net: gso: restore ids of outer ip headers correctly
Richard Gobert
1
-2
/
+8
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-09-18
net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
Daniel Zahka
1
-2
/
+12
2025-09-18
net: move sk_validate_xmit_skb() to net/core/dev.c
Daniel Zahka
1
-0
/
+22
2025-09-14
net: use NUMA drop counters for softnet_data.dropped
Eric Dumazet
1
-1
/
+1
2025-09-12
net: Use NAPI_* in test_bit when stopping napi kthread
Samiullah Khawaja
1
-1
/
+1
2025-08-28
net: Cache hash and flow_id to avoid recalculation
Krishna Kumar
1
-8
/
+7
2025-08-28
net: Prevent RPS table overwrite of active flows
Krishna Kumar
1
-7
/
+57
2025-08-19
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
2025-08-12
net: prevent deadlocks when enabling NAPIs with mixed kthread config
Jakub Kicinski
1
-2
/
+3
2025-08-12
net: update NAPI threaded config even for disabled NAPIs
Jakub Kicinski
1
-1
/
+6
2025-08-06
net: Update threaded state in napi config in netif_set_threaded
Samiullah Khawaja
1
-17
/
+9
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-1
/
+2
2025-07-25
net: define an enum for the napi threaded state
Samiullah Khawaja
1
-5
/
+7
2025-07-25
net: Use netif_threaded_enable instead of netif_set_threaded in drivers
Samiullah Khawaja
1
-1
/
+17
2025-07-25
net: Create separate gro_flush_normal function
Samiullah Khawaja
1
-6
/
+3
2025-07-19
net: s/dev_close_many/netif_close_many/
Stanislav Fomichev
1
-5
/
+5
2025-07-19
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
1
-3
/
+3
2025-07-19
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
1
-5
/
+5
2025-07-19
net: s/__dev_set_mtu/__netif_set_mtu/
Stanislav Fomichev
1
-9
/
+13
2025-07-19
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
Stanislav Fomichev
1
-8
/
+10
2025-07-19
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
1
-2
/
+2
2025-07-19
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
1
-12
/
+13
2025-07-19
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-2
/
+6
2025-07-15
Add support to set NAPI threaded for individual NAPI
Samiullah Khawaja
1
-3
/
+27
2025-07-15
dev: Pass netdevice_tracker to dev_get_by_flags_rcu().
Kuniyuki Iwashima
1
-5
/
+6
[next]