aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-140/+249
2016-03-23hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang1-6/+6
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds13-23/+1174
2016-03-23hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2-5/+6
2016-03-23hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()Haiyang Zhang1-1/+4
2016-03-23ppp: take reference on channels netnsGuillaume Nault1-1/+3
2016-03-23net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy1-2/+2
2016-03-23net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias1-0/+4
2016-03-23at803x: fix reset handlingSergei Shtylyov1-3/+3
2016-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-78/+199
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds13-69/+1760
2016-03-22rapidio/rionet: add mport removal handlingAlexandre Bounine1-26/+44
2016-03-22rapidio/rionet: add locking into add/remove deviceAlexandre Bounine1-50/+102
2016-03-22rapidio/rionet: add shutdown event handlingAlexandre Bounine1-0/+38
2016-03-22rapidio/rionet: add capability to change MTUAurelien Jacquiot1-2/+15
2016-03-22rapidio/rionet: fix deadlock on SMPAurelien Jacquiot1-2/+2
2016-03-22macb: fix PHY resetSergei Shtylyov1-2/+2
2016-03-22fsl/fman: Workaround for Errata A-007273Igal Liberman1-16/+88
2016-03-22net: hns: bug fix about the overflow of mssDaode Huang1-9/+8
2016-03-22net: hns: adds limitation for debug port mtuKejian Yan2-0/+4
2016-03-22net: hns: fix the bug about mtu settingKejian Yan4-1/+9
2016-03-22net: hns: fixes a bug of RSSKejian Yan2-2/+22
2016-03-22net: hns: fix return value of the function about rssKejian Yan3-20/+8
2016-03-22net: hns: set xge statistic reg as read onlyQianqian Xie1-2/+3
2016-03-22net: hns: fixed the bug about GMACs mac settingSheng Li1-10/+8
2016-03-22net: hns: add uc match for debug portsKejian Yan5-2/+43
2016-03-22net: hns: fixed portid bug in sending manage pktSheng Li3-1/+9
2016-03-22net: hns: bug fix about ping6Kejian Yan1-0/+9
2016-03-22cxgb4: update Kconfig and MakefileVarun Prakash2-0/+12
2016-03-22cxgb4: add iSCSI DDP page pod managerVarun Prakash2-0/+774
2016-03-22cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash1-0/+9
2016-03-22cxgb4: move VLAN_NONE macro definitionVarun Prakash2-2/+2
2016-03-22cxgb4: update struct cxgb4_lld_info definitionVarun Prakash3-0/+10
2016-03-22cxgb4: add definitions for iSCSI target ULDVarun Prakash2-0/+114
2016-03-22cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash1-0/+15
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-0/+5
2016-03-22cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash1-0/+81
2016-03-22cxgb4: large receive offload supportVarun Prakash4-14/+60
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash4-7/+92
2016-03-22cxgb4: add new ULD type CXGB4_ULD_ISCSITVarun Prakash1-0/+1
2016-03-21Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6Doug Ledford14-106/+440
2016-03-21net/mlx5_core: Implement modify HCA vport commandEli Cohen2-0/+73
2016-03-21net/mlx5_core: Add VF param when querying vport counterEli Cohen1-2/+3
2016-03-21net/mlx5_core: Introduce offload arithmetic hardware capabilitiesSagi Grimberg1-0/+6
2016-03-21net/mlx5_core: Refactor device capability functionLeon Romanovsky2-60/+23
2016-03-21net/mlx5_core: Fix caching ATOMIC endian mode capabilityLeon Romanovsky1-0/+4
2016-03-21vxlan: fix too large pskb_may_pull with remote checksumJiri Benc1-4/+2
2016-03-21mdio-sun4i: oops in error handling in probeDan Carpenter1-1/+3
2016-03-21net: smc911x: avoid unused variable warningsArnd Bergmann1-0/+2
2016-03-20Revert "lan78xx: add ndo_get_stats64"David S. Miller1-49/+0