aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-2/+7
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+4
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten1-0/+2
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman1-0/+7
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-2/+0
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+12
2024-10-23net: netdev_tx_sent_queue() small optimizationEric Dumazet1-1/+1
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-2/+1
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-0/+12
2024-10-14net: napi: Add napi_configJoe Damato1-3/+33
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato1-1/+2
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato1-1/+2
2024-10-10net-shapers: implement NL get operationPaolo Abeni1-0/+21
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg1-0/+25
2024-10-08wifi: remove iw_public_data from struct net_deviceJohannes Berg1-2/+0
2024-10-07ipv4: remove fib_info_devhash[]Eric Dumazet1-0/+3
2024-10-04net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet1-0/+4
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-0/+9
2024-10-01net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-0/+9
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry1-0/+2
2024-09-11Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-1/+12
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski1-2/+0
2024-09-09netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin1-1/+12
2024-09-05net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato1-2/+2
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-0/+2
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-0/+2
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-3/+7
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin1-10/+18
2024-08-26net: Correct spelling in headersSimon Horman1-4/+4
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry1-0/+1
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier1-1/+3
2024-08-21net: repack struct netdev_queueJakub Kicinski1-9/+14
2024-08-02net: remove IFF_* re-definitionJakub Kicinski1-32/+0
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin1-6/+9
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree1-3/+0
2024-06-28net: 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-25ethtool: provide customized dim profile managementHeng Qi1-0/+3
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior1-0/+1
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior1-11/+31
2024-06-17net: 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-11net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-6/+6
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski1-3/+1
2024-05-05queue_api: define queue apiMina Almasry1-0/+3
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet1-1/+1
2024-05-01net: 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