summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40evf: detect reset more reliablyMitch Williams2015-10-091-20/+16
* i40e: Support FW CEE DCB UP to TC map nibble swapGreg Bowers2015-10-091-5/+8
* i40e/i40evf: Explicitly assign enum index for VSI typeSerey Kong2015-10-092-16/+16
* i40e: add switch for link pollingShannon Nelson2015-10-093-3/+29
* i40e: Fix multiple link up messagesMatt Jared2015-10-093-3/+8
* i40e: Fix for extra Flow Director filter in table after errorCarolyn Wyborny2015-10-093-1/+17
* i40e/i40evf: Store CEE DCBX DesiredCfg and RemoteCfgNeerav Parikh2015-10-093-12/+42
* i40e: Add parsing for CEE DCBX TLVsNeerav Parikh2015-10-092-0/+218
* i40e: add more verbose error messagesMitch Williams2015-10-091-1/+3
* i40e: inline interrupt enableJesse Brandeburg2015-10-092-19/+18
* i40e: fix erroneous WARN_ONJesse Brandeburg2015-10-081-0/+10
* i40e/i40evf: remove unused opcodeMitch Williams2015-10-072-2/+0
* i40evf: propagate interrupt allocation failureMitch Williams2015-10-071-1/+1
* i40e: Additional checks for CEE APP priority validityNeerav Parikh2015-10-071-15/+33
* i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain2015-10-077-5/+14
* i40e/i40evf: fix unicast mac address addShannon Nelson2015-10-072-48/+38
* i40e: fix bug in return from get_link_status and avoid spurious link messagesJesse Brandeburg2015-10-074-11/+29
* i40e: add little endian conversion for checksumJesse Brandeburg2015-10-071-1/+3
* i40e/i40evf: give up the __func__Shannon Nelson2015-10-074-66/+47
* i40e: Never let speed get set to 0 in get_settingsCatherine Sullivan2015-10-071-0/+7
* i40e: Fix for truncated interrupt nameCarolyn Wyborny2015-10-071-1/+1
* i40e/i40evf: assure clean asq status reportShannon Nelson2015-10-072-0/+4
* i40e: make i40e_init_pf_fcoe to voidShannon Nelson2015-10-073-13/+7
* i40e: fix bad CEE status shift valueShannon Nelson2015-10-071-1/+2
* i40e/i40evf: fix a potential type compare issueShannon Nelson2015-10-072-4/+2
* i40e/i40evf: add driver support for new device idsShannon Nelson2015-10-076-0/+6
* i40e: stop VF ringsMitch Williams2015-10-071-0/+5
* i40e: enable WoL operation if config bit show WoL capableShannon Nelson2015-10-071-2/+7
* i40e: Increase the amount of time we wait for reset to be donePaul M Stillwell Jr2015-10-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-076-47/+53
|\
| * i40evf: don't blow away MAC addressMitch Williams2015-10-041-0/+2
| * i40e/i40evf: grab the AQ spinlocks before clearing registersShannon Nelson2015-10-042-44/+46
| * i40e: Fix a memory leak in X722 rss config pathAnjali Singhai2015-10-041-1/+3
| * i40evf: Use numa_mem_id() to better support memoryless nodeJiang Liu2015-10-041-1/+1
| * i40e: Use numa_mem_id() to better support memoryless nodeJiang Liu2015-10-041-1/+1
* | net: igb: avoid using timespecArnd Bergmann2015-10-053-13/+14
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-0316-63/+87
|\
| * i40e: fix 32 bit build warningsJesse Brandeburg2015-09-302-11/+6
| * i40e: fix kbuild warningsJesse Brandeburg2015-09-301-2/+2
| * i40evf: tweak init timingMitch Williams2015-09-301-3/+3
| * i40e: warn on double freeJesse Brandeburg2015-09-301-0/+4
| * i40e: refactor interrupt enableJesse Brandeburg2015-09-302-10/+6
| * i40e: Strip VEB stats if they are disabled in HWAnjali Singhai Jain2015-09-303-7/+16
| * i40e/i40evf: add new device id 1588Shannon Nelson2015-09-306-0/+7
| * i40e: Remove useless messageGreg Rose2015-09-301-3/+0
| * i40e: limit debugfs io opsShannon Nelson2015-09-303-12/+12
| * i40e: use QOS field consistentlyMitch Williams2015-09-301-5/+4
| * i40e: count drops in netstat interfaceJesse Brandeburg2015-09-301-0/+1
| * i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg2015-09-302-2/+2
| * i40e: fixup padding issue in get_cee_dcb_cfg_v1_respShannon Nelson2015-09-301-2/+11