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.19.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-7.0.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
2026-04-24
Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+0
2026-04-23
net: remove unused ATM protocols and legacy ATM device drivers
Jakub Kicinski
1
-7
/
+0
2026-04-21
net: warn ops-locked drivers still using ndo_set_rx_mode
Stanislav Fomichev
1
-0
/
+5
2026-04-21
net: move promiscuity handling into netdev_rx_mode_work
Stanislav Fomichev
1
-12
/
+4
2026-04-21
net: cache snapshot entries for ndo_set_rx_mode_async
Stanislav Fomichev
1
-0
/
+3
2026-04-21
net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work
Stanislav Fomichev
1
-41
/
+2
2026-04-12
net: fix reference tracker mismanagement in netdev_put_lock()
Jakub Kicinski
1
-11
/
+5
2026-04-12
net: Add net_cookie to Dead loop messages
Chris J Arges
1
-2
/
+3
2026-04-10
netkit: Add netkit notifier to check for unregistering devices
Daniel Borkmann
1
-0
/
+6
2026-04-10
net: Proxy netif_mp_{open,close}_rxq for leased queues
David Wei
1
-3
/
+1
2026-04-10
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
1
-0
/
+8
2026-04-08
net: pull headers in qdisc_pkt_len_segs_init()
Eric Dumazet
1
-20
/
+31
2026-04-08
net: qdisc_pkt_len_segs_init() cleanup
Eric Dumazet
1
-31
/
+31
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+8
2026-03-31
net: use skb_header_pointer() for TCPv4 GSO frag_off check
Guoyu Su
1
-3
/
+8
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
1
-3
/
+0
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+17
2026-03-24
net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
Willem de Bruijn
1
-5
/
+17
2026-03-14
net: plumb drop reasons to __dev_queue_xmit()
Eric Dumazet
1
-40
/
+43
2026-03-10
net: export netif_open for self_test usage
Mike Marciniszyn (Meta)
1
-0
/
+1
2026-03-10
net/sched: do not reset queues in graft operations
Eric Dumazet
1
-1
/
+1
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+13
2026-03-05
net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lock
Sebastian Andrzej Siewior
1
-4
/
+1
2026-03-05
net: devmem: use READ_ONCE/WRITE_ONCE on binding->dev
Bobby Eshleman
1
-1
/
+1
2026-03-05
net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_table
Eric Dumazet
1
-22
/
+31
2026-03-05
net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_table
Eric Dumazet
1
-5
/
+7
2026-03-05
net-sysfs: add rps_sock_flow_table_mask() helper
Eric Dumazet
1
-1
/
+3
2026-03-04
net: core: allow netdev_upper_get_next_dev_rcu from bh context
Kohei Enju
1
-1
/
+2
2026-03-03
net: Fix rcu_tasks stall in threaded busypoll
YiFei Zhu
1
-6
/
+11
2026-03-01
net: sched: introduce qdisc-specific drop reason tracing
Jesper Dangaard Brouer
1
-4
/
+4
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-12
/
+23
2026-02-26
net: consume xmit errors of GSO frames
Jakub Kicinski
1
-5
/
+18
2026-02-24
net: do not pass flow_id to set_rps_cpu()
Eric Dumazet
1
-7
/
+5
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-13
/
+12
2026-02-17
net: remove WARN_ON_ONCE when accessing forward path array
Pablo Neira Ayuso
1
-1
/
+1
2026-02-17
net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RT
Eric Dumazet
1
-5
/
+12
2026-02-07
net/ipv6: Remove jumbo_remove step from TX path
Alice Mikityanska
1
-4
/
+2
2026-01-23
net: use netdev_queue_config() for mp restart
Jakub Kicinski
1
-17
/
+0
2026-01-23
net: introduce mangleid_features
Paolo Abeni
1
-1
/
+4
2026-01-21
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
1
-0
/
+17
2026-01-21
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
1
-7
/
+0
2026-01-20
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
1
-0
/
+7
2026-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+22
2026-01-14
net: add bare bone queue configs
Pavel Begunkov
1
-0
/
+17
2026-01-13
net: add net.core.qdisc_max_burst
Eric Dumazet
1
-3
/
+3
2026-01-10
net: update netdev_lock_{type,name}
Eric Dumazet
1
-6
/
+19
2026-01-07
net: fully inline backlog_unlock_irq_restore()
Eric Dumazet
1
-7
/
+6
[next]