summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-10-01net: Add netif_get_gro_max_size helper for GRODaniel Borkmann
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry
2024-09-11Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski
2024-09-09netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin
2024-09-05net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-08-26net: Correct spelling in headersSimon Horman
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-08-21net: repack struct netdev_queueJakub Kicinski
2024-08-02net: remove IFF_* re-definitionJakub Kicinski
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson
2024-06-25ethtool: provide customized dim profile managementHeng Qi
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior
2024-06-17net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent
2024-06-17net: make for_each_netdev_dump() a little more bug-proofJakub Kicinski
2024-06-11net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski
2024-05-05queue_api: define queue apiMina Almasry
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima
2024-04-24net: create a dummy net_device allocatorBreno Leitao
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-04-03netdevice: add DEFINE_FREE() for dev_putJohannes Berg
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior
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