summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)Author
2023-10-27iavf: delete the iavf client interfaceMichal Schmidt
2023-10-27iavf: add a common function for undoing the interrupt schemeMichal Schmidt
2023-10-27iavf: use unregister_netdevMichal Schmidt
2023-10-27iavf: rely on netdev's own registered stateMichal Schmidt
2023-10-27iavf: fix the waiting time for initial resetMichal Schmidt
2023-10-27iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt
2023-10-27iavf: simplify mutex_trylock+sleep loopsMichal Schmidt
2023-10-27iavf: fix comments about old bit locksMichal Schmidt
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-25iavf: in iavf_down, disable queues when removing the driverMichal Schmidt
2023-10-20iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt
2023-10-19iavf: delete unused iavf_mac_info fieldsMichal Schmidt
2023-10-18intel: fix format warningsJesse Brandeburg
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-10-03iavf: remove "inline" functions from iavf_txrx.cJacob Keller
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-15iavf: schedule a request immediately after add/delete vlanPetr Oros
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros
2023-09-15iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl
2023-09-13iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski
2023-09-11iavf: Fix promiscuous mode configuration flow messagesBrett Creeley
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-08iavf: fix potential races for FDIR filtersPiotr Gardocki
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-21iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller
2023-07-21iavf: fix potential deadlock on allocation failureJacob Keller
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki
2023-07-17iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki
2023-07-17Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik
2023-07-17Revert "iavf: Detach device during reset task"Marcin Szycik
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik
2023-07-17iavf: use internal state to free traffic IRQsAhmed Zaki
2023-07-17iavf: Fix out-of-bounds when setting channels on removeDing Hui
2023-07-17iavf: Fix use-after-free in free_netdevDing Hui
2023-06-22iavf: make functions static where possiblePrzemek Kitszel
2023-06-22iavf: remove some unused functions and pointless wrappersPrzemek Kitszel
2023-06-22iavf: fix err handling for MAC replacePrzemek Kitszel
2023-06-10iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki
2023-05-16iavf: send VLAN offloading caps once after VFRAhmed Zaki
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21iavf: fix hang on reboot with iceStefan Assmann