aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel1-4/+6
2017-01-24r8152: don't execute runtime suspend if the tx is not emptyhayeswang1-1/+3
2017-01-24net: phy: marvell: Add Wake from LAN support for 88E1510 PHYJingju Hou1-0/+2
2017-01-23net: phy: Avoid deadlock during phy_error()Florian Fainelli1-5/+9
2017-01-22amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2-2/+6
2017-01-22amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas4-3/+20
2017-01-20xen-netfront: Fix Rx stall during network stress and OOMVineeth Remanan Pillai1-1/+1
2017-01-20net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet1-0/+3
2017-01-20bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann1-2/+4
2017-01-20qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann3-61/+53
2017-01-20r8152: fix rtl8152_post_reset functionhayeswang1-0/+2
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang3-3/+3
2017-01-19gianfar: Do not reuse pages from emergency reserveEric Dumazet1-1/+1
2017-01-19net/mlx5e: Remove unused variableArnd Bergmann1-1/+0
2017-01-18bnxt_en: Fix "uninitialized variable" bug in TPA code path.Michael Chan1-1/+1
2017-01-18net: phy: bcm63xx: Utilize correct config_intr functionDaniel Gonzalez Cabanelas1-2/+19
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2-2/+6
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin1-0/+11
2017-01-18net/mlx5e: Remove unnecessary checks when setting num channelsEran Ben Elisha1-10/+0
2017-01-18net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha1-6/+1
2017-01-18can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov1-4/+12
2017-01-18can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón1-0/+1
2017-01-17net: phy: dp83848: add DP83620 PHY supportAlvaro G. M1-0/+3
2017-01-17vxlan: fix byte order of vxlan-gpe port numberLance Richardson1-1/+1
2017-01-17stmmac: add missing of_node_putJulia Lawall1-0/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-98/+199
2017-01-17Merge tag 'mmc-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-19/+23
2017-01-17Merge tag 'for-linus-20170116' of git://git.infradead.org/linux-mtdLinus Torvalds4-7/+7
2017-01-16net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein1-9/+14
2017-01-16net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitionsJack Morgenstein1-2/+3
2017-01-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-01-16net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit1-9/+10
2017-01-16net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann1-4/+7
2017-01-16net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan1-2/+6
2017-01-16be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera1-2/+10
2017-01-16be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera1-1/+5
2017-01-16be2net: fix status check in be_cmd_pmac_add()Ivan Vecera1-1/+1
2017-01-16cpmac: remove hopeless #warningArnd Bergmann1-1/+1
2017-01-16ravb: do not use zero-length alignment DMA descriptorMasaru Nagai1-0/+13
2017-01-16mlx4: do not call napi_schedule() without careEric Dumazet1-1/+4
2017-01-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller2-18/+45
2017-01-16mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson1-13/+12
2017-01-15Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-16/+34
2017-01-15Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-22/+0
2017-01-15Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-17/+25
2017-01-15Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-66/+98
2017-01-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-12/+33
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-41/+95
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-58/+28
2017-01-14Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds8-40/+78