aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy1-0/+40
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy1-16/+20
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy5-295/+160
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-2/+2
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring1-4/+9
2016-09-09alx: add module parameter to enable msi-x supportTobias Regnery1-1/+4
2016-09-09alx: add msi-x supportTobias Regnery4-8/+184
2016-09-09alx: factor out part of the interrupt handlerTobias Regnery1-14/+20
2016-09-09alx: refactor msi enablement and disablementTobias Regnery2-9/+26
2016-09-09qed: mark symbols static where possibleBaoyou Xie4-28/+35
2016-09-09ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()Markus Elfring1-4/+6
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring1-2/+3
2016-09-09via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King1-12/+9
2016-09-09qede: mark qede_set_features() staticBaoyou Xie1-1/+1
2016-09-09net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju2-92/+92
2016-09-09macsec: set network devtypestephen hemminger1-0/+1
2016-09-08net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel1-2/+2
2016-09-07be2net: Update the driver version to 11.1.0.0Sriharsha Basavapatna1-1/+1
2016-09-07be2net: Fix mac address collision in some configurationsSuresh Reddy2-2/+5
2016-09-07be2net: Avoid redundant addition of mac address in HWSuresh Reddy1-20/+66
2016-09-07be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES SLI cmd.Somnath Kotur2-4/+13
2016-09-07be2net: Issue COMMON_RESET_FUNCTION cmd during driver unloadSomnath Kotur1-0/+3
2016-09-07be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna6-35/+430
2016-09-07net: smsc911x: request and deassert optional RESET GPIOLinus Walleij1-0/+9
2016-09-07qed*: Add support for the ethtool get_regs operationTomer Tayar2-0/+26
2016-09-07qed: Add support for debug data collectionTomer Tayar7-12/+8916
2016-09-07kaweth: remove obsolete debugging statementsOliver Neukum1-15/+0
2016-09-07qed: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-06ptp: ixp46x: remove NO_IRQ handlingArnd Bergmann1-7/+8
2016-09-06sfc: check MTU against minimum thresholdBert Kenward2-1/+14
2016-09-06net: arc_emac: mark arc_mdio_reset() staticBaoyou Xie1-1/+1
2016-09-06lan78xx: mark symbols static where possibleBaoyou Xie1-11/+13
2016-09-06qed: Add infrastructure for debug data collectionTomer Tayar4-0/+131
2016-09-06bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck1-3/+12
2016-09-06qed: Remove OOM messagesJoe Perches11-141/+47
2016-09-06vxlan: Update tx_errors statistics if vxlan_build_skb return err.Haishuang Yan1-0/+1
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco3-11/+19
2016-09-06net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPISean Wang1-14/+17
2016-09-06net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier usedSean Wang1-5/+6
2016-09-06hso: Convert printk to pr_<level>Joe Perches1-10/+11
2016-09-06hso: Use a more common logging styleJoe Perches1-53/+44
2016-09-06smsc95xx: Add mdix control via ethtoolWoojung Huh1-3/+106
2016-09-06smsc95xx: Add register defineWoojung Huh1-0/+8
2016-09-06net: dsa: mv88e6xxx: make global2 code optionalVivien Didelot4-1/+74
2016-09-06net: dsa: mv88e6xxx: move Global2 codeVivien Didelot5-450/+521
2016-09-06net: dsa: mv88e6xxx: fix module namingVivien Didelot1-1/+2
2016-09-04net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2016-09-04cxgb4: Add support for ndo_get_vf_configHariprasad Shenai3-2/+72
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-02liquidio:CN23XX pause frame supportRaghu Vatsavayi3-7/+126