summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)AuthorFilesLines
2023-10-19iavf: delete unused iavf_mac_info fieldsMichal Schmidt4-51/+0
2023-10-19intel: fix format warningsJesse Brandeburg1-5/+3
2023-10-19intel: fix string truncation warningsJesse Brandeburg2-16/+10
2023-10-04iavf: remove "inline" functions from iavf_txrx.cJacob Keller1-23/+23
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-11/+10
2023-09-15iavf: schedule a request immediately after add/delete vlanPetr Oros1-2/+2
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros3-8/+6
2023-09-15iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl1-1/+2
2023-09-13iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski3-1/+64
2023-09-11iavf: Fix promiscuous mode configuration flow messagesBrett Creeley3-60/+74
2023-08-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-51/+36
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+85
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin3-19/+12
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2-28/+22
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin1-4/+2
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki3-4/+85
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+12
2023-08-09iavf: fix potential races for FDIR filtersPiotr Gardocki2-4/+12
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-07-21iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-07-21iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki4-29/+16
2023-07-17iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki3-32/+85
2023-07-17Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik1-15/+0
2023-07-17Revert "iavf: Detach device during reset task"Marcin Szycik1-11/+2
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik4-17/+68
2023-07-17iavf: use internal state to free traffic IRQsAhmed Zaki1-3/+4
2023-07-17iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-07-17iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-06-22iavf: make functions static where possiblePrzemek Kitszel4-43/+28
2023-06-22iavf: remove some unused functions and pointless wrappersPrzemek Kitszel5-76/+8
2023-06-22iavf: fix err handling for MAC replacePrzemek Kitszel1-23/+19
2023-06-10iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki3-11/+8
2023-05-16iavf: send VLAN offloading caps once after VFRAhmed Zaki1-5/+0
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-66/+66
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki3-47/+45
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki3-26/+28
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+15
2023-03-21iavf: fix hang on reboot with iceStefan Assmann1-0/+5
2023-03-16iavf: do not track VLAN 0 filtersAhmed Zaki2-2/+8
2023-03-16iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin1-1/+1
2023-03-16iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-03-09iavf: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-01-30iavf: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-69/+66
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg7-27/+27
2023-01-20iavf: schedule watchdog immediately when changing primary MACStefan Assmann1-1/+1
2023-01-20iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2-18/+17
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt4-51/+49