summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-10/+1
|\|
| * dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-261-10/+1
* | ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet2024-02-261-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-5/+5
|\|
| * net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-5/+5
* | net: remove dev_base_lockEric Dumazet2024-02-141-2/+0
* | net: add netdev_set_operstate() helperEric Dumazet2024-02-141-1/+1
* | net: convert dev->reg_state to u8Eric Dumazet2024-02-141-9/+14
* | xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi2024-02-131-1/+1
* | Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-02-071-1/+1
|\ \
| * | xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky2024-02-051-1/+1
| |/
* / net: Do not return value from init_dummy_netdev()Amit Cohen2024-02-071-1/+1
|/
* Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-041-3/+1
* net-device: move xdp_prog to net_device_read_rxEric Dumazet2024-01-031-1/+1
* net-device: move gso_partial_features to net_device_read_txEric Dumazet2024-01-021-1/+1
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-011-1/+3
* net: Add MDB bulk deletion device operationIdo Schimmel2023-12-201-0/+6
* net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-051-0/+9
* net-device: reorganize net_device fast path variablesCoco Li2023-12-051-53/+64
* net: Add NAPI IRQ supportAmritha Nambiar2023-12-041-0/+6
* net: Add queue and napi associationAmritha Nambiar2023-12-041-0/+8
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-301-0/+2
|\
| * xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2023-11-291-0/+2
* | net: page_pool: record pools per netdevJakub Kicinski2023-11-281-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-4/+26
|\