aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen1-1/+0
2016-04-06net: intel: remove dead linksJiri Benc1-66/+14
2016-04-06e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-6/+8
2016-04-06e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-8/+10
2016-04-06igb: Garbled output for "ethtool -m"Doron Shikmoni1-1/+2
2016-04-06igb: allow setting MAC address on i211 using a device tree blobJohn Holland1-3/+6
2016-04-06igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+7
2016-04-06igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck1-4/+6
2016-04-05ibmvnic: enable RX checksum offloadThomas Falcon1-0/+4
2016-04-05ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2-4/+194
2016-04-05net: bcmgenet: cleanup for dmadesc_set()Petri Gynther1-1/+1
2016-04-05net: bcmgenet: cleanup for bcmgenet_xmit_frag()Petri Gynther1-4/+7
2016-04-05net: bcmgenet: cleanup for bcmgenet_xmit()Petri Gynther1-5/+9
2016-04-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-88/+166
2016-04-05bnxt_en: Improve ethtool .get_settings().Michael Chan1-8/+13
2016-04-05bnxt_en: Check for valid forced speed during ethtool -s.Michael Chan1-10/+38
2016-04-05bnxt_en: Add unsupported SFP+ module warnings.Michael Chan2-0/+58
2016-04-05bnxt_en: Set async event bits when registering with the firmware.Michael Chan1-4/+14
2016-04-05bnxt_en: Add get_eee() and set_eee() ethtool support.Michael Chan1-0/+76
2016-04-05bnxt_en: Add EEE setup code.Michael Chan4-5/+60
2016-04-05bnxt_en: Add basic EEE support.Michael Chan4-2/+87
2016-04-05bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface.Michael Chan2-11/+27
2016-04-05bnxt_en: Update to Firmware 1.2.2 spec.Michael Chan9-56/+431
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller3-29/+34
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller4-8/+8
2016-04-05fm10k: correctly clean up when init_queueing_scheme failsJacob Keller1-9/+26
2016-04-05fm10k: prevent possibly uninitialized variableBruce Allan1-1/+1
2016-04-05fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-81/+83
2016-04-05fm10k: free MBX IRQ before clearing interrupt schemeJacob Keller1-2/+2
2016-04-05fm10k: print error message when stop_hw failsJacob Keller1-1/+4
2016-04-05fm10k: base queue scheme covered by RSSJacob Keller1-4/+2
2016-04-05fm10k: don't initialize service task until later in probeJacob Keller1-9/+16
2016-04-05fm10k: prevent null pointer dereference of msix_entries tableJacob Keller1-1/+3
2016-04-05fm10k: use ether_addr_copy to copy MAC addressBruce Allan1-2/+2
2016-04-05fm10k: cleanup SPACE_BEFORE_TAB checkpatch warningBruce Allan1-1/+1
2016-04-05fm10k: demote BUG_ON() to WARN_ON() where appropriateBruce Allan1-1/+1
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan8-54/+52
2016-04-05fm10k: Move constants to the right of binary operatorsBruce Allan3-12/+12
2016-04-05i40e/i40evf: Bump patch from 1.4.25 to 1.5.1Catherine Sullivan2-4/+4
2016-04-05i40e: Change comment to reflect correct function nameMitch Williams1-1/+1
2016-04-05i40evf: Add additional check for resetMitch Williams1-0/+2
2016-04-05i40e: Change unknown event error msg to ignore messageShannon Nelson1-1/+1
2016-04-05i40e: Added code to prevent double resetsMitch Williams1-4/+7
2016-04-05i40e: Notify VFs of all resetsMitch Williams1-2/+2
2016-04-05i40e: Remove timer and task only if createdShannon Nelson1-2/+4
2016-04-05mlxsw: spectrum: Add support for physical port namesIdo Schimmel1-3/+42
2016-04-05mlxsw: spectrum: Reduce number of supported 802.1D bridgesIdo Schimmel1-1/+1
2016-04-05i40e: Assure that adminq is alive in debug modeShannon Nelson1-7/+6
2016-04-05i40e: Remove MSIx only if createdShannon Nelson1-1/+1
2016-04-05i40e: Fix up return codeJesse Brandeburg1-3/+3