aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2-0/+56
2021-10-29iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2021-10-18iavf: Combine init and watchdog state machinesMateusz Palczewski2-80/+57
2021-10-18iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski2-15/+21
2021-10-18iavf: Refactor iavf state machine trackingMateusz Palczewski3-18/+31
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+10
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+47
2021-08-19iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch3-2/+47
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann3-63/+56
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2021-08-09iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash1-5/+8
2021-07-19iavf: fix locking of critical sectionsStefan Assmann1-7/+50
2021-07-19iavf: do not override the adapter state in the watchdog taskStefan Assmann1-1/+0
2021-07-01iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-06-18iavf: clean up packet type lookup tableJesse Brandeburg2-119/+6
2021-04-23iavf: redefine the magic number for FDIR GTP-U header fieldsHaiyue Wang1-3/+12
2021-04-23iavf: enhance the duplicated FDIR list scan handlingHaiyue Wang1-6/+3
2021-04-23iavf: change the flex-byte support number to macro definitionHaiyue Wang2-3/+8
2021-04-23iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-04-22iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang3-5/+56
2021-04-22iavf: Support for modifying UDP RSS flow hashingHaiyue Wang3-5/+56
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang5-4/+450
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang4-0/+214
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley3-4/+14
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg3-4/+4
2021-03-22iavf: Enable flex-bytes supportHaiyue Wang3-2/+327
2021-03-22iavf: Support Ethernet Type Flow Director filtersHaiyue Wang3-1/+42
2021-03-22iavf: Support IPv6 Flow Director filtersHaiyue Wang3-0/+246
2021-03-22iavf: Support IPv4 Flow Director filtersHaiyue Wang5-1/+881
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang4-1/+257
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-14/+1
2021-01-05iavf: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-12-17iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg4-14/+14
2020-09-25iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+3
2020-07-30iavf: use generic power managementVaibhav Gupta1-33/+12
2020-07-01iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-01iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-1/+1
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher4-23/+1
2020-06-11iavf: increase reset complete wait timePaul Greenwalt2-7/+9
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley3-6/+24
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov4-29/+24
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120