index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fix races in netdev_tx_sent_queue()/dev_watchdog()
Eric Dumazet
2024-10-21
1
-0
/
+12
*
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
2024-10-01
1
-0
/
+9
*
net: Add netif_get_gro_max_size helper for GRO
Daniel Borkmann
2024-10-01
1
-0
/
+9
*
netdev: support binding dma-buf to netdevice
Mina Almasry
2024-09-11
1
-0
/
+2
*
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2024-09-11
1
-1
/
+12
|
\
|
*
netdevice: add netdev_tx_reset_subqueue() shorthand
Alexander Lobakin
2024-09-09
1
-1
/
+12
*
|
net: remove dev_pick_tx_cpu_id()
Jakub Kicinski
2024-09-09
1
-2
/
+0
|
/
*
net: napi: Prevent overflow of napi_defer_hard_irqs
Joe Damato
2024-09-05
1
-2
/
+2
*
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
2024-09-03
1
-0
/
+2
*
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
1
-0
/
+2
*
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
1
-3
/
+7
*
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-09-03
1
-10
/
+18
*
net: Correct spelling in headers
Simon Horman
2024-08-26
1
-4
/
+4
*
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
2024-08-24
1
-0
/
+1
*
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-08-23
1
-1
/
+3
*
net: repack struct netdev_queue
Jakub Kicinski
2024-08-21
1
-9
/
+14
*
net: remove IFF_* re-definition
Jakub Kicinski
2024-08-02
1
-32
/
+0
*
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2024-07-11
1
-6
/
+9
*
ethtool: move firmware flashing flag to struct ethtool_netdev_state
Edward Cree
2024-07-04
1
-3
/
+0
*
net: move ethtool-related netdev state into its own struct
Edward Cree
2024-06-28
1
-3
/
+5
*
ethtool: Veto some operations during firmware flashing process
Danielle Ratson
2024-06-28
1
-1
/
+3
*
ethtool: provide customized dim profile management
Heng Qi
2024-06-25
1
-0
/
+3
*
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
2024-06-24
1
-0
/
+1
*
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
2024-06-24
1
-11
/
+31
*
net: Move dev_set_hwtstamp_phylib to net/core/dev.h
Kory Maincent
2024-06-17
1
-3
/
+0
*
net: make for_each_netdev_dump() a little more bug-proof
Jakub Kicinski
2024-06-17
1
-1
/
+2
*
net: core,vrf: Change pcpu_dstat fields to u64_stats_t
Jeremy Kerr
2024-06-11
1
-6
/
+6
*
net: revert partially applied PHY topology series
Jakub Kicinski
2024-05-13
1
-3
/
+1
*
queue_api: define queue api
Mina Almasry
2024-05-05
1
-0
/
+3
*
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
2024-05-03
1
-1
/
+1
*
net: Protect dev->name by seqlock.
Kuniyuki Iwashima
2024-05-01
1
-0
/
+1
*
net: create a dummy net_device allocator
Breno Leitao
2024-04-24
1
-0
/
+3
*
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-04-06
1
-1
/
+3
*
netdevice: add DEFINE_FREE() for dev_put
Johannes Berg
2024-04-03
1
-0
/
+2
*
net: rps: move received_rps field to a better location
Eric Dumazet
2024-04-01
1
-1
/
+1
*
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
2024-04-01
1
-15
/
+0
*
net: make softnet_data.dropped an atomic_t
Eric Dumazet
2024-04-01
1
-1
/
+2
*
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
2024-04-01
1
-17
/
+0
*
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
2024-04-01
1
-1
/
+0
*
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2024-04-01
1
-3
/
+4
*
net: Use backlog-NAPI to clean up the defer_list.
Sebastian Andrzej Siewior
2024-03-26
1
-0
/
+1
*
net: move dev->state into net_device_read_txrx group
Eric Dumazet
2024-03-19
1
-1
/
+1
*
net: gro: move two declarations to include/net/gro.h
Eric Dumazet
2024-03-11
1
-2
/
+0
*
netdev: add per-queue statistics
Jakub Kicinski
2024-03-07
1
-0
/
+3
*
net: introduce include/net/rps.h
Eric Dumazet
2024-03-07
1
-82
/
+0
*
net: move dev_rx_weight to net_hotdata
Eric Dumazet
2024-03-07
1
-2
/
+0
*
net: move dev_tx_weight to net_hotdata
Eric Dumazet
2024-03-07
1
-1
/
+0
*
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
2024-03-07
1
-1
/
+0
*
net: move ptype_all into net_hotdata
Eric Dumazet
2024-03-07
1
-1
/
+0
*
net: introduce struct net_hotdata
Eric Dumazet
2024-03-07
1
-1
/
+0
[next]