summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-03-24net: bcmgenet: fix dev->stats.tx_bytes accountingPetri Gynther2-4/+16
2016-03-24net: macb: replace macb_writel() call by queue_writel() to update queue ISRCyrille Pitchen1-1/+1
2016-03-24net: hns: bug fix about getting hilink status for HNS v2Sheng Li2-18/+24
2016-03-24net: hns: fix warning of passing zero to 'PTR_ERR'Kejian Yan1-1/+1
2016-03-24net: hns: optimizate irq proccess for HNS V2Sheng Li1-4/+5
2016-03-24net: hns: remove useless variable assignment and commentQianqian Xie1-4/+1
2016-03-24net: hns: bug fix for return valuesQianqian Xie1-2/+2
2016-03-24net: hns: optimizate fmt of snprintf()Qianqian Xie1-1/+2
2016-03-24net: hns: fix a bug for cycle indexQianqian Xie1-6/+6
2016-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-63/+211
2016-03-24Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-23/+1174
2016-03-23net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy1-2/+2
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-69/+1760
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-22Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6Doug Ledford14-106/+440
2016-03-22net/mlx5_core: Implement modify HCA vport commandEli Cohen2-0/+73
2016-03-22net/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-21net: smc911x: avoid unused variable warningsArnd Bergmann1-0/+2
2016-03-20net/mlx4: remove unused array zero_gid[]Colin Ian King1-2/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds265-15806/+30588
2016-03-19net: bcmgenet: fix dma api length mismatchEric Dumazet1-2/+2
2016-03-19net/mlx4_core: Fix backward compatibility on VFsEli Cohen1-6/+18
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-11/+10
2016-03-19net: smc911x: convert pxa dma to dmaengineRobert Jarzmik2-66/+82