summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-12netdevice: define and allocate &net_device _properly_Alexander Lobakin1-6/+9
2024-07-05ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree1-3/+0
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-3/+5
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson1-1/+3
2024-06-26ethtool: provide customized dim profile managementHeng Qi1-0/+3
2024-06-25dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior1-0/+1
2024-06-25net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior1-11/+31
2024-06-18net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent1-3/+0
2024-06-17net: make for_each_netdev_dump() a little more bug-proofJakub Kicinski1-1/+2
2024-06-12net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-6/+6
2024-05-14net: revert partially applied PHY topology seriesJakub Kicinski1-3/+1
2024-05-05queue_api: define queue apiMina Almasry1-0/+3
2024-05-04net: no longer acquire RTNL in threaded_show()Eric Dumazet1-1/+1
2024-05-02net: Protect dev->name by seqlock.Kuniyuki Iwashima1-0/+1
2024-04-24net: create a dummy net_device allocatorBreno Leitao1-0/+3
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-1/+3
2024-04-03netdevice: add DEFINE_FREE() for dev_putJohannes Berg1-0/+2
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet1-1/+1
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-15/+0
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet1-1/+2
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-17/+0
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-1/+0
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin1-3/+4
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior1-0/+1
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+1
2024-03-12net: gro: move two declarations to include/net/gro.hEric Dumazet1-2/+0
2024-03-08netdev: add per-queue statisticsJakub Kicinski1-0/+3
2024-03-08net: introduce include/net/rps.hEric Dumazet1-82/+0
2024-03-08net: move dev_rx_weight to net_hotdataEric Dumazet1-2/+0
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet1-1/+0
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet1-1/+0
2024-03-08net: move ptype_all into net_hotdataEric Dumazet1-1/+0
2024-03-08net: introduce struct net_hotdataEric Dumazet1-1/+0
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+10
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-4/+0
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann1-0/+10
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+1
2024-02-27dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet1-10/+1
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet1-2/+4
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2024-02-14net: remove dev_base_lockEric Dumazet1-2/+0
2024-02-14net: add netdev_set_operstate() helperEric Dumazet1-1/+1
2024-02-14net: convert dev->reg_state to u8Eric Dumazet1-9/+14
2024-02-14xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi1-1/+1
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-5/+5
2024-02-08Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-1/+1
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen1-1/+1
2024-02-06xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky1-1/+1
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-3/+1
2024-01-04net-device: move xdp_prog to net_device_read_rxEric Dumazet1-1/+1