summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDS: Implement silent atomicsAndy Grover2010-09-095-35/+45
* RDS: Move loop-only function to loop.cAndy Grover2010-09-092-8/+13
* RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover2010-09-091-6/+8
* RDS: Remove unsignaled_bytes sysctlAndy Grover2010-09-093-21/+0
* RDS: rewrite rds_ib_xmitAndy Grover2010-09-091-78/+45
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-093-55/+23
* RDS/IB: Remove dead codeAndy Grover2010-09-091-14/+0
* RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-092-47/+16
* RDS/IB: eliminate duplicate codeAndy Grover2010-09-091-19/+11
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-0912-18/+3
* RDS: WhitespaceAndy Grover2010-09-093-4/+3
* RDS: Do not mask address when pinning pagesAndy Grover2010-09-091-2/+2
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-094-11/+24
* RDS: Implement atomic operationsAndy Grover2010-09-099-23/+321
* RDS: Clear up some confusing code in send_remove_from_sockAndy Grover2010-09-091-1/+1
* RDS: make sure all sgs alloced are initializedAndy Grover2010-09-092-3/+2
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-096-90/+129
* RDS: fold rdma.h into rds.hAndy Grover2010-09-0912-95/+77
* RDS: Explicitly allocate rm in sendmsg()Andy Grover2010-09-093-27/+62
* RDS: cleanup/fix rds_rdma_unuseAndy Grover2010-09-091-12/+15
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-097-85/+96
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-0926-90/+90
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-093-53/+63
* RDS: Fix locking in send on m_rs_lockAndy Grover2010-09-091-7/+8
* RDS: Rewrite rds_send_drop_to() for clarityAndy Grover2010-09-091-35/+29
* RDS: Fix corrupted rds_mrsTina Yang2010-09-091-0/+8
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-092-2/+2
* net: poll() optimizationsEric Dumazet2010-09-074-12/+8
* mlx4_en: Fixed Ethtool statistics reportYevgeny Petrilin2010-09-072-2/+2
* mlx4_en: Consider napi_get_frags() failure.Yevgeny Petrilin2010-09-071-0/+2
* net/caifcaif_dev.c: Use netdev_<level>Joe Perches2010-09-071-8/+8
* net/caif: Use pr_fmtJoe Perches2010-09-0716-181/+167
* drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall2010-09-071-2/+2
* net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall2010-09-071-1/+1
* drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich2010-09-071-2/+0
* drivers/net/jme: Use pr_<level>Joe Perches2010-09-072-53/+48
* isdn: cleanup: make buffer smallerDan Carpenter2010-09-071-2/+2
* isdn: potential buffer overflowsDan Carpenter2010-09-071-3/+3
* NET: bna, fix lock imbalanceJiri Slaby2010-09-071-1/+2
* drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-071-1/+2
* net: pskb_expand_head() optimizationEric Dumazet2010-09-071-5/+20
* ibmveth: Update module information and versionSantiago Leon2010-09-073-48/+54
* ibmveth: Remove some unnecessary include filesSantiago Leon2010-09-071-3/+0
* ibmveth: Convert driver specific assert to BUG_ONSantiago Leon2010-09-071-23/+11
* ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon2010-09-071-2/+2
* ibmveth: Coding style fixesSantiago Leon2010-09-071-145/+172
* ibmveth: Some formatting fixesSantiago Leon2010-09-072-19/+19
* ibmveth: Convert driver specific error functions to netdev_errSantiago Leon2010-09-071-41/+47
* ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon2010-09-071-24/+20
* ibmveth: Remove redundant function prototypesSantiago Leon2010-09-071-7/+1