summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet
2024-03-11net: gro: move two declarations to include/net/gro.hEric Dumazet
2024-03-07netdev: add per-queue statisticsJakub Kicinski
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-07net: move dev_rx_weight to net_hotdataEric Dumazet
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet
2024-03-07net: move ptype_all into net_hotdataEric Dumazet
2024-03-07net: introduce struct net_hotdataEric Dumazet
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14net: remove dev_base_lockEric Dumazet
2024-02-14net: add netdev_set_operstate() helperEric Dumazet
2024-02-14net: convert dev->reg_state to u8Eric Dumazet
2024-02-13xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet
2024-02-07Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-03net-device: move xdp_prog to net_device_read_rxEric Dumazet
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2023-12-20net: Add MDB bulk deletion device operationIdo Schimmel
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg
2023-12-05net-device: reorganize net_device fast path variablesCoco Li
2023-12-04net: Add NAPI IRQ supportAmritha Nambiar
2023-12-04net: Add queue and napi associationAmritha Nambiar
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev
2023-11-28net: page_pool: record pools per netdevJakub Kicinski
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent
2023-10-27net: Add MDB get device operationIdo Schimmel
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-10-11netdev: make napi_schedule return bool on NAPI successful scheduleChristian Marangi
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng
2023-10-01net: add DEV_STATS_READ() helperEric Dumazet
2023-09-19net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988Sujuan Chen