summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sunvnet: xoff not needed when removing port linkShannon Nelson2017-03-171-4/+0
* sunvnet: count multicast packetsShannon Nelson2017-03-171-0/+2
* sunvnet: track port queues correctlyShannon Nelson2017-03-172-13/+22
* sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson2017-03-173-1/+136
* ldmvsw: better use of link up and down on ldom vswitchShannon Nelson2017-03-173-7/+41
* bonding: add 802.3ad support for 25G speedsJarod Wilson2017-03-171-0/+9
* liquidio: use meaningful names for IRQsRick Farrington2017-03-174-16/+101
* liquidio: remove/replace invalid codeRick Farrington2017-03-171-16/+10
* net: ethernet: bgmac: Allow MAC address to be specified in DTBSteve Lin2017-03-161-16/+23
* net: ethernet: fs_enet: Remove useless includesChristophe Leroy2017-03-162-12/+0
* isdn: hardware: mISDN: Remove reference to CONFIG_8xxChristophe Leroy2017-03-162-4/+4
* net: mvneta: support suspend and resumeJane Li2017-03-161-4/+57
* mlxsw: spectrum_router: Don't abort on l3mdev rulesIdo Schimmel2017-03-161-1/+1
* mlxsw: spectrum_router: Add support for VRFs on top of bridgesIdo Schimmel2017-03-163-1/+81
* mlxsw: spectrum_router: Add support for VRFsIdo Schimmel2017-03-163-3/+61
* mlxsw: spectrum_router: Don't destroy RIF if L3 slaveIdo Schimmel2017-03-161-1/+2
* mlxsw: spectrum_router: Associate RIFs with correct VRIdo Schimmel2017-03-161-2/+5
* net: vrf: Set slave's private flag before linkingIdo Schimmel2017-03-161-2/+6
* ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel2017-03-162-3/+27
* r8152: simply the argumentshayeswang2017-03-161-17/+26
* drivers: net: xgene: Add workaround for errata 10GE_8/ENET_11Iyappan Subramanian2017-03-164-17/+30
* drivers: net: xgene: Add workaround for errata 10GE_1Quan Nguyen2017-03-162-0/+12
* drivers: net: xgene: Fix Rx checksum validation logicIyappan Subramanian2017-03-161-10/+17
* drivers: net: xgene: Fix wrong logical operationQuan Nguyen2017-03-161-2/+2
* drivers: net: xgene: Fix hardware checksum settingQuan Nguyen2017-03-162-0/+2
* drivers: net: phy: xgene: Fix mdio writeQuan Nguyen2017-03-161-1/+1
* net: dsa: mv88e6xxx: specify ageing time limitsVivien Didelot2017-03-151-0/+2
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-1512-21/+50
* netxen_nic: remove redundant check if retries is zeroColin Ian King2017-03-151-7/+2
* net: stmmac: stmmac interrupt treatment prepared for multiple queuesJoao Pinto2017-03-151-8/+20
* net: stmmac: tso init prepared for multiple queuesJoao Pinto2017-03-151-2/+6
* net: stmmac: dma channel init prepared for multiple queuesJoao Pinto2017-03-153-37/+88
* net: stmmac: prepare rx/tx set tail function for multiple queuesJoao Pinto2017-03-151-2/+2
* net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto2017-03-154-16/+32
* net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto2017-03-155-8/+11
* net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto2017-03-156-29/+39
* net: stmmac: prepare stmmac_tx_err for multiple queuesJoao Pinto2017-03-151-4/+5
* net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto2017-03-156-39/+125
* net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto2017-03-156-21/+22
* net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto2017-03-153-79/+124
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-03-1520-413/+1333
|\
| * i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy2017-03-154-31/+35
| * i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari2017-03-152-6/+6
| * i40e: Allow untrusted VFs to have more filtersMitch Williams2017-03-151-1/+1
| * i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck2017-03-154-10/+58
| * i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski2017-03-151-4/+4
| * i40e: fix RSS queues only operating on PF0Lihong Yang2017-03-152-12/+5
| * i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang2017-03-151-0/+5
| * i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller2017-03-151-3/+27
| * i40e: KISS the client interfaceMitch Williams2017-03-155-328/+179