tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / net / rds /
2010-02-04 Joe Perchesnet/rds: remove uses of NIPQUAD, use %pI4
2009-12-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-19 Sean HeftyRDMA/cm: fix loopback address support
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-30 Andy GroverRDS/IB+IW: Move recv processing to a tasklet
2009-10-30 Andy GroverRDS: Do not send congestion updates to loopback connections
2009-10-30 Andy GroverRDS: Fix panic on unload
2009-10-30 Andy GroverRDS: Fix potential race around rds_i[bw]_allocation
2009-10-30 Andy GroverRDS: Add GET_MR_FOR_DEST sockopt
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Alexey Dobriyannet: constify remaining proto_ops
2009-08-24 Andy GroverRDS: Add a debug message suggesting to load transport...
2009-08-24 Andy GroverRDS: Track transports via an array, not a list
2009-08-24 Andy GroverRDS: Modularize RDMA and TCP transports
2009-08-24 Andy GroverRDS: Export symbols from core RDS
2009-08-24 Andy GroverRDS: Add TCP transport to RDS
2009-08-06 Julia Lawallnet/rds: Use AF_INET for sin_family field
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-07-20 Andy GroverRDS: Refactor end of __conn_create for readability
2009-07-20 Andy GroverRDS/IW: Remove dead code
2009-07-20 Andy GroverRDS/IW: Remove page_shift variable from iwarp transport
2009-07-20 Andy GroverRDS/IB: Always use PAGE_SIZE for FMR page size
2009-07-20 Andy GroverRDS: Fix completion notifications on blocking sockets
2009-07-20 Andy GroverRDS/IB: Drop connection when a fatal QP event is received
2009-07-20 Andy GroverRDS/IB: Disable flow control in sysctl and explain why
2009-07-20 Andy GroverRDS/IB: Move tx/rx ring init and refill to later
2009-07-20 Andy GroverRDS: Don't set c_version in __rds_conn_create()
2009-07-20 Andy GroverRDS/IB: Rename byte_len to data_len to enhance readability
2009-07-20 Andy GroverRDS/RDMA: Fix cut-n-paste errors in printks in rdma_tra...
2009-07-20 Andy GroverRDS/IB: Fix printk to indicate remote IP, not local
2009-07-20 Andy GroverRDS/IB: Handle connections using RDS 3.0 wire protocol
2009-07-20 Andy GroverRDS/IB: Improve RDS protocol version checking
2009-07-20 Andy GroverRDS: Set retry_count to 2 and make modifiable via modparam
2009-06-24 Tejun Heopercpu: use DEFINE_PER_CPU_SHARED_ALIGNED()
2009-05-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-22 David HowellsFRV: Fix the section attribute on UP DECLARE_PER_CPU()
2009-04-10 Dan CarpenterERR_PTR() dereference in net/rds/ib.c
2009-04-10 Dan CarpenterERR_PTR() dereference in net/rds/iw.c
2009-04-10 Wei Yongjunrds: use kmem_cache_zalloc instead of kmem_cache_alloc...
2009-04-10 Huang WeiyiRDS: remove unused #include <version.h>
2009-04-10 Andy GroverRDS: use get_user_pages_fast()
2009-04-10 Andy GroverRDS: Establish connection before parsing CMSGs
2009-04-10 Andy GroverRDS: Fix ordering in a conditional
2009-04-10 Steve WiseRDS/IW+IB: Allow max credit advertise window.
2009-04-10 Steve WiseRDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're...
2009-04-10 Andy GroverRDS: Correct some iw references in rdma_transport.c
2009-04-10 Steve WiseRDS/IW+IB: Set recv ring low water mark to 1/2 full.
2009-04-02 Andy GroverRDS: Use spinlock to protect 64b value update on 32b...
2009-04-02 Andy GroverRDS: Rewrite connection cleanup, fixing oops on rmmod
2009-04-02 Andy GroverRDS: Fix m_rs_lock deadlock
2009-03-04 Randy Dunlaprds: fix iband RDMA dependencies
2009-03-02 David S. Millerrds: Fix build on powerpc.
2009-02-27 Andy GroverRDS: Kconfig and Makefile
2009-02-27 Andy GroverRDS: Common RDMA transport code
2009-02-27 Andy GroverRDS: Add iWARP support
2009-02-27 Andy GroverRDS/IB: Stats and sysctls
2009-02-27 Andy GroverRDS/IB: Receive datagrams via IB
2009-02-27 Andy GroverRDS/IB: Implement IB-specific datagram send.
2009-02-27 Andy GroverRDS/IB: Implement RDMA ops using FMRs
2009-02-27 Andy GroverRDS/IB: Ring-handling code.
2009-02-27 Andy GroverRDS/IB: Infiniband transport
2009-02-27 Andy GroverRDS: RDMA support
2009-02-27 Andy GroverRDS: recv.c
2009-02-27 Andy GroverRDS: send.c
2009-02-27 Andy GroverRDS: Message parsing
2009-02-27 Andy GroverRDS: sysctls
2009-02-27 Andy GroverRDS: loopback
2009-02-27 Andy GroverRDS: Connection handling
2009-02-27 Andy GroverRDS: Info and stats
2009-02-27 Andy GroverRDS: Transport code
2009-02-27 Andy GroverRDS: Congestion-handling code
2009-02-27 Andy GroverRDS: Main header file
2009-02-27 Andy GroverRDS: Socket interface