summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-28net: the appletalk subsystem no longer uses ndo_do_ioctl谢致邦 (XIE Zhibang)1-2/+2
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski1-0/+6
2025-01-20net: move HDS config from ethtool stateJakub Kicinski1-0/+3
2025-01-16net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-3/+4
2025-01-16net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+9
2025-01-16net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski1-2/+11
2025-01-16net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-8/+3
2025-01-16net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-7/+47
2025-01-16net: add netdev->up protected by netdev_lock()Jakub Kicinski1-1/+13
2025-01-16net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-1/+1
2025-01-16net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-2/+21
2025-01-16net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo1-0/+1
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar1-0/+3
2025-01-14net: remove init_dummy_netdev()Jakub Kicinski1-1/+0
2025-01-11net: hide the definition of dev_get_by_napi_id()Jakub Kicinski1-1/+0
2025-01-08net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet1-1/+1
2025-01-07ax25: rcu protect dev->ax25_ptrEric Dumazet1-1/+1
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent1-0/+4
2024-12-10net: reformat kdoc return statementsJakub Kicinski1-6/+8
2024-12-07vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault1-0/+40
2024-12-06xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-0/+1
2024-12-06bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin1-3/+3
2024-11-16ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-2/+7
2024-11-16ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+4
2024-11-12net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten1-0/+2
2024-11-10neighbour: Create netdev->neighbour associationGilad Naaman1-0/+7
2024-10-30Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub 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-15net: napi: Add napi_configJoe Damato1-3/+33
2024-10-15net: napi: Make gro_flush_timeout per-NAPIJoe Damato1-1/+2
2024-10-15net: 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-08ipv4: remove fib_info_devhash[]Eric Dumazet1-0/+3
2024-10-05net: 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-12netdev: support binding dma-buf to netdeviceMina Almasry1-0/+2
2024-09-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+12
2024-09-10net: remove dev_pick_tx_cpu_id()Jakub Kicinski1-2/+0
2024-09-09netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin1-1/+12
2024-09-06net: 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