aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg1-1320/+0
2018-08-07i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing1-69/+0
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-0/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-26i40e: Add returning AQ critical error to SWMichal Kosiarz1-0/+2
2018-01-10i40e: track id can be 0Jingjing Wu1-5/+0
2018-01-10i40e: change ppp name to ddpJingjing Wu1-12/+12
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski1-0/+69
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller1-2/+2
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann1-1/+1
2017-06-01i40evf: Add support for Adaptive Virtual FunctionPreethi Banala1-0/+1
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-1/+1
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-5/+5
2017-06-01i40e/i40evf: create and use new unified header fileJesse Brandeburg1-1/+1
2017-05-31i40evf: disable unused flagsJesse Brandeburg1-2/+1
2017-04-19i40e: new AQ commandsJingjing Wu1-0/+212
2017-03-29i40e: use register for XL722 control register read/writePaul M Stillwell Jr1-2/+6
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady1-7/+12
2017-02-02i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam1-1/+0
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny1-0/+2
2016-09-22i40e: avoid potential null pointer dereference when assigning lenColin Ian King1-1/+2
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan1-1/+0
2016-04-27i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk1-0/+1
2016-04-05i40e: Add new device ID for X722Catherine Sullivan1-0/+1
2016-02-18i40e: implement and use Rx CTL helper functionsShannon Nelson1-0/+125
2016-01-08i40e: remove forever unused IDJesse Brandeburg1-1/+0
2015-10-23i40e: re-use %*ph specifier to hexdump a dataAndy Shevchenko1-18/+4
2015-10-19i40evf: fix overlong BIT definesJesse Brandeburg1-5/+0
2015-10-16i40e/i40evf: Fix compile issue related to const stringJingjing Wu1-2/+2
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg1-4/+4
2015-10-07i40e/i40evf: add driver support for new device idsShannon Nelson1-0/+1
2015-09-30i40e/i40evf: add new device id 1588Shannon Nelson1-0/+1
2015-08-26i40evf: Remove PF specific register definitions from the VFAnjali Singhai Jain1-1/+1
2015-08-05i40e/i40evf: Update FW API with X722 supportAnjali Singhai Jain1-0/+163
2015-08-05i40e/i40evf: Add device ids for X722Anjali Singhai Jain1-0/+9
2015-07-23i40e: clean up error status messagesShannon Nelson1-0/+206
2015-03-27i40e/i40evf: implement KR2 supportJesse Brandeburg1-0/+1
2015-03-07i40e/i40evf: Refactor i40e_debug_aq and make some functions staticShannon Nelson1-22/+22
2015-03-05i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg1-1/+0
2015-02-24i40e/i40evf: Fix output of i40e_debug_aq() for big endian machinesPaul M Stillwell Jr1-11/+18
2014-11-03i40evf: Add support for 10G base T partsPaul M Stillwell Jr1-0/+1
2014-08-27i40e/i40evf: add max buf len to aq debug print helperShannon Nelson1-2/+6
2014-07-02i40evf: don't violate scopeMitch Williams1-1/+1
2014-06-08i40e/i40evf: remove deprecated device IDsJesse Brandeburg1-2/+0
2014-05-29i40e/i40evf: Update check for AQ alivenessKevin Scott1-1/+5
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg1-1/+4
2014-03-31i40e/i40evf: Remove addressof casts to same typeJoe Perches1-2/+1
2014-03-18i40evf: Rename i40e_ptype_lookup i40evf_ptype_lookupEric W Biederman1-4/+4
2014-03-06i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg1-0/+366