summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-21fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller1-3/+3
2016-04-21fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-21fm10k: remove debug-statistics supportJacob Keller1-71/+1
2016-04-21fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-25/+34
2016-04-20Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody1-16/+15
2016-04-20arcnet: com90xx: add __init attributeJulia Lawall1-1/+1
2016-04-20net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov1-2/+6
2016-04-20net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov1-1/+1
2016-04-19net: w5100: don't build spi driver without w5100Arnd Bergmann1-1/+1
2016-04-19Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2016-04-18enic: set netdev->vlan_featuresGovindarajulu Varadarajan1-0/+1
2016-04-18hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan4-26/+335
2016-04-18fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-04-18phy: add generic function to support ksetting supportPhilippe Reynes1-0/+81
2016-04-18tun: don't require serialization lock on txPaolo Abeni1-1/+1
2016-04-18net: dsa: mv88e6xxx: remove switch ID from psVivien Didelot2-33/+0
2016-04-18net: dsa: mv88e6xxx: add number of db to infoVivien Didelot6-18/+19
2016-04-18net: dsa: mv88e6xxx: add number of ports to infoVivien Didelot6-56/+38
2016-04-18net: dsa: mv88e6xxx: add family to infoVivien Didelot6-63/+38
2016-04-18net: dsa: mv88e6xxx: add switch infoVivien Didelot6-32/+93
2016-04-18net: dsa: mv88e6xxx: read switch ID in probeVivien Didelot1-27/+30
2016-04-18net: dsa: mv88e6xxx: drop revision probingVivien Didelot5-42/+1
2016-04-18net: dsa: mv88e6xxx: drop double ds assignmentVivien Didelot4-8/+0
2016-04-18net: dsa: constify probed nameVivien Didelot8-32/+33
2016-04-18macsec: fix crypto Kconfig dependencyArnd Bergmann1-0/+1
2016-04-17nfp: add async reconfiguration mechanismJakub Kicinski2-27/+157
2016-04-17nfp: remove buggy RX buffer length validationJakub Kicinski1-12/+14
2016-04-17nfp: remove unused suspicious mask definesJakub Kicinski1-4/+0
2016-04-17nfp: correct names of constants in commentsJakub Kicinski1-3/+3
2016-04-17nfp: remove unnecessary staticJakub Kicinski1-1/+1
2016-04-17nfp: check the right pointer for errorsJakub Kicinski1-1/+1
2016-04-17net: bcmgenet: device stats are unsigned longEric Dumazet1-1/+5
2016-04-17fjes: Update fjes driver version : 1.1Taku Izumi1-1/+1
2016-04-17fjes: Introduce spinlock for rx_statusTaku Izumi3-9/+72
2016-04-17fjes: Enhance changing MTU related workTaku Izumi3-11/+58
2016-04-17fjes: fix bitwise check bug in fjes_raise_intr_rxdata_taskTaku Izumi1-1/+2
2016-04-17fjes: fix incorrect statistics information in fjes_xmit_frame()Taku Izumi1-7/+7
2016-04-17fjes: optimize timeout valueTaku Izumi1-3/+3
2016-04-17stmmac: socfpga: remove extra call to socfpga_dwmac_setupDinh Nguyen1-6/+0
2016-04-17dsa: mv88e6xxx: Kill the REG_READ and REG_WRITE macrosAndrew Lunn6-123/+224
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2-23/+15
2016-04-17net: dsa: mv88e6xxx: share the same default FDBVivien Didelot1-26/+2
2016-04-17net: dsa: mv88e6xxx: enable SA learning on DSA portsVivien Didelot1-2/+2
2016-04-17net: dsa: mv88e6xxx: unlock DSA and CPU portsVivien Didelot1-1/+1
2016-04-17net: w5100: support W5200Akinobu Mita4-48/+289
2016-04-17net: w5100: support SPI interface modeAkinobu Mita3-0/+151
2016-04-17net: w5100: enable to support sleepable register access interfaceAkinobu Mita2-38/+153
2016-04-17net: w5100: add ability to support other bus interfaceAkinobu Mita2-201/+431
2016-04-17net: w5100: move mmiowb into register access callbacksAkinobu Mita1-29/+15
2016-04-17vxlan: reduce usage of synchronize_net in ndo_stopHannes Frederic Sowa1-8/+20