summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
Commit message (Expand)AuthorAgeFilesLines
* iavf: fix double unlock of crit_lockStefan Assmann2021-10-061-1/+0
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-203-2/+47
|\
| * iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch2021-08-193-2/+47
* | iavf: use mutexes for locking of critical sectionsStefan Assmann2021-08-173-63/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-5/+8
|\|
| * iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash2021-08-091-5/+8
* | iavf: fix locking of critical sectionsStefan Assmann2021-07-191-7/+50
* | iavf: do not override the adapter state in the watchdog taskStefan Assmann2021-07-191-1/+0
|/
* iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET2021-07-011-0/+1
* iavf: clean up packet type lookup tableJesse Brandeburg2021-06-182-119/+6
* iavf: redefine the magic number for FDIR GTP-U header fieldsHaiyue Wang2021-04-231-3/+12
* iavf: enhance the duplicated FDIR list scan handlingHaiyue Wang2021-04-231-6/+3
* iavf: change the flex-byte support number to macro definitionHaiyue Wang2021-04-232-3/+8
* iavf: remove duplicate free resources callsStefan Assmann2021-04-231-2/+0
* iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang2021-04-223-5/+56
* iavf: Support for modifying UDP RSS flow hashingHaiyue Wang2021-04-223-5/+56
* iavf: Support for modifying TCP RSS flow hashingHaiyue Wang2021-04-225-4/+450
* iavf: Add framework to enable ethtool RSS configHaiyue Wang2021-04-224-0/+214
* iavf: add support for UDP Segmentation OffloadBrett Creeley2021-04-223-4/+14
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-233-4/+4
* iavf: Enable flex-bytes supportHaiyue Wang2021-03-223-2/+327
* iavf: Support Ethernet Type Flow Director filtersHaiyue Wang2021-03-223-1/+42
* iavf: Support IPv6 Flow Director filtersHaiyue Wang2021-03-223-0/+246
* iavf: Support IPv4 Flow Director filtersHaiyue Wang2021-03-225-1/+881
* iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang2021-03-224-1/+257
* net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai2021-03-051-1/+2
* net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-051-14/+1
* iavf: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* iavf: fix double-release of rtnl_lockJakub Kicinski2020-12-171-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-2/+2
|\
| * iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch2020-09-251-2/+2
* | intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-264-14/+14
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-271-8/+3
|/
* iavf: use generic power managementVaibhav Gupta2020-07-301-33/+12
* iavf: Fix updating statisticsTony Nguyen2020-07-011-1/+4
* iavf: fix error return code in iavf_init_get_resources()Wei Yongjun2020-07-011-1/+3
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-1/+1
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-264-23/+1
* iavf: increase reset complete wait timePaul Greenwalt2020-06-122-7/+9
* iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley2020-06-123-6/+24
* iavf: use appropriate enum for comparisonAleksandr Loktionov2020-06-114-29/+24
* iavf: fix speed reporting over virtchnlBrett Creeley2020-06-114-21/+120
* net: iavf: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+4
* iavf: Enable support for up to 16 queuesMitch Williams2020-03-104-40/+11
* iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko2020-02-261-3/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-193-4/+18
|\
| * iavf: remove current MAC address filter on VF resetStefan Assmann2020-01-093-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-1/+1
|\|
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1