aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-20gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil1-12/+12
2013-03-20gianfar: Poll only active Rx queuesClaudiu Manoil2-10/+22
2013-03-20gianfar: Fix tx napi pollingClaudiu Manoil1-37/+45
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-19/+49
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam1-3/+3
2013-03-20lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun1-1/+2
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov1-0/+5
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov2-0/+6
2013-03-19net/smsc911x: Use NULL instead of integer for pointerSachin Kamat1-1/+1
2013-03-18bnx2x: fix occasional statistics off-by-4GB errorMaciej Żenczykowski1-1/+2
2013-03-18bnx2x: add RSS capability for GRE trafficDmitry Kravkov3-11/+24
2013-03-18bnx2x: add CSUM and TSO support for encapsulation protocolsDmitry Kravkov3-28/+204
2013-03-18net: ftgmac100: Use module_platform_driver()Sachin Kamat1-16/+1
2013-03-18net: ep93xx_eth: Use module_platform_driver()Sachin Kamat1-12/+1
2013-03-18net: dm9000: Use module_platform_driver()Sachin Kamat1-16/+1
2013-03-18net: neterion: replace ip_fast_csum with csum_replace2Li RongQing1-4/+2
2013-03-17sfc: make local functions staticstephen hemminger2-5/+5
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches25-119/+79
2013-03-17bnx2x: add missing napi deletion in error pathMichal Schmidt1-0/+1
2013-03-17drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_desc()Mugunthan V N1-1/+1
2013-03-17ethernet/tulip: DE4x5 needs VIRT_TO_BUSArnd Bergmann1-0/+1
2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing2-6/+5
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches34-250/+111
2013-03-15be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur3-8/+50
2013-03-15be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur1-11/+10
2013-03-15net: fec: fix missing napi_disable callGeorg Hofmann1-0/+1
2013-03-15net: fec: restart the FEC when PHY speed changesLucas Stach2-11/+16
2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com2-78/+147
2013-03-14RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya1-0/+8
2013-03-14RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya3-0/+26
2013-03-14cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur5-9/+73
2013-03-14cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2-19/+10
2013-03-14cxgb4: Update driver version and descriptionSantosh Rastapur1-2/+2
2013-03-14cxgb4: Add T5 PCI idsSantosh Rastapur1-0/+38
2013-03-14cxgb4: Add T5 debugfs supportSantosh Rastapur3-43/+119
2013-03-14cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur1-16/+71
2013-03-14cxgb4: Add T5 write combining supportSantosh Rastapur3-5/+102
2013-03-14cxgb4: Dump T5 registersSantosh Rastapur1-4/+448
2013-03-14cxgb4: Initialize T5Santosh Rastapur4-48/+227
2013-03-14cxgb4: Add macros, structures and inline functions for T5Santosh Rastapur3-2/+95
2013-03-14cxgb4: Add register definations for T5Santosh Rastapur1-0/+94
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun1-1/+0
2013-03-13tg3: 5715 does not link up when autoneg offNithin Sujir1-0/+8
2013-03-13qlcnic: Bump up the version to 5.1.37Shahed Shaikh1-2/+2
2013-03-13qlcnic: Implement flash sysfs callback for 83xx adapterHimanshu Madhani3-8/+265
2013-03-13Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller1-1/+2
2013-03-13net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()Daniel Mack1-1/+1
2013-03-13drivers: net: ethernet: cpsw: implement get phy_id via ioctlMugunthan V N1-2/+14
2013-03-13driver: net: ethernet: cpsw: implement interrupt pacing via ethtoolMugunthan V N1-0/+104
2013-03-13driver: net: ethernet: cpsw: implement ethtool get/set phy settingMugunthan V N1-0/+29