summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* rds: cleanup: remove unneeded variableDan Carpenter2010-03-241-2/+0
* RDS: Enable per-cpu workqueue threadsTina Yang2010-03-161-1/+1
* RDS: Do not call set_page_dirty() with irqs offAndy Grover2010-03-163-7/+12
* RDS: Properly unmap when getting a remote access errorSherman Pun2010-03-161-1/+5
* RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover2010-03-163-2/+11
* RDS: Fix locking in rds_send_drop_to()Tina Yang2010-03-161-6/+7
* RDS: Turn down alarming reconnect messagesAndy Grover2010-03-163-3/+6
* RDS: Workaround for in-use MRs on close causing crashAndy Grover2010-03-161-2/+2
* RDS: Fix send locking issueTina Yang2010-03-161-3/+2
* RDS: Fix congestion issues for loopbackAndy Grover2010-03-163-9/+7
* RDS/TCP: Wait to wake thread when write space availableAndy Grover2010-03-161-1/+3
* RDS: update copy_to_user state in tcp transportAndy Grover2010-03-161-0/+1
* RDS: sendmsg() should check sndtimeo, not rcvtimeoAndy Grover2010-03-161-1/+1
* RDS: Do not BUG() on error returned from ib_post_sendAndy Grover2010-03-165-12/+9
* net/rds: remove uses of NIPQUAD, use %pI4Joe Perches2010-02-033-9/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-162-4/+4
|\
| * RDMA/cm: fix loopback address supportSean Hefty2009-11-192-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0820-94/+155
|\ \
| * | net: Move && and || to end of previous lineJoe Perches2009-11-2914-62/+56
| * | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
| * | RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-306-12/+52
| * | RDS: Do not send congestion updates to loopback connectionsAndy Grover2009-10-301-0/+2
| * | RDS: Fix panic on unloadAndy Grover2009-10-302-8/+2
| * | RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2009-10-302-6/+8
| * | RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-303-0/+28
| * | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-4/+4
| * | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
| |/
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-183-17/+17
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-123-28/+11
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-171-1/+1
|\
| * net: constify remaining proto_opsAlexey Dobriyan2009-09-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-153-3/+3
|\ \ | |/ |/|
| * percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-243-3/+3
* | RDS: Add a debug message suggesting to load transport modulesAndy Grover2009-08-231-0/+3
* | RDS: Track transports via an array, not a listAndy Grover2009-08-235-10/+28
* | RDS: Modularize RDMA and TCP transportsAndy Grover2009-08-234-16/+35
* | RDS: Export symbols from core RDSAndy Grover2009-08-2310-0/+29
* | RDS: Add TCP transport to RDSAndy Grover2009-08-237-0/+1457
* | net/rds: Use AF_INET for sin_family fieldJulia Lawall2009-08-051-1/+1
* | net: mark read-only arrays as constJan Engelhardt2009-08-054-5/+6
* | RDS: Refactor end of __conn_create for readabilityAndy Grover2009-07-201-17/+31
* | RDS/IW: Remove dead codeAndy Grover2009-07-201-9/+4
* | RDS/IW: Remove page_shift variable from iwarp transportAndy Grover2009-07-204-22/+11
* | RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-203-12/+6
* | RDS: Fix completion notifications on blocking socketsAndy Grover2009-07-201-11/+13
* | RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover2009-07-201-3/+3
* | RDS/IB: Disable flow control in sysctl and explain whyAndy Grover2009-07-201-1/+11
* | RDS/IB: Move tx/rx ring init and refill to laterAndy Grover2009-07-201-6/+12
* | RDS: Don't set c_version in __rds_conn_create()Andy Grover2009-07-201-1/+0