summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-1738-168/+104Star
* netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan2013-03-171-2/+1Star
* vxlan: generalize forwarding tablesDavid Stevens2013-03-173-58/+210
* caif: remove caif_shmErwan Yvin2013-03-175-909/+0Star
* ipv4: replace ip_fast_csum with csum_replace2Li RongQing2013-03-151-3/+2Star
* driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing2013-03-152-6/+5Star
* Documentation: fix neigh/default/gc_thresh1 default value.Li RongQing2013-03-151-1/+1
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-1542-278/+122Star
* 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/+10Star
* net: clean leftover of COMPAT_NET_DEV_OPS removalFernando Luis Vazquez Cao2013-03-151-1/+0Star
* VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant2013-03-152-3/+16
* netxen: write IP address to firmware when using bondingnikolay@redhat.com2013-03-153-78/+155
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-03-1419-65/+2259
|\
| * batman-adv: network coding - receive coded packets and decode themMartin Hundebøll2013-03-133-0/+246
| * batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-136-3/+253
| * batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll2013-03-135-0/+466
| * batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll2013-03-134-7/+557
| * batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-137-0/+524
| * batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll2013-03-1310-1/+184
| * batman-adv: don't use !! in bool conversionAntonio Quartulli2013-03-132-5/+5
| * batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll2013-03-131-4/+14
| * batman-adv: replace redundant primary_if_get callsMarek Lindner2013-03-133-46/+11Star
* | csiostor: Cleanup chip specific operations.Arvind Bhushan2013-03-146-512/+193Star
* | 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/+5Star
* | 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/+10Star
* | 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/+0Star
* | sfc: remove duplicated include from efx.cWei Yongjun2013-03-131-1/+0Star
|/
* 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
* Merge branch 'cpsw'David S. Miller2013-03-134-14/+165
|\