summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf
Commit message (Expand)AuthorAgeFilesLines
* iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev2024-03-061-9/+0
* net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-1/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
* iavf: field get conversionJesse Brandeburg2023-12-182-15/+8
* iavf: field prep conversionJesse Brandeburg2023-12-182-19/+14
* intel: add bit macro includes where neededJesse Brandeburg2023-12-184-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-145-73/+218
|\
| * iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba2023-12-121-51/+21
| * iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki2023-12-121-0/+59
| * iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-125-23/+139
* | iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki2023-12-136-8/+85
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-22/+20
* | net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-072-11/+2
|\|
| * iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2023-12-052-11/+2
* | iavf: use iavf_schedule_aq_request() helperPetr Oros2023-11-272-17/+8
* | iavf: Remove queue tracking fields from iavf_adminq_ringIvan Vecera2023-11-274-70/+39
|/
* iavf: delete the iavf client interfaceMichal Schmidt2023-10-276-871/+1
* iavf: add a common function for undoing the interrupt schemeMichal Schmidt2023-10-271-11/+15
* iavf: use unregister_netdevMichal Schmidt2023-10-271-3/+1
* iavf: rely on netdev's own registered stateMichal Schmidt2023-10-272-7/+3
* iavf: fix the waiting time for initial resetMichal Schmidt2023-10-271-1/+1
* iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt2023-10-271-2/+4
* iavf: simplify mutex_trylock+sleep loopsMichal Schmidt2023-10-271-4/+2
* iavf: fix comments about old bit locksMichal Schmidt2023-10-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-3/+4
|\
| * iavf: in iavf_down, disable queues when removing the driverMichal Schmidt2023-10-251-1/+1
| * iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt2023-10-201-2/+3
* | iavf: delete unused iavf_mac_info fieldsMichal Schmidt2023-10-194-51/+0
* | intel: fix format warningsJesse Brandeburg2023-10-181-5/+3
* | intel: fix string truncation warningsJesse Brandeburg2023-10-182-16/+10
* | iavf: remove "inline" functions from iavf_txrx.cJacob Keller2023-10-031-23/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-213-11/+10
|\|
| * iavf: schedule a request immediately after add/delete vlanPetr Oros2023-09-151-2/+2
| * iavf: add iavf_schedule_aq_request() helperPetr Oros2023-09-153-8/+6
| * iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl2023-09-151-1/+2
* | iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski2023-09-133-1/+64
* | iavf: Fix promiscuous mode configuration flow messagesBrett Creeley2023-09-113-60/+74
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-184-51/+36
|\
| * virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin2023-08-163-19/+12
| * virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-162-28/+22
| * virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin2023-08-161-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-183-4/+85
|\ \ | |/ |/|
| * iavf: fix FDIR rule fields masks validationPiotr Gardocki2023-08-163-4/+85
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-102-4/+12
|\|
| * iavf: fix potential races for FDIR filtersPiotr Gardocki2023-08-082-4/+12
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-9/+9
|/
* iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller2023-07-211-3/+3
* iavf: fix potential deadlock on allocation failureJacob Keller2023-07-211-2/+3
* iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-174-29/+16