Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / rds /
2012-03-22 Dan CarpenterRDS: use gfp flags from caller in conn_alloc()
2012-03-21 Linus TorvaldsMerge branch 'kmap_atomic' of git://github.com/congwang...
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-20 Dave JonesRemove printk from rds_sendmsg
2012-03-20 Cong Wangrds: remove the second argument of k[un]map_atomic()
2012-02-09 Masanari Iidards: Fix typo in iw_recv.c and ib_recv.c
2012-01-24 David S. Millerrds: Make rds_sock_lock BH rather than IRQ safe.
2012-01-13 Roland DreierRDS: Remove some unused iWARP code
2011-11-14 Paul Bollerds: drop "select LLIST"
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: add moduleparam.h for users of module_param/MODULE...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-10-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-29 Jonathan LallingerRDSRDMA: Fix cleanup of rds_iw_mr_pool
2011-09-15 Huang Yingnet, rds, Replace xlist in net/rds/xlist.h with llist
2011-09-15 Joe Perchesnet: Convert vmalloc/memset to vzalloc
2011-07-26 Amerigo Wangnotifiers: cpu: move cpu notifiers into cpu.h
2011-07-01 Greg Dietschenet: rds: fix const array syntax
2011-06-17 Manuel Zerpiesnet/rds: use prink_ratelimited() instead of printk_rate...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-07 Alexey Dobriyannet: remove interrupt.h inclusion from netdevice.h
2011-05-25 Sean HeftyRDMA/cma: Pass QP type into rdma_create_id()
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Akinobu Mitards: use little-endian bitops
2011-03-24 Akinobu Mitards: stop including asm-generic/bitops/le.h directly
2011-03-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-03-16 Linus TorvaldsMerge branch 'for-2.6.39' of git://git./linux/kernel...
2011-03-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-03-08 Neil Hormanrds: prevent BUG_ON triggering on congestion map updates
2011-02-01 Tejun Heords/ib: use system_wq instead of rds_ib_fmr_wq
2011-01-20 Shan Weinet: cleanup unused macros in net directory
2010-11-22 Tracey DentNet: rds: Makefile: Remove deprecated items
2010-11-17 Dan Rosenbergrds: Integer overflow in RDS cmsg handling
2010-11-08 Pavel Emelyanovrds: Fix rds message leak in rds_message_map_pages
2010-11-04 Pavel Emelyanovrds: Remove kfreed tcp conn from list
2010-11-04 Pavel Emelyanovrds: Lost locking in loop connection freeing
2010-10-30 Andy GroverRDS: Let rds_message_alloc_sgs() return NULL
2010-10-30 Andy GroverRDS: Copy rds_iovecs into kernel memory instead of...
2010-10-30 Andy GroverRDS: Clean up error handling in rds_cmsg_rdma_args
2010-10-30 Andy GroverRDS: Return -EINVAL if rds_rdma_pages returns an error
2010-10-30 Linus Torvaldsnet: fix rds_iovec page count overflow
2010-10-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-21 stephen hemmingerrds: make local functions/variables static
2010-10-15 Linus TorvaldsDe-pessimize rds_page_copy_user
2010-09-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-25 Eric Dumazetnet: fix a lockdep splat
2010-09-19 Dan Carpenterrds: spin_lock_irq() is not nestable
2010-09-19 Dan Carpenterrds: double unlock in rds_ib_cm_handle_connect()
2010-09-19 Dan Carpenterrds: signedness bug
2010-09-09 Andy GroverRDS: Implement masked atomic operations
2010-09-09 Zach BrownRDS/IB: print string constants in more places
2010-09-09 Zach BrownRDS: cancel connection work structs as we shut down
2010-09-09 Zach BrownRDS: don't call rds_conn_shutdown() from rds_conn_destroy()
2010-09-09 Zach BrownRDS: have sockets get transport module references
2010-09-09 Zach BrownRDS: remove old rs_transport comment
2010-09-09 Zach BrownRDS: lock rds_conn_count decrement in rds_conn_destroy()
2010-09-09 Zach BrownRDS/IB: protect the list of IB devices
2010-09-09 Zach BrownRDS/IB: print IB event strings as well as their number
2010-09-09 Chris MasonRDS: flush fmrs before allocating new ones
2010-09-09 Chris MasonRDS: properly use sg_init_table
2010-09-09 Zach BrownRDS/IB: track signaled sends
2010-09-09 Zach BrownRDS: remove __init and __exit annotation
2010-09-09 Andy GroverRDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()
2010-09-09 Zach BrownRDS/IB: always process recv completions
2010-09-09 Zach BrownRDS: return to a single-threaded krdsd
2010-09-09 Zach BrownRDS/IB: create a work queue for FMR flushing
2010-09-09 Zach BrownRDS/IB: destroy connections on rmmod
2010-09-09 Zach BrownRDS/IB: wait for IB dev freeing work to finish during...
2010-09-09 Andy GroverRDS/IB: Make ib_recv_refill return void
2010-09-09 Andy GroverRDS: Remove unused XLIST_PTR_TAIL and xlist_protect()
2010-09-09 Andy GroverRDS: whitespace
2010-09-09 Chris MasonRDS: use delayed work for the FMR flushes
2010-09-09 Chris Masonrds: more FMRs are faster
2010-09-09 Chris Masonrds: recycle FMRs through lockless lists
2010-09-09 Zach Brownrds: fix rds_send_xmit() serialization
2010-09-09 Zach Brownrds: block ints when acquiring c_lock in rds_conn_messa...
2010-09-09 Zach Brownrds: remove unused rds_send_acked_before()
2010-09-09 Chris MasonRDS: use friendly gfp masks for prefill
2010-09-09 Chris MasonRDS/IB: Add caching of frags and incs
2010-09-09 Andy GroverRDS/IB: Remove ib_recv_unmap_page()
2010-09-09 Andy GroverRDS: Assume recv->r_frag is always NULL in refill_one()
2010-09-09 Andy GroverRDS: Use page_remainder_alloc() for recv bufs
2010-09-09 Zach BrownRDS/IB: disconnect when IB devices are removed
2010-09-09 Zach BrownRDS: introduce rds_conn_connect_if_down()
2010-09-09 Zach BrownRDS/IB: add refcount tracking to struct rds_ib_device
2010-09-09 Zach BrownRDS/IB: get the xmit max_sge from the RDS IB device...
2010-09-09 Zach BrownRDS/IB: rds_ib_cm_handle_connect() forgot to unlock...
2010-09-09 Chris Masonrds: Fix reference counting on the for xmit_atomic...
2010-09-09 Chris Masonrds: use RCU to protect the connection hash
2010-09-09 Chris MasonRDS: use locking on the connection hash list
2010-09-09 Chris Masonrds: Fix RDMA message reference counting
2010-09-09 Chris Masonrds: don't let RDS shutdown a connection while senders...
2010-09-09 Chris Masonrds: Use RCU for the bind lookup searches
2010-09-09 Andy GroverRDS/IB: add _to_node() macros for numa and use {k,v...
2010-09-09 Andy GroverRDS/IB: Remove unused variable in ib_remove_addr()
2010-09-09 Chris Masonrds: rcu-ize rds_ib_get_device()
next