aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-07i40e/i40evf: remove unused opcodeMitch Williams2-2/+0
2015-10-07i40evf: propagate interrupt allocation failureMitch Williams1-1/+1
2015-10-07i40e: Additional checks for CEE APP priority validityNeerav Parikh1-15/+33
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain7-5/+14
2015-10-07i40e/i40evf: fix unicast mac address addShannon Nelson2-48/+38
2015-10-07i40e: fix bug in return from get_link_status and avoid spurious link messagesJesse Brandeburg4-11/+29
2015-10-07i40e: add little endian conversion for checksumJesse Brandeburg1-1/+3
2015-10-07i40e/i40evf: give up the __func__Shannon Nelson4-66/+47
2015-10-07i40e: Never let speed get set to 0 in get_settingsCatherine Sullivan1-0/+7
2015-10-07i40e: Fix for truncated interrupt nameCarolyn Wyborny1-1/+1
2015-10-07i40e/i40evf: assure clean asq status reportShannon Nelson2-0/+4
2015-10-07i40e: make i40e_init_pf_fcoe to voidShannon Nelson3-13/+7
2015-10-07i40e: fix bad CEE status shift valueShannon Nelson1-1/+2
2015-10-07i40e/i40evf: fix a potential type compare issueShannon Nelson2-4/+2
2015-10-07i40e/i40evf: add driver support for new device idsShannon Nelson6-0/+6
2015-10-07i40e: stop VF ringsMitch Williams1-0/+5
2015-10-07i40e: enable WoL operation if config bit show WoL capableShannon Nelson1-2/+7
2015-10-07i40e: Increase the amount of time we wait for reset to be donePaul M Stillwell Jr1-1/+1
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil3-24/+186
2015-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-47/+53
2015-10-06Revert "net: Microchip encx24j600 driver"David S. Miller5-2122/+0
2015-10-06Revert "net: encx24j600_exit() can be static"David S. Miller1-1/+1
2015-10-05net: encx24j600_exit() can be statickbuild test robot1-1/+1
2015-10-05net: Microchip encx24j600 driverJon Ringle5-0/+2122
2015-10-05enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan4-3/+40
2015-10-05enic: handle spurious error interruptGovindarajulu Varadarajan1-5/+9
2015-10-05cxgb4: Report correct link speed for unsupported onesHariprasad Shenai1-1/+5
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai1-0/+1
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai1-6/+14
2015-10-05cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai1-330/+1134
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas2-13/+4
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas1-5/+6
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas3-0/+5
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2-83/+14
2015-10-05amd-xgbe: Add ethtool error and debug messagesLendacky, Thomas1-52/+37
2015-10-05amd-xgbe: Add ethtool support for setting the msglevelLendacky, Thomas1-0/+16
2015-10-05amd-xgbe: Use proper DT / ACPI precedence checkingLendacky, Thomas1-1/+1
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas1-1/+1
2015-10-05net: igb: avoid using timespecArnd Bergmann3-13/+14
2015-10-05net: stmmac: avoid using timespecArnd Bergmann1-3/+5
2015-10-05net: fec: avoid timespec useArnd Bergmann1-4/+2
2015-10-03i40evf: don't blow away MAC addressMitch Williams1-0/+2
2015-10-03i40e/i40evf: grab the AQ spinlocks before clearing registersShannon Nelson2-44/+46
2015-10-03i40e: Fix a memory leak in X722 rss config pathAnjali Singhai1-1/+3
2015-10-03i40evf: Use numa_mem_id() to better support memoryless nodeJiang Liu1-1/+1
2015-10-03i40e: Use numa_mem_id() to better support memoryless nodeJiang Liu1-1/+1
2015-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-63/+87
2015-10-03ravb: Add support for r8a7795 SoCKazuya Mizuguchi2-8/+62
2015-10-03ravb: Provide dev parameter to DMA APIKazuya Mizuguchi1-19/+19
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-6/+3