summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/smsc911x: Use NULL instead of integer for pointerSachin Kamat2013-03-191-1/+1
* mrf24j40: Fix byte-order of IEEE addressAlan Ott2013-03-191-1/+1
* mrf24j40: Increase max SPI speed to 10MHzAlan Ott2013-03-191-3/+2
* mrf24j40: Warn if transmit interrupts timeoutAlan Ott2013-03-191-0/+1
* mrf24j40: pinctrl supportAlan Ott2013-03-191-0/+7
* bnx2x: add RSS capability for GRE trafficDmitry Kravkov2013-03-183-11/+24
* bnx2x: add CSUM and TSO support for encapsulation protocolsDmitry Kravkov2013-03-183-28/+204
* net: ftgmac100: Use module_platform_driver()Sachin Kamat2013-03-181-16/+1
* net: ep93xx_eth: Use module_platform_driver()Sachin Kamat2013-03-181-12/+1
* net: dm9000: Use module_platform_driver()Sachin Kamat2013-03-181-16/+1
* net: neterion: replace ip_fast_csum with csum_replace2Li RongQing2013-03-181-4/+2
* tcp: Remove TCPCTChristoph Paasch2013-03-171-1/+1
* drivers: net: irda: use resource_size() in au1k_ir.cSilviu-Mihai Popescu2013-03-171-2/+3
* sfc: make local functions staticstephen hemminger2013-03-172-5/+5
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-1738-168/+104
* vxlan: generalize forwarding tablesDavid Stevens2013-03-171-57/+206
* caif: remove caif_shmErwan Yvin2013-03-174-883/+0
* driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing2013-03-152-6/+5
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-1542-278/+122
* be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur2013-03-153-8/+50
* be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur2013-03-151-11/+10
* netxen: write IP address to firmware when using bondingnikolay@redhat.com2013-03-152-78/+147
* csiostor: Cleanup chip specific operations.Arvind Bhushan2013-03-146-512/+193
* csiostor: Header file modifications for chip support and bug fixes.Arvind Bhushan2013-03-145-18/+212
* csiostor: Add T5 adapter operations.Arvind Bhushan2013-03-141-0/+397
* csiostor: Segregate T4 adapter operations.Arvind Bhushan2013-03-141-0/+403
* RDMA/cxgb4: Fix onchip queue support for T5Vipul Pandya2013-03-141-8/+5
* RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya2013-03-142-2/+2
* RDMA/cxgb4: Map pbl buffers for dma if using DSGL.Vipul Pandya2013-03-141-6/+23
* RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya2013-03-145-36/+190
* RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya2013-03-143-6/+30
* RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-144-4/+42
* RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya2013-03-146-35/+77
* cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur2013-03-145-9/+73
* cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2013-03-142-19/+10
* cxgb4: Update driver version and descriptionSantosh Rastapur2013-03-141-2/+2
* cxgb4: Add T5 PCI idsSantosh Rastapur2013-03-141-0/+38
* cxgb4: Add T5 debugfs supportSantosh Rastapur2013-03-143-43/+119
* cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur2013-03-141-16/+71
* cxgb4: Add T5 write combining supportSantosh Rastapur2013-03-143-5/+102
* cxgb4: Dump T5 registersSantosh Rastapur2013-03-141-4/+448
* cxgb4: Initialize T5Santosh Rastapur2013-03-144-48/+227
* cxgb4: Add macros, structures and inline functions for T5Santosh Rastapur2013-03-143-2/+95
* cxgb4: Add register definations for T5Santosh Rastapur2013-03-141-0/+94
* tuntap: remove unused variable in __tun_detach()Wei Yongjun2013-03-131-2/+0
* sfc: remove duplicated include from efx.cWei Yongjun2013-03-131-1/+0
* qlcnic: Bump up the version to 5.1.37Shahed Shaikh2013-03-131-2/+2
* qlcnic: Implement flash sysfs callback for 83xx adapterHimanshu Madhani2013-03-133-8/+265
* drivers: net: ethernet: cpsw: implement get phy_id via ioctlMugunthan V N2013-03-131-2/+14
* driver: net: ethernet: cpsw: implement interrupt pacing via ethtoolMugunthan V N2013-03-131-0/+104