aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-22rdma: potential ERR_PTR dereferenceDan Carpenter
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter
2010-03-16RDS: Enable per-cpu workqueue threadsTina Yang
2010-03-16RDS: Do not call set_page_dirty() with irqs offAndy Grover
2010-03-16RDS: Properly unmap when getting a remote access errorSherman Pun
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover
2010-03-16RDS: Fix locking in rds_send_drop_to()Tina Yang
2010-03-16RDS: Turn down alarming reconnect messagesAndy Grover
2010-03-16RDS: Workaround for in-use MRs on close causing crashAndy Grover
2010-03-16RDS: Fix send locking issueTina Yang
2010-03-16RDS: Fix congestion issues for loopbackAndy Grover
2010-03-16RDS/TCP: Wait to wake thread when write space availableAndy Grover
2010-03-16RDS: update copy_to_user state in tcp transportAndy Grover
2010-03-16RDS: sendmsg() should check sndtimeo, not rcvtimeoAndy Grover
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendAndy Grover
2010-02-03net/rds: remove uses of NIPQUAD, use %pI4Joe Perches
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-19RDMA/cm: fix loopback address supportSean Hefty
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover
2009-10-30RDS: Do not send congestion updates to loopback connectionsAndy Grover
2009-10-30RDS: Fix panic on unloadAndy Grover
2009-10-30RDS: Fix potential race around rds_i[bw]_allocationAndy Grover
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptAndy Grover
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-14net: constify remaining proto_opsAlexey Dobriyan
2009-08-23RDS: Add a debug message suggesting to load transport modulesAndy Grover
2009-08-23RDS: Track transports via an array, not a listAndy Grover
2009-08-23RDS: Modularize RDMA and TCP transportsAndy Grover
2009-08-23RDS: Export symbols from core RDSAndy Grover
2009-08-23RDS: Add TCP transport to RDSAndy Grover
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover
2009-07-20RDS/IW: Remove dead codeAndy Grover
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover
2009-07-20RDS: Fix completion notifications on blocking socketsAndy Grover