aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)AuthorFilesLines
2026-04-30iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros1-0/+4
2026-04-30iavf: wait for PF confirmation before removing VLAN filtersPetr Oros3-17/+34
2026-04-30iavf: stop removing VLAN filters from PF on interface downPetr Oros3-66/+12
2026-04-30iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDINGPetr Oros2-5/+5
2026-04-21iavf: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-5/+11
2026-04-18iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2Petr Oros1-1/+1
2026-04-10iavf: fix kernel-doc comment style in iavf_ethtool.cAleksandr Loktionov1-50/+53
2026-03-23iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju1-16/+15
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-10iavf: fix incorrect reset handling in callbacksPetr Oros4-69/+31
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_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-15/+14
2025-12-17iavf: fix off-by-one issues in iavf_config_rss_reg()Kohei Enju1-2/+2
2025-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2025-11-27iavf: clarify VLAN add/delete log messages and lower log levelAlok Tiwari1-4/+8
2025-11-27iavf: Implement settime64 with -EOPNOTSUPPMichal Schmidt1-0/+7
2025-11-26iavf: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+14
2025-11-06iavf: add RSS support for GTP protocol via ethtoolAleksandr Loktionov3-23/+216
2025-09-19iavf: fix proper type for error code in iavf_resume()Aleksandr Loktionov1-1/+1
2025-07-24iavf: use libie_aq_strMichal Swiatkowski4-56/+4
2025-07-24iavf: use libie adminq descriptorsMichal Swiatkowski6-191/+106
2025-07-23iavf: access ->pp through netmem_desc instead of pageByungchul Park1-1/+1
2025-06-17Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-6/+8
2025-06-16eth: iavf: migrate to new RXFH callbacksJakub Kicinski1-41/+11
2025-06-16libeth: convert to netmemAlexander Lobakin1-6/+8
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+28
2025-06-10iavf: fix reset_task for early reset eventAhmed Zaki2-0/+28
2025-06-09iavf: convert to NAPI IRQ affinity APIAhmed Zaki3-51/+12
2025-06-09net: intel: move RSS packet classifier types to libieJacob Keller2-49/+19
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller4-31/+33
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel3-151/+38
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel2-0/+16
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-25ethtool: Symmetric OR-XOR RSS hashGal Pressman1-1/+1
2025-02-14iavf: add support for Rx timestamps to hotpathJacob Keller5-0/+125
2025-02-14iavf: handle set and get timestamps opsJacob Keller4-0/+131
2025-02-14iavf: Implement checking DD desc fieldMateusz Polchlopek3-29/+43
2025-02-14iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptorsJacob Keller2-154/+327