aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAge
* net/rds: remove uses of NIPQUAD, use %pI4Joe Perches2010-02-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-16
|\
| * RDMA/cm: fix loopback address supportSean Hefty2009-11-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\ \
| * | net: Move && and || to end of previous lineJoe Perches2009-11-29
| * | net: pass kern to net_proto_family create functionEric Paris2009-11-06
| * | RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-30
| * | RDS: Do not send congestion updates to loopback connectionsAndy Grover2009-10-30
| * | RDS: Fix panic on unloadAndy Grover2009-10-30
| * | RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2009-10-30
| * | RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-30
| * | inet: rename some inet_sock fieldsEric Dumazet2009-10-18
| * | net: mark net_proto_ops as constStephen Hemminger2009-10-07
| |/
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-17
|\
| * net: constify remaining proto_opsAlexey Dobriyan2009-09-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-15
|\ \ | |/ |/|
| * percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-24
* | RDS: Add a debug message suggesting to load transport modulesAndy Grover2009-08-23
* | RDS: Track transports via an array, not a listAndy Grover2009-08-23
* | RDS: Modularize RDMA and TCP transportsAndy Grover2009-08-23
* | RDS: Export symbols from core RDSAndy Grover2009-08-23
* | RDS: Add TCP transport to RDSAndy Grover2009-08-23
* | net/rds: Use AF_INET for sin_family fieldJulia Lawall2009-08-05
* | net: mark read-only arrays as constJan Engelhardt2009-08-05
* | RDS: Refactor end of __conn_create for readabilityAndy Grover2009-07-20
* | RDS/IW: Remove dead codeAndy Grover2009-07-20
* | RDS/IW: Remove page_shift variable from iwarp transportAndy Grover2009-07-20
* | RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-20
* | RDS: Fix completion notifications on blocking socketsAndy Grover2009-07-20
* | RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover2009-07-20
* | RDS/IB: Disable flow control in sysctl and explain whyAndy Grover2009-07-20
* | RDS/IB: Move tx/rx ring init and refill to laterAndy Grover2009-07-20
* | RDS: Don't set c_version in __rds_conn_create()Andy Grover2009-07-20
* | RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover2009-07-20
* | RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover2009-07-20
* | RDS/IB: Fix printk to indicate remote IP, not localAndy Grover2009-07-20
* | RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-20
* | RDS/IB: Improve RDS protocol version checkingAndy Grover2009-07-20
* | RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-20
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-19
|\
| * FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-21
* | ERR_PTR() dereference in net/rds/ib.cDan Carpenter2009-04-09
* | ERR_PTR() dereference in net/rds/iw.cDan Carpenter2009-04-09
* | rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-09
* | RDS: remove unused #include <version.h>Huang Weiyi2009-04-09
* | RDS: use get_user_pages_fast()Andy Grover2009-04-09
* | RDS: Establish connection before parsing CMSGsAndy Grover2009-04-09