summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover3-55/+23
2010-09-08RDS/IB: Remove dead codeAndy Grover1-14/+0
2010-09-08RDS/IB: Disallow connections less than RDS 3.1Andy Grover2-47/+16
2010-09-08RDS/IB: eliminate duplicate codeAndy Grover1-19/+11
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover12-18/+3
2010-09-08RDS: WhitespaceAndy Grover3-4/+3
2010-09-08RDS: Do not mask address when pinning pagesAndy Grover1-2/+2
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover4-11/+24
2010-09-08RDS: Implement atomic operationsAndy Grover9-23/+321
2010-09-08RDS: Clear up some confusing code in send_remove_from_sockAndy Grover1-1/+1
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover2-3/+2
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover6-90/+129
2010-09-08RDS: fold rdma.h into rds.hAndy Grover12-95/+77
2010-09-08RDS: Explicitly allocate rm in sendmsg()Andy Grover3-27/+62
2010-09-08RDS: cleanup/fix rds_rdma_unuseAndy Grover1-12/+15
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover7-85/+96
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover26-90/+90
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover3-53/+63
2010-09-08RDS: Fix locking in send on m_rs_lockAndy Grover1-7/+8
2010-09-08RDS: Rewrite rds_send_drop_to() for clarityAndy Grover1-35/+29
2010-09-08RDS: Fix corrupted rds_mrsTina Yang1-0/+8
2010-09-08RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2-2/+2
2010-09-06net: poll() optimizationsEric Dumazet4-12/+8
2010-09-06mlx4_en: Fixed Ethtool statistics reportYevgeny Petrilin2-2/+2
2010-09-06mlx4_en: Consider napi_get_frags() failure.Yevgeny Petrilin1-0/+2
2010-09-06net/caifcaif_dev.c: Use netdev_<level>Joe Perches1-8/+8
2010-09-06net/caif: Use pr_fmtJoe Perches16-181/+167
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall1-2/+2
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-09-06drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich1-2/+0
2010-09-06drivers/net/jme: Use pr_<level>Joe Perches2-53/+48
2010-09-06isdn: cleanup: make buffer smallerDan Carpenter1-2/+2
2010-09-06isdn: potential buffer overflowsDan Carpenter1-3/+3
2010-09-06NET: bna, fix lock imbalanceJiri Slaby1-1/+2
2010-09-06drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakJulia Lawall1-1/+2
2010-09-06net: pskb_expand_head() optimizationEric Dumazet1-5/+20
2010-09-06ibmveth: Update module information and versionSantiago Leon3-48/+54
2010-09-06ibmveth: Remove some unnecessary include filesSantiago Leon1-3/+0
2010-09-06ibmveth: Convert driver specific assert to BUG_ONSantiago Leon1-23/+11
2010-09-06ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon1-2/+2
2010-09-06ibmveth: Coding style fixesSantiago Leon1-145/+172
2010-09-06ibmveth: Some formatting fixesSantiago Leon2-19/+19
2010-09-06ibmveth: Convert driver specific error functions to netdev_errSantiago Leon1-41/+47
2010-09-06ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon1-24/+20
2010-09-06ibmveth: Remove redundant function prototypesSantiago Leon1-7/+1
2010-09-06ibmveth: Convert to netdev_alloc_skbSantiago Leon1-1/+1
2010-09-06ibmveth: remove procfs codeSantiago Leon1-113/+0
2010-09-06ibmveth: Enable IPv6 checksum offloadSantiago Leon2-11/+50
2010-09-06ibmveth: Remove duplicate checksum offload setup codeSantiago Leon1-17/+1
2010-09-06ibmveth: Add optional flush of rx bufferSantiago Leon1-0/+21