summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: bcmgenet: fix skb_len in bcmgenet_xmit_single()Petri Gynther2016-03-241-1/+1
* net: bcmgenet: fix dev->stats.tx_bytes accountingPetri Gynther2016-03-242-4/+16
* net: macb: replace macb_writel() call by queue_writel() to update queue ISRCyrille Pitchen2016-03-241-1/+1
* net: hns: bug fix about getting hilink status for HNS v2Sheng Li2016-03-242-18/+24
* net: hns: fix warning of passing zero to 'PTR_ERR'Kejian Yan2016-03-241-1/+1
* net: hns: optimizate irq proccess for HNS V2Sheng Li2016-03-241-4/+5
* net: hns: remove useless variable assignment and commentQianqian Xie2016-03-241-4/+1
* net: hns: bug fix for return valuesQianqian Xie2016-03-241-2/+2
* net: hns: optimizate fmt of snprintf()Qianqian Xie2016-03-241-1/+2
* net: hns: fix a bug for cycle indexQianqian Xie2016-03-241-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-2425-140/+249
|\
| * hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang2016-03-241-6/+6
| * hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2016-03-232-5/+6
| * hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()Haiyang Zhang2016-03-231-1/+4
| * ppp: take reference on channels netnsGuillaume Nault2016-03-231-1/+3
| * net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy2016-03-231-2/+2
| * net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias2016-03-231-0/+4
| * at803x: fix reset handlingSergei Shtylyov2016-03-231-3/+3
| * macb: fix PHY resetSergei Shtylyov2016-03-221-2/+2
| * fsl/fman: Workaround for Errata A-007273Igal Liberman2016-03-221-16/+88
| * net: hns: bug fix about the overflow of mssDaode Huang2016-03-221-9/+8
| * net: hns: adds limitation for debug port mtuKejian Yan2016-03-222-0/+4
| * net: hns: fix the bug about mtu settingKejian Yan2016-03-224-1/+9
| * net: hns: fixes a bug of RSSKejian Yan2016-03-222-2/+22
| * net: hns: fix return value of the function about rssKejian Yan2016-03-223-20/+8
| * net: hns: set xge statistic reg as read onlyQianqian Xie2016-03-221-2/+3
| * net: hns: fixed the bug about GMACs mac settingSheng Li2016-03-221-10/+8
| * net: hns: add uc match for debug portsKejian Yan2016-03-225-2/+43
| * net: hns: fixed portid bug in sending manage pktSheng Li2016-03-223-1/+9
| * net: hns: bug fix about ping6Kejian Yan2016-03-221-0/+9
| * vxlan: fix too large pskb_may_pull with remote checksumJiri Benc2016-03-211-4/+2
| * mdio-sun4i: oops in error handling in probeDan Carpenter2016-03-211-1/+3
| * net: smc911x: avoid unused variable warningsArnd Bergmann2016-03-211-0/+2
| * Revert "lan78xx: add ndo_get_stats64"David S. Miller2016-03-201-49/+0
| * net/mlx4: remove unused array zero_gid[]Colin Ian King2016-03-201-2/+0
| * geneve: fix populating tclass in geneve_get_v6_dstDaniel Borkmann2016-03-201-5/+6
| * vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann2016-03-201-2/+1
* | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-2313-23/+1174
|\ \
| * | cxgb4: update Kconfig and MakefileVarun Prakash2016-03-222-0/+12
| * | cxgb4: add iSCSI DDP page pod managerVarun Prakash2016-03-222-0/+774
| * | cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash2016-03-221-0/+9
| * | cxgb4: move VLAN_NONE macro definitionVarun Prakash2016-03-222-2/+2
| * | cxgb4: update struct cxgb4_lld_info definitionVarun Prakash2016-03-223-0/+10
| * | cxgb4: add definitions for iSCSI target ULDVarun Prakash2016-03-222-0/+114
| * | cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash2016-03-221-0/+15
| * | cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash2016-03-221-0/+5
| * | cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash2016-03-221-0/+81
| * | cxgb4: large receive offload supportVarun Prakash2016-03-224-14/+60
| * | cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash2016-03-224-7/+92
| * | cxgb4: add new ULD type CXGB4_ULD_ISCSITVarun Prakash2016-03-221-0/+1