Age | Commit message (Expand) | Author | Files | Lines |
2009-05-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-04-21 | FRV: Fix the section attribute on UP DECLARE_PER_CPU() | David Howells | 1 | -1/+1 |
2009-04-09 | ERR_PTR() dereference in net/rds/ib.c | Dan Carpenter | 1 | -2/+2 |
2009-04-09 | ERR_PTR() dereference in net/rds/iw.c | Dan Carpenter | 1 | -2/+2 |
2009-04-09 | rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -3/+1 |
2009-04-09 | RDS: remove unused #include <version.h> | Huang Weiyi | 1 | -1/+0 |
2009-04-09 | RDS: use get_user_pages_fast() | Andy Grover | 2 | -8/+2 |
2009-04-09 | RDS: Establish connection before parsing CMSGs | Andy Grover | 1 | -5/+5 |
2009-04-09 | RDS: Fix ordering in a conditional | Andy Grover | 1 | -1/+1 |
2009-04-09 | RDS/IW+IB: Allow max credit advertise window. | Steve Wise | 7 | -13/+13 |
2009-04-09 | RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled. | Steve Wise | 2 | -2/+2 |
2009-04-09 | RDS: Correct some iw references in rdma_transport.c | Andy Grover | 1 | -6/+6 |
2009-04-09 | RDS/IW+IB: Set recv ring low water mark to 1/2 full. | Steve Wise | 2 | -2/+2 |
2009-04-02 | RDS: Use spinlock to protect 64b value update on 32b archs | Andy Grover | 7 | -24/+100 |
2009-04-02 | RDS: Rewrite connection cleanup, fixing oops on rmmod | Andy Grover | 8 | -85/+109 |
2009-04-02 | RDS: Fix m_rs_lock deadlock | Andy Grover | 1 | -3/+3 |
2009-03-03 | rds: fix iband RDMA dependencies | Randy Dunlap | 1 | -0/+1 |
2009-03-02 | rds: Fix build on powerpc. | David S. Miller | 1 | -0/+2 |
2009-02-26 | RDS: Kconfig and Makefile | Andy Grover | 2 | -0/+27 |
2009-02-26 | RDS: Common RDMA transport code | Andy Grover | 2 | -0/+242 |
2009-02-26 | RDS: Add iWARP support | Andy Grover | 9 | -0/+4611 |
2009-02-26 | RDS/IB: Stats and sysctls | Andy Grover | 2 | -0/+232 |
2009-02-26 | RDS/IB: Receive datagrams via IB | Andy Grover | 1 | -0/+869 |
2009-02-26 | RDS/IB: Implement IB-specific datagram send. | Andy Grover | 1 | -0/+874 |
2009-02-26 | RDS/IB: Implement RDMA ops using FMRs | Andy Grover | 1 | -0/+641 |
2009-02-26 | RDS/IB: Ring-handling code. | Andy Grover | 1 | -0/+168 |
2009-02-26 | RDS/IB: Infiniband transport | Andy Grover | 3 | -0/+1416 |
2009-02-26 | RDS: RDMA support | Andy Grover | 2 | -0/+763 |
2009-02-26 | RDS: recv.c | Andy Grover | 1 | -0/+542 |
2009-02-26 | RDS: send.c | Andy Grover | 1 | -0/+1003 |
2009-02-26 | RDS: Message parsing | Andy Grover | 2 | -0/+623 |
2009-02-26 | RDS: sysctls | Andy Grover | 1 | -0/+122 |
2009-02-26 | RDS: loopback | Andy Grover | 2 | -0/+197 |
2009-02-26 | RDS: Connection handling | Andy Grover | 2 | -0/+752 |
2009-02-26 | RDS: Info and stats | Andy Grover | 3 | -0/+419 |
2009-02-26 | RDS: Transport code | Andy Grover | 1 | -0/+117 |
2009-02-26 | RDS: Congestion-handling code | Andy Grover | 1 | -0/+402 |
2009-02-26 | RDS: Main header file | Andy Grover | 1 | -0/+686 |
2009-02-26 | RDS: Socket interface | Andy Grover | 2 | -0/+785 |