summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2025-02-03net: harmonize tstats and dstatsPaolo Abeni
2025-01-27net: the appletalk subsystem no longer uses ndo_do_ioctl谢致邦 (XIE Zhibang)
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-09net: reformat kdoc return statementsJakub Kicinski
2024-12-06vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-23net: netdev_tx_sent_queue() small optimizationEric Dumazet
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-10-14net: napi: Add napi_configJoe Damato
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato
2024-10-10net-shapers: implement NL get operationPaolo Abeni
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg
2024-10-08wifi: remove iw_public_data from struct net_deviceJohannes Berg
2024-10-07ipv4: remove fib_info_devhash[]Eric Dumazet
2024-10-04net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet
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