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.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
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
net: create a dummy net_device allocator
Breno Leitao
1
-0
/
+3
2024-04-06
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-1
/
+3
2024-04-03
netdevice: add DEFINE_FREE() for dev_put
Johannes Berg
1
-0
/
+2
2024-04-01
net: rps: move received_rps field to a better location
Eric Dumazet
1
-1
/
+1
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
1
-15
/
+0
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
1
-1
/
+2
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
1
-17
/
+0
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
1
-1
/
+0
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
1
-3
/
+4
2024-03-26
net: Use backlog-NAPI to clean up the defer_list.
Sebastian Andrzej Siewior
1
-0
/
+1
2024-03-19
net: move dev->state into net_device_read_txrx group
Eric Dumazet
1
-1
/
+1
2024-03-12
net: gro: move two declarations to include/net/gro.h
Eric Dumazet
1
-2
/
+0
2024-03-08
netdev: add per-queue statistics
Jakub Kicinski
1
-0
/
+3
2024-03-08
net: introduce include/net/rps.h
Eric Dumazet
1
-82
/
+0
2024-03-08
net: move dev_rx_weight to net_hotdata
Eric Dumazet
1
-2
/
+0
2024-03-08
net: move dev_tx_weight to net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-08
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-08
net: move ptype_all into net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-08
net: introduce struct net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+10
2024-03-06
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-4
/
+0
2024-03-01
net: bql: fix building with BQL disabled
Arnd Bergmann
1
-0
/
+10
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+1
2024-02-27
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
1
-10
/
+1
2024-02-26
ipv6: prepare inet6_fill_ifinfo() for RCU protection
Eric Dumazet
1
-2
/
+4
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2024-02-14
net: remove dev_base_lock
Eric Dumazet
1
-2
/
+0
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
1
-1
/
+1
2024-02-14
net: convert dev->reg_state to u8
Eric Dumazet
1
-9
/
+14
2024-02-14
xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...
Lorenzo Bianconi
1
-1
/
+1
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
1
-5
/
+5
2024-02-08
Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-1
/
+1
2024-02-07
net: Do not return value from init_dummy_netdev()
Amit Cohen
1
-1
/
+1
2024-02-06
xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
Leon Romanovsky
1
-1
/
+1
2024-01-05
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
1
-3
/
+1
2024-01-04
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
1
-1
/
+1
2024-01-02
net-device: move gso_partial_features to net_device_read_tx
Eric Dumazet
1
-1
/
+1
2024-01-01
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-1
/
+3
2023-12-20
net: Add MDB bulk deletion device operation
Ido Schimmel
1
-0
/
+6
2023-12-06
net: core: synchronize link-watch when carrier is queried
Johannes Berg
1
-0
/
+9
2023-12-06
net-device: reorganize net_device fast path variables
Coco Li
1
-53
/
+64
2023-12-05
net: Add NAPI IRQ support
Amritha Nambiar
1
-0
/
+6
2023-12-05
net: Add queue and napi association
Amritha Nambiar
1
-0
/
+8
2023-12-01
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+2
2023-11-30
xsk: Add TX timestamp and TX checksum offload support
Stanislav Fomichev
1
-0
/
+2
2023-11-28
net: page_pool: record pools per netdev
Jakub Kicinski
1
-0
/
+4
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+26
2023-11-20
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
1
-4
/
+16
2023-11-20
net, vrf: Move dstats structure to core
Daniel Borkmann
1
-0
/
+10
2023-11-19
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
1
-5
/
+0
[next]