summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann2017-09-251-18/+30
* net: qcom/emac: specify the correct size when mapping a DMA bufferTimur Tabi2017-09-251-1/+2
* net: qualcomm: rmnet: Fix rcu splat in rmnet_is_real_dev_registeredSubash Abhinov Kasiviswanathan2017-09-231-4/+1
* cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'Christophe JAILLET2017-09-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-2317-161/+281
|\
| * bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is des...Somnath Kotur2017-09-221-3/+20
| * bnxt_re: Fix memory leak in FRMR pathSelvin Xavier2017-09-221-1/+1
| * bnxt_re: Remove RTNL lock dependency in bnxt_re_query_portSomnath Kotur2017-09-223-8/+9
| * bnxt_re: Fix race between the netdev register and unregister eventsSomnath Kotur2017-09-222-5/+15
| * bnxt_re: Free up devices in module_exit pathSomnath Kotur2017-09-221-0/+16
| * bnxt_re: Fix compare and swap atomic operandsDevesh Sharma2017-09-221-0/+1
| * bnxt_re: Stop issuing further cmds to FW once a cmd times outSomnath Kotur2017-09-222-1/+6
| * bnxt_re: Fix update of qplib_qp.mtu when modifiedDevesh Sharma2017-09-221-0/+3
| * i40iw: Add support for port reuse on active side connectionsShiraz Saleem2017-09-222-76/+78
| * i40iw: Add missing VLAN priorityMustafa Ismail2017-09-222-1/+4
| * i40iw: Call i40iw_cm_disconn on modify QP to disconnectShiraz Saleem2017-09-221-0/+12
| * i40iw: Prevent multiple netdev event notifier registrationsShiraz Saleem2017-09-223-19/+20
| * i40iw: Fail open if there are no available MSI-X vectorsShiraz Saleem2017-09-221-1/+6
| * RDMA/vmw_pvrdma: Fix reporting correct opcodes for completionAdit Ranadive2017-09-221-3/+28
| * IB/bnxt_re: Fix frame stack compilation warningLeon Romanovsky2017-09-221-31/+36
| * IB/mlx5: fix debugfs cleanupSudip Mukherjee2017-09-221-3/+3
| * IB/ocrdma: fix incorrect fall-through on switch statementColin Ian King2017-09-221-0/+3
| * IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
| * iw_cxgb4: remove the stid on listen create failureSteve Wise2017-09-221-1/+1
| * iw_cxgb4: drop listen destroy replies if no ep foundSteve Wise2017-09-221-0/+5
| * iw_cxgb4: put ep reference in pass_accept_req()Steve Wise2017-09-221-1/+1
| * IB/core: Fix for core panicAlex Estrin2017-09-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-2328-215/+357
|\ \
| * | net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-211-1/+1
| * | net: stmmac: Cocci spatch "of_table"Thomas Meyer2017-09-211-0/+1
| * | lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed2017-09-211-1/+0
| * | lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed2017-09-211-5/+4
| * | lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed2017-09-211-4/+20
| * | net: phy: Keep reporting transceiver typeFlorian Fainelli2017-09-211-1/+2
| * | net: qcom/emac: add software control for pause frame modeTimur Tabi2017-09-214-0/+58
| * | hv_netvsc: fix send buffer failure on MTU changeAlex Ng2017-09-213-5/+12
| * | net: hns3: Fix for pri to tc mapping in TMYunsheng Lin2017-09-203-9/+12
| * | net: hns3: Fix for setting rss_size incorrectlyYunsheng Lin2017-09-203-40/+38
| * | net: hns3: Fix typo error for feild in hclge_tmYunsheng Lin2017-09-202-12/+12
| * | net: hns3: Fix for rx priv buf allocation when DCB is not supportedYunsheng Lin2017-09-201-0/+10
| * | net: hns3: Fix for rx_priv_buf_alloc not setting rx shared bufferYunsheng Lin2017-09-202-1/+6
| * | net: hns3: Fix for not setting rx private buffer size to zeroYunsheng Lin2017-09-201-2/+14
| * | net: hns3: Fix for DEFAULT_DV when dev doesn't support DCBYunsheng Lin2017-09-202-1/+6
| * | net: hns3: Fix initialization when cmd is not supportedYunsheng Lin2017-09-204-16/+31
| * | net: hns3: Cleanup for ROCE capability flag in ae_devYunsheng Lin2017-09-203-27/+19
| * | isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu2017-09-201-12/+25
| * | net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled itTroy Kisky2017-09-201-2/+2
| * | net: fec: remove unused interrupt FEC_ENET_TS_TIMERTroy Kisky2017-09-201-2/+2
| * | net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is setTroy Kisky2017-09-201-2/+2
| * | net: emac: Fix napi poll list corruptionChristian Lamparter2017-09-191-2/+1