summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-11-201-4/+16
| * net, vrf: Move dstats structure to coreDaniel Borkmann2023-11-201-0/+10
* | net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski2023-11-181-5/+0
* | net: Change the API of PHY default timestamp to MACKory Maincent2023-11-181-0/+5
* | net: Make dev_set_hwtstamp_phylib accessibleKory Maincent2023-11-181-0/+3
|/
* net: Add MDB get device operationIdo Schimmel2023-10-271-0/+4
* net: introduce napi_is_scheduled helperChristian Marangi2023-10-191-0/+23
* net: Handle bulk delete policy in bridge driverAmit Cohen2023-10-131-6/+2
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-10/+0
* netdev: make napi_schedule return bool on NAPI successful scheduleChristian Marangi2023-10-111-2/+9
* net/core: Introduce netdev_core_stats_inc()Yajun Deng2023-10-111-17/+4
* net: add DEV_STATS_READ() helperEric Dumazet2023-10-011-0/+1
* net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988Sujuan Chen2023-09-191-0/+1