summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* netdev: support binding dma-buf to netdeviceMina Almasry2024-09-111-0/+2
* Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-09-111-1/+12
|\
| * netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin2024-09-091-1/+12
* | net: remove dev_pick_tx_cpu_id()Jakub Kicinski2024-09-091-2/+0
|/
* net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato2024-09-051-2/+2
* netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2024-09-031-0/+2
* netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-0/+2
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-3/+7
* netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin2024-09-031-10/+18
* net: Correct spelling in headersSimon Horman2024-08-261-4/+4
* net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry2024-08-241-0/+1
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-08-231-1/+3
* net: repack struct netdev_queueJakub Kicinski2024-08-211-9/+14
* net: remove IFF_* re-definitionJakub Kicinski2024-08-021-32/+0
* netdevice: define and allocate &net_device _properly_Alexander Lobakin2024-07-111-6/+9
* ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree2024-07-041-3/+0
* net: move ethtool-related netdev state into its own structEdward Cree2024-06-281-3/+5
* ethtool: Veto some operations during firmware flashing processDanielle Ratson2024-06-281-1/+3
* ethtool: provide customized dim profile managementHeng Qi2024-06-251-0/+3
* dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior2024-06-241-0/+1
* net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior2024-06-241-11/+31
* net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent2024-06-171-3/+0
* net: make for_each_netdev_dump() a little more bug-proofJakub Kicinski2024-06-171-1/+2
* net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr2024-06-111-6/+6
* net: revert partially applied PHY topology seriesJakub Kicinski2024-05-131-3/+1
* queue_api: define queue apiMina Almasry2024-05-051-0/+3
* net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-031-1/+1
* net: Protect dev->name by seqlock.Kuniyuki Iwashima2024-05-011-0/+1
* net: create a dummy net_device allocatorBreno Leitao2024-04-241-0/+3
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-061-1/+3
* netdevice: add DEFINE_FREE() for dev_putJohannes Berg2024-04-031-0/+2
* net: rps: move received_rps field to a better locationEric Dumazet2024-04-011-1/+1
* net: rps: change input_queue_tail_incr_save()Eric Dumazet2024-04-011-15/+0
* net: make softnet_data.dropped an atomic_tEric Dumazet2024-04-011-1/+2
* net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet2024-04-011-17/+0
* net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet2024-04-011-1/+0
* ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-011-3/+4
* net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior2024-03-261-0/+1
* net: move dev->state into net_device_read_txrx groupEric Dumazet2024-03-191-1/+1
* net: gro: move two declarations to include/net/gro.hEric Dumazet2024-03-111-2/+0
* netdev: add per-queue statisticsJakub Kicinski2024-03-071-0/+3
* net: introduce include/net/rps.hEric Dumazet2024-03-071-82/+0
* net: move dev_rx_weight to net_hotdataEric Dumazet2024-03-071-2/+0
* net: move dev_tx_weight to net_hotdataEric Dumazet2024-03-071-1/+0
* net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-071-1/+0
* net: move ptype_all into net_hotdataEric Dumazet2024-03-071-1/+0
* net: introduce struct net_hotdataEric Dumazet2024-03-071-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-4/+10
|\
| * dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-4/+0
| * net: bql: fix building with BQL disabledArnd Bergmann2024-03-011-0/+10