aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
3 daysiavf: wait for PF confirmation before removing VLAN filtersPetr Oros1-5/+8
3 daysiavf: stop removing VLAN filters from PF on interface downPetr Oros1-35/+4
12 daysiavf: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-5/+11
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-10iavf: fix incorrect reset handling in callbacksPetr Oros1-53/+24
2026-03-10iavf: fix PTP use-after-free during resetPetr Oros1-0/+4
2026-03-03iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju1-1/+16
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-12/+11
2025-12-17iavf: fix off-by-one issues in iavf_config_rss_reg()Kohei Enju1-2/+2
2025-09-19iavf: fix proper type for error code in iavf_resume()Aleksandr Loktionov1-1/+1
2025-07-24iavf: use libie_aq_strMichal Swiatkowski1-2/+3
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2025-06-10iavf: fix reset_task for early reset eventAhmed Zaki1-0/+11
2025-06-09iavf: convert to NAPI IRQ affinity APIAhmed Zaki1-48/+10
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller1-8/+9
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel1-128/+37
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel1-0/+10
2025-06-03iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel1-48/+39
2025-06-03iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel1-11/+6
2025-06-03iavf: centralize watchdog requeueing itselfPrzemek Kitszel1-62/+41
2025-06-03iavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel1-4/+9
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev1-2/+0
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev1-8/+6
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2025-02-25iavf: fix circular lock dependency with netdev_lockJacob Keller1-4/+8
2025-02-14iavf: add support for Rx timestamps to hotpathJacob Keller1-0/+9
2025-02-14iavf: handle set and get timestamps opsJacob Keller1-0/+21
2025-02-14iavf: add support for indirect access to PHC timeJacob Keller1-1/+8
2025-02-14iavf: add initial framework for registering PTP clockJacob Keller1-0/+6
2025-02-14iavf: negotiate PTP capabilitiesJacob Keller1-0/+60
2025-02-14iavf: add support for negotiating flexible RXDID formatJacob Keller1-8/+115
2025-02-11iavf: Fix a locking bug in an error pathBart Van Assche1-1/+1
2025-01-24iavf: allow changing VLAN state without calling PFMichal Swiatkowski1-2/+17
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-2/+2
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-3/+3
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-37/+37
2025-01-13eth: iavf: extend the netdev_lock usageJakub Kicinski1-8/+45
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-10-10iavf: add support to exchange qos capabilitiesSudheer Mogilappagari1-2/+49
2024-10-10iavf: Add net_shaper_ops supportSudheer Mogilappagari1-1/+111
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki1-4/+156
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-05-08iavf: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-34/+6
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+29
2024-04-25iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29