aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-08net: Revert ksettings conversions.David S. Miller7-233/+188
2017-03-08net: ibm: emac: fix regression caused by emac_dt_phy_probe()Christian Lamparter1-8/+17
2017-03-08net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-10/+14
2017-03-08net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+29
2017-03-08net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+34
2017-03-08net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+57
2017-03-08net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+20
2017-03-08net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-46/+52
2017-03-08net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+25
2017-03-08net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+27
2017-03-07ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon1-8/+8
2017-03-07ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon2-1/+27
2017-03-07bnx2x: add missing configuration of VF VLAN filtersMichal Schmidt1-0/+17
2017-03-07bnx2x: fix incorrect filter count in an error messageMichal Schmidt1-1/+1
2017-03-07bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2-1/+8
2017-03-07bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt1-5/+11
2017-03-07bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt1-12/+11
2017-03-07bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt1-6/+8
2017-03-07bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt1-1/+19
2017-03-07spi_ks8995: regs_size incorrect for some devicesBlomme, Maarten1-1/+1
2017-03-07spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten1-0/+1
2017-03-07net/mlx5e: add IPV6 dependencyArnd Bergmann1-0/+1
2017-03-05net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds36-123/+373
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-22/+29
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-42/+49
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds85-3180/+22360
2017-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-5/+39
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds11-3/+25
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-55/+73
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+57
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-9/+13
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-17/+114
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds279-133/+358
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-03-03Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller3-24/+38
2017-03-03nfp: correct DMA direction in XDP DMA syncJakub Kicinski1-2/+2
2017-03-03nfp: don't tell FW about the reserved buffer spaceJakub Kicinski1-1/+2
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason2-9/+34
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-03-03can: flexcan: fix typo in commentMarc Kleine-Budde1-1/+1
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde1-6/+3
2017-03-03can: gs_usb: fix coding styleEthan Zonca1-6/+5
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca1-11/+29
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2-2/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells6-9/+13
2017-03-02Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-13/+8