summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall2-0/+2
2010-05-18net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-04-23rdma: potential ERR_PTR dereferenceDan Carpenter1-1/+1
2010-04-21net: sk_sleep() helperEric Dumazet4-4/+4
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller21-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo21-0/+21
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter1-2/+0
2010-03-17RDS: Enable per-cpu workqueue threadsTina Yang1-1/+1
2010-03-17RDS: Do not call set_page_dirty() with irqs offAndy Grover3-7/+12
2010-03-17RDS: Properly unmap when getting a remote access errorSherman Pun1-1/+5
2010-03-17RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover3-2/+11
2010-03-17RDS: Fix locking in rds_send_drop_to()Tina Yang1-6/+7
2010-03-17RDS: Turn down alarming reconnect messagesAndy Grover3-3/+6
2010-03-17RDS: Workaround for in-use MRs on close causing crashAndy Grover1-2/+2
2010-03-17RDS: Fix send locking issueTina Yang1-3/+2
2010-03-17RDS: Fix congestion issues for loopbackAndy Grover3-9/+7
2010-03-17RDS/TCP: Wait to wake thread when write space availableAndy Grover1-1/+3
2010-03-17RDS: update copy_to_user state in tcp transportAndy Grover1-0/+1
2010-03-17RDS: sendmsg() should check sndtimeo, not rcvtimeoAndy Grover1-1/+1
2010-03-17RDS: Do not BUG() on error returned from ib_post_sendAndy Grover5-12/+9
2010-02-04net/rds: remove uses of NIPQUAD, use %pI4Joe Perches3-9/+8
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds20-94/+155
2009-11-30net: Move && and || to end of previous lineJoe Perches14-62/+56
2009-11-20RDMA/cm: fix loopback address supportSean Hefty2-4/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman3-17/+17
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman3-28/+11
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-31RDS/IB+IW: Move recv processing to a taskletAndy Grover6-12/+52
2009-10-31RDS: Do not send congestion updates to loopback connectionsAndy Grover1-0/+2
2009-10-31RDS: Fix panic on unloadAndy Grover2-8/+2
2009-10-31RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2-6/+8
2009-10-31RDS: Add GET_MR_FOR_DEST sockoptAndy Grover3-0/+28
2009-10-19inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds3-3/+3
2009-09-15net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-08-24RDS: Add a debug message suggesting to load transport modulesAndy Grover1-0/+3
2009-08-24RDS: Track transports via an array, not a listAndy Grover5-10/+28
2009-08-24RDS: Modularize RDMA and TCP transportsAndy Grover4-16/+35
2009-08-24RDS: Export symbols from core RDSAndy Grover10-0/+29
2009-08-24RDS: Add TCP transport to RDSAndy Grover7-0/+1457
2009-08-06net/rds: Use AF_INET for sin_family fieldJulia Lawall1-1/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt4-5/+6
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover1-17/+31
2009-07-20RDS/IW: Remove dead codeAndy Grover1-9/+4
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover4-22/+11