summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-04-0511-88/+166
|\
| * i40e/i40evf: Bump patch from 1.4.25 to 1.5.1Catherine Sullivan2016-04-052-4/+4
| * i40e: Change comment to reflect correct function nameMitch Williams2016-04-051-1/+1
| * i40evf: Add additional check for resetMitch Williams2016-04-051-0/+2
| * i40e: Change unknown event error msg to ignore messageShannon Nelson2016-04-051-1/+1
| * i40e: Added code to prevent double resetsMitch Williams2016-04-051-4/+7
| * i40e: Notify VFs of all resetsMitch Williams2016-04-051-2/+2
| * i40e: Remove timer and task only if createdShannon Nelson2016-04-051-2/+4
| * i40e: Assure that adminq is alive in debug modeShannon Nelson2016-04-051-7/+6
| * i40e: Remove MSIx only if createdShannon Nelson2016-04-051-1/+1
| * i40e: Fix up return codeJesse Brandeburg2016-04-051-3/+3
| * i40e: Save off VSI resource count when updating VSIKevin Scott2016-04-051-0/+6
| * i40e/i40evf: Remove I40E_MAX_USER_PRIORITY defineCatherine Sullivan2016-04-051-1/+0
| * i40e/i40evf: Fix casting in transmit codeJesse Brandeburg2016-04-052-4/+6
| * i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck2016-04-052-18/+22
| * i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck2016-04-052-10/+16
| * i40evf: remove dead codeAlan Cox2016-04-051-10/+1
| * i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck2016-04-055-15/+83
| * i40e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-053-7/+3
* | bnxt_en: Improve ethtool .get_settings().Michael Chan2016-04-051-8/+13
* | bnxt_en: Check for valid forced speed during ethtool -s.Michael Chan2016-04-051-10/+38
* | bnxt_en: Add unsupported SFP+ module warnings.Michael Chan2016-04-052-0/+58
* | bnxt_en: Set async event bits when registering with the firmware.Michael Chan2016-04-051-4/+14
* | bnxt_en: Add get_eee() and set_eee() ethtool support.Michael Chan2016-04-051-0/+76
* | bnxt_en: Add EEE setup code.Michael Chan2016-04-054-5/+60
* | bnxt_en: Add basic EEE support.Michael Chan2016-04-054-2/+87
* | bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface.Michael Chan2016-04-052-11/+27
* | bnxt_en: Update to Firmware 1.2.2 spec.Michael Chan2016-04-059-56/+431
* | fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller2016-04-053-29/+34
* | fm10k: fix a minor typo in some commentsJacob Keller2016-04-054-8/+8
* | fm10k: correctly clean up when init_queueing_scheme failsJacob Keller2016-04-051-9/+26
* | fm10k: prevent possibly uninitialized variableBruce Allan2016-04-051-1/+1
* | fm10k: add helper functions to set strings and data for ethtool statsJacob Keller2016-04-051-81/+83
* | fm10k: free MBX IRQ before clearing interrupt schemeJacob Keller2016-04-051-2/+2
* | fm10k: print error message when stop_hw failsJacob Keller2016-04-051-1/+4
* | fm10k: base queue scheme covered by RSSJacob Keller2016-04-051-4/+2
* | fm10k: don't initialize service task until later in probeJacob Keller2016-04-051-9/+16
* | fm10k: prevent null pointer dereference of msix_entries tableJacob Keller2016-04-051-1/+3
* | fm10k: use ether_addr_copy to copy MAC addressBruce Allan2016-04-051-2/+2
* | fm10k: cleanup SPACE_BEFORE_TAB checkpatch warningBruce Allan2016-04-051-1/+1
* | fm10k: demote BUG_ON() to WARN_ON() where appropriateBruce Allan2016-04-051-1/+1
* | fm10k: cleanup remaining right-bit-shifted 1Bruce Allan2016-04-058-54/+52
* | fm10k: Move constants to the right of binary operatorsBruce Allan2016-04-053-12/+12
* | mlxsw: spectrum: Add support for physical port namesIdo Schimmel2016-04-051-3/+42
* | mlxsw: spectrum: Reduce number of supported 802.1D bridgesIdo Schimmel2016-04-051-1/+1
|/
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-04-0517-327/+390
|\
| * ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck2016-04-051-13/+14
| * ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar2016-04-052-9/+18
| * ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore2016-04-057-0/+30
| * ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov2016-04-053-1/+33