aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17netvsc: fix typo on statisticsSimon Xiao1-1/+1
2017-02-17net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-58/+65
2017-02-17net: hamachi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser4-8/+6
2017-02-17Merge tag 'wireless-drivers-next-for-davem-2017-02-16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller28-431/+213
2017-02-17net: ethoc: Use eth_hw_addr_random()Tobias Klauser1-8/+2
2017-02-17net: mvneta: make mvneta_eth_tool_ops staticJisheng Zhang1-1/+1
2017-02-17net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+38
2017-02-17net: ethernet: ti: cpsw: correct ale dev to cpswIvan Khoronzhuk1-1/+1
2017-02-17net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+50
2017-02-17ptp: create "pins" together with the rest of attributesDmitry Torokhov3-42/+24
2017-02-17ptp: use is_visible method to hide unused attributesDmitry Torokhov1-70/+55
2017-02-17ptp: use kcalloc when allocating arraysDmitry Torokhov1-3/+2
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov1-2/+0
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet2-9/+6
2017-02-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-230/+481
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-128/+194
2017-02-16cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar1-2/+0
2017-02-16cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar1-0/+5
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V3-13/+7
2017-02-16Merge tag 'media/v4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-5/+13
2017-02-16Merge tag 'pci-v4.10-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+12
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-102/+112
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2-71/+99
2017-02-16ixgbe: Add support for build_skbAlexander Duyck1-1/+48
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck1-0/+47
2017-02-16ixgbe: Add support for padding packetAlexander Duyck2-4/+56
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck1-109/+122
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck2-7/+9
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck2-17/+22
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck2-15/+31
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck2-19/+40
2017-02-16ixgbe: Only DMA sync frame lengthAlexander Duyck1-5/+5
2017-02-16ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck1-29/+42
2017-02-16ixgbe: Update version to reflect added functionalityMark Rustad1-1/+1
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger3-3/+3
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen2-3/+10
2017-02-15ibmvnic: Fix endian errors in error reporting outputThomas Falcon1-4/+4
2017-02-15ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon1-2/+2
2017-02-15atm: idt77252, use setup_timer and mod_timerJan Koniarik1-9/+3
2017-02-15mlxsw: acl: Use PBS type for forward actionJiri Pirko1-11/+9
2017-02-15net: stmmac: invert the logic for dumping regsLABBE Corentin1-9/+9
2017-02-15net: stmmac: reduce indentation by adding a continueLABBE Corentin1-42/+40
2017-02-15net: stmmac: split the stmmac_adjust_link 10/100 caseLABBE Corentin1-5/+9
2017-02-15net: stmmac: run stmmac_hw_fix_mac_speed when speed is validLABBE Corentin1-3/+2
2017-02-15net: stmmac: set speed at SPEED_UNKNOWN in case of broken speedLABBE Corentin1-0/+1
2017-02-15net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWNLABBE Corentin1-6/+6
2017-02-15net: stmmac: likely is useless in occasional functionLABBE Corentin1-4/+4
2017-02-15net: stmmac: remove useless parenthesisLABBE Corentin2-5/+5
2017-02-15net: ethernet: aquantia: switch to pci_alloc_irq_vectorsChristoph Hellwig1-76/+25