index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
1
-2
/
+7
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
1
-1
/
+4
2024-11-11
net: Add napi_struct parameter irq_suspend_timeout
Martin Karsten
1
-0
/
+2
2024-11-09
neighbour: Create netdev->neighbour association
Gilad Naaman
1
-0
/
+7
2024-10-29
Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-2
/
+0
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+12
2024-10-23
net: netdev_tx_sent_queue() small optimization
Eric Dumazet
1
-1
/
+1
2024-10-23
netpoll: remove ndo_netpoll_setup() second argument
Eric Dumazet
1
-2
/
+1
2024-10-21
net: fix races in netdev_tx_sent_queue()/dev_watchdog()
Eric Dumazet
1
-0
/
+12
2024-10-14
net: napi: Add napi_config
Joe Damato
1
-3
/
+33
2024-10-14
net: napi: Make gro_flush_timeout per-NAPI
Joe Damato
1
-1
/
+2
2024-10-14
net: napi: Make napi_defer_hard_irqs per-NAPI
Joe Damato
1
-1
/
+2
2024-10-10
net-shapers: implement NL get operation
Paolo Abeni
1
-0
/
+21
2024-10-09
Merge net-next/main to resolve conflicts
Johannes Berg
1
-0
/
+25
2024-10-08
wifi: remove iw_public_data from struct net_device
Johannes Berg
1
-2
/
+0
2024-10-07
ipv4: remove fib_info_devhash[]
Eric Dumazet
1
-0
/
+3
2024-10-04
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
1
-0
/
+4
2024-10-01
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
1
-0
/
+9
2024-10-01
net: Add netif_get_gro_max_size helper for GRO
Daniel Borkmann
1
-0
/
+9
2024-09-11
netdev: support binding dma-buf to netdevice
Mina Almasry
1
-0
/
+2
2024-09-11
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-1
/
+12
2024-09-09
net: remove dev_pick_tx_cpu_id()
Jakub Kicinski
1
-2
/
+0
2024-09-09
netdevice: add netdev_tx_reset_subqueue() shorthand
Alexander Lobakin
1
-1
/
+12
2024-09-05
net: napi: Prevent overflow of napi_defer_hard_irqs
Joe Damato
1
-2
/
+2
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
1
-0
/
+2
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-0
/
+2
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-3
/
+7
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
1
-10
/
+18
2024-08-26
net: Correct spelling in headers
Simon Horman
1
-4
/
+4
2024-08-24
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
1
-0
/
+1
2024-08-23
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-1
/
+3
2024-08-21
net: repack struct netdev_queue
Jakub Kicinski
1
-9
/
+14
2024-08-02
net: remove IFF_* re-definition
Jakub Kicinski
1
-32
/
+0
2024-07-11
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
1
-6
/
+9
2024-07-04
ethtool: move firmware flashing flag to struct ethtool_netdev_state
Edward Cree
1
-3
/
+0
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
1
-3
/
+5
2024-06-28
ethtool: Veto some operations during firmware flashing process
Danielle Ratson
1
-1
/
+3
2024-06-25
ethtool: provide customized dim profile management
Heng Qi
1
-0
/
+3
2024-06-24
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
1
-0
/
+1
2024-06-24
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
1
-11
/
+31
2024-06-17
net: Move dev_set_hwtstamp_phylib to net/core/dev.h
Kory Maincent
1
-3
/
+0
2024-06-17
net: make for_each_netdev_dump() a little more bug-proof
Jakub Kicinski
1
-1
/
+2
2024-06-11
net: core,vrf: Change pcpu_dstat fields to u64_stats_t
Jeremy Kerr
1
-6
/
+6
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
1
-3
/
+1
2024-05-05
queue_api: define queue api
Mina Almasry
1
-0
/
+3
2024-05-03
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
1
-1
/
+1
2024-05-01
net: Protect dev->name by seqlock.
Kuniyuki Iwashima
1
-0
/
+1
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
[next]