summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)AuthorFilesLines
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-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-14/+1
2021-01-06iavf: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-12-18iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-26intel-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-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+3
2020-07-30iavf: use generic power managementVaibhav Gupta1-33/+12
2020-07-02iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-02iavf: 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-26net/intel: remove driver versions from Intel driversJeff Kirsher4-23/+1
2020-06-12iavf: increase reset complete wait timePaul Greenwalt2-7/+9
2020-06-12iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley3-6/+24
2020-06-12iavf: use appropriate enum for comparisonAleksandr Loktionov4-29/+24
2020-06-12iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120
2020-03-12net: iavf: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams4-40/+11
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+18
2020-01-09iavf: remove current MAC address filter on VF resetStefan Assmann3-4/+18
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-09iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann2-1/+7
2019-09-09iavf: allow permanent MAC address to changeMitch Williams2-5/+0
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing1-22/+0
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-3/+3
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-11/+11
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-10net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-30/+5