aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev1-2/+0
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev1-1/+5
2025-03-17gso: AccECN supportIlpo Järvinen1-0/+2
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev1-2/+0
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-80/+1
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev1-0/+5
2025-03-06docs: net: document new locking realityStanislav Fomichev1-0/+4
2025-03-06net: add option to request netdev instance lockStanislav Fomichev1-1/+7
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev1-5/+1
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev1-0/+1
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev1-0/+4
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev1-0/+3
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev1-6/+34
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev1-1/+1
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev1-0/+2
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev1-0/+23
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel1-2/+3
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-2/+2
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin1-9/+28
2025-02-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki1-4/+20
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni1-1/+0
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-0/+2
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski1-0/+1
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni1-1/+0
2025-02-06net: add dev_net_rcu() helperEric Dumazet1-0/+6
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-02-05net-sysfs: move queue attribute groups outside the default groupsAntoine Tenart1-0/+1
2025-02-03net: harmonize tstats and dstatsPaolo Abeni1-1/+1
2025-01-27net: 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-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-3/+4
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+9
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski1-2/+11
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-8/+3
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-7/+47
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski1-1/+13
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-1/+1
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-2/+21
2025-01-15net: 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-13net: remove init_dummy_netdev()Jakub Kicinski1-1/+0
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski1-1/+0
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet1-1/+1
2025-01-06ax25: 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-09net: reformat kdoc return statementsJakub Kicinski1-6/+8
2024-12-06vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault1-0/+40