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