aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20qede: Initialize lock and slowpath workqueue earlyMintz, Yuval1-2/+7
2017-02-20qed: Reserve doorbell BAR space for present CPUsRam Amrani1-1/+1
2017-02-20qed: Don't free a QP more than onceRam Amrani1-22/+27
2017-02-20qed: Read queue state before releasing bufferRam Amrani1-6/+6
2017-02-20qed: Release CQ resource under lock on failureRam Amrani1-0/+2
2017-02-20net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous3-95/+97
2017-02-20net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 page.Pavel Belous1-1/+3
2017-02-20net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2-4/+4
2017-02-20net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous2-6/+5
2017-02-20net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous1-3/+4
2017-02-20net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous1-1/+1
2017-02-20net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous1-2/+3
2017-02-20net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous1-7/+1
2017-02-20net: ethernet: aquantia: Using module_pci_driver.Pavel Belous1-19/+1
2017-02-20net: ethernet: aquantia: Fixes for aq_ndev_change_mtuPavel Belous2-11/+2
2017-02-20net: ethernet: aquantia: Removed busy_count field.Pavel Belous2-12/+0
2017-02-20net: ethernet: aquantia: Removed extra assignment for skb->dev.Pavel Belous1-1/+0
2017-02-20net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-15/+21
2017-02-20net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes3-109/+123
2017-02-20nfp: allow application firmware to limit number of SR-IOV VFsJakub Kicinski2-0/+27
2017-02-20nfp: return nfp_rtsym_read_le() errors correctlyJakub Kicinski1-3/+5
2017-02-20nfp: add very basic access to NSP logsJakub Kicinski3-0/+79
2017-02-20nfp: report NSP ABI version in ethtool FW versionJakub Kicinski5-2/+41
2017-02-20nfp: store NSP ABI version in state structureJakub Kicinski1-14/+13
2017-02-20nfp: report manufacturing info on loadJakub Kicinski1-0/+7
2017-02-20nfp: refactor NSP initialization and add error messageJakub Kicinski1-23/+36
2017-02-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller9-43/+217
2017-02-20qlcnic: Fix a memory leak in error handling pathChristophe Jaillet1-2/+4
2017-02-20net: mvpp2: Fix a memory leak in error handling pathChristophe Jaillet1-2/+4
2017-02-20mlx4: reduce OOM risk on arches with large pagesEric Dumazet1-1/+2
2017-02-20Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-57/+147
2017-02-20net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+18
2017-02-20fsl/fman: fix spelling mistake in variable name en_tsu_err_exeptionColin Ian King1-4/+4
2017-02-20net: aquantia: remove function aq_ring_tx_deinitLino Sanfilippo3-39/+11
2017-02-20net: ena: remove superfluous check in ena_remove()Lino Sanfilippo1-6/+0
2017-02-20net: phy: Check phydev->drvFlorian Fainelli2-7/+25
2017-02-20net: phy: Fix PHY unbind crashFlorian Fainelli1-0/+2
2017-02-19of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney1-0/+1
2017-02-19net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac supportdavid.wu1-0/+117
2017-02-19virtio-net: batch stats updatingJason Wang1-16/+31
2017-02-19mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()Eric Dumazet1-10/+14
2017-02-19ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqsThomas Falcon2-2/+15
2017-02-19ibmvnic: Use common counter for capabilities checksThomas Falcon2-35/+39
2017-02-19ibmvnic: Handle processing of CRQ messages in a taskletThomas Falcon2-1/+18
2017-02-19qed: Add support for hardware offloaded FCoE.Arun Easi21-16/+2303
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-48/+50
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier1-0/+2
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny1-1/+0
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller2-4/+6
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy2-2/+13