summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2012-02-08rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang
2011-07-01net: rds: fix const array syntaxGreg Dietsche
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23rds: use little-endian bitopsAkinobu Mita
2011-03-23rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo
2011-01-19net: cleanup unused macros in net directoryShan Wei
2010-11-22Net: rds: Makefile: Remove deprecated itemsTracey Dent
2010-11-17rds: Integer overflow in RDS cmsg handlingDan Rosenberg
2010-11-08rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov
2010-11-03rds: Remove kfreed tcp conn from listPavel Emelyanov
2010-11-03rds: Lost locking in loop connection freeingPavel Emelyanov
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLAndy Grover
2010-10-30RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover
2010-10-30RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover
2010-10-30RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover
2010-10-30net: fix rds_iovec page count overflowLinus Torvalds
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-10-15De-pessimize rds_page_copy_userLinus Torvalds
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-24net: fix a lockdep splatEric Dumazet
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter
2010-09-19rds: signedness bugDan Carpenter
2010-09-08RDS: Implement masked atomic operationsAndy Grover
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS: cancel connection work structs as we shut downZach Brown
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown
2010-09-08RDS: have sockets get transport module referencesZach Brown
2010-09-08RDS: remove old rs_transport commentZach Brown
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-08RDS/IB: protect the list of IB devicesZach Brown
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown
2010-09-08RDS: flush fmrs before allocating new onesChris Mason
2010-09-08RDS: properly use sg_init_tableChris Mason
2010-09-08RDS/IB: track signaled sendsZach Brown
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover
2010-09-08RDS/IB: always process recv completionsZach Brown
2010-09-08RDS: return to a single-threaded krdsdZach Brown