aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernelsFlorian Fainelli1-0/+14
2016-10-20net: add recursion limit to GROSabrina Dubroca2-2/+2
2016-10-20stmmac: display the descriptors if DES0 = 0Giuseppe CAVALLARO1-4/+3
2016-10-20mlxsw: pci: Fix reset wait for SwitchX2Jiri Pirko1-2/+8
2016-10-20mlxsw: switchx2: Fix ethernet port initializationElad Raz1-0/+1
2016-10-20mlxsw: spectrum_router: Make mlxsw_sp_router_fib4_del return void and remove warnJiri Pirko1-8/+5
2016-10-20mlxsw: spectrum_router: Use correct tree index for bindingJiri Pirko1-1/+2
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO3-14/+9
2016-10-18qed: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-7/+4
2016-10-18rocker: fix maybe-uninitialized warningArnd Bergmann1-2/+2
2016-10-18net/hyperv: avoid uninitialized variableArnd Bergmann1-1/+1
2016-10-18net: bcm63xx: avoid referencing uninitialized variableArnd Bergmann1-1/+2
2016-10-18ibmvnic: Update MTU after device initializationThomas Falcon1-0/+2
2016-10-18ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon1-1/+1
2016-10-18ibmvnic: Driver Version 1.0.1Thomas Falcon1-1/+1
2016-10-18cxgb4: Fix number of queue sets corssing the limitGanesh Goudar1-1/+1
2016-10-18dwc_eth_qos: enable flow control by defaultNiklas Cassel1-0/+1
2016-10-18dwc_eth_qos: do not clear pause flags from phy_device->supportedNiklas Cassel1-1/+2
2016-10-18Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+1
2016-10-18bnx2: fix locking when netconsole is usedIvan Vecera1-6/+11
2016-10-17net: dsa: bcm_sf2: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: dsa: b53: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: qcom/emac: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: ethernet: nb8800: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17net: nps_enet: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17cxgb4: fix memory leak of qe on error exit pathColin Ian King1-1/+3
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern1-0/+2
2016-10-15vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()Alexey Khoroshilov1-7/+10
2016-10-15stmmac: fix an error code in stmmac_ptp_register()Dan Carpenter1-1/+3
2016-10-15net: qcom/emac: disable interrupts before calling phy_disconnectTimur Tabi1-2/+6
2016-10-15r8169: set coherent DMA mask as well as streaming DMA maskArd Biesheuvel1-1/+2
2016-10-14Merge tag 'wireless-drivers-for-davem-2016-10-14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller21-117/+110
2016-10-14net: asix: Avoid looping when the device does not respondGuenter Roeck1-4/+4
2016-10-14net/mlx4_en: fixup xdp tx irq to match rxBrenden Blanco1-1/+9
2016-10-14qed: Additional work toward cleaning C=1Yuval Mintz8-164/+58
2016-10-14qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz11-129/+119
2016-10-14qed: Fix static checker warning.Yuval Mintz1-6/+1
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni5-43/+64
2016-10-14net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabledJavier Martinez Canillas1-1/+1
2016-10-14net: wan: slic_ds26522: Export OF module alias informationJavier Martinez Canillas1-0/+1
2016-10-14net: wan: slic_ds26522: add SPI device ID table to fix module autoloadJavier Martinez Canillas1-0/+7
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-83/+214
2016-10-13Merge tag 'pci-v4.9-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds28-1187/+1099
2016-10-13Merge tag 'platform-drivers-x86-v4.9-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds9-230/+300
2016-10-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds26-77/+1068
2016-10-13net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser1-6/+5
2016-10-13liquidio: CN23XX: fix a loop timeoutDan Carpenter1-1/+1
2016-10-13net: phy: Trigger state machine on state change and not polling.Andrew Lunn1-2/+20