aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang1-0/+1
2011-07-01net: rds: fix const array syntaxGreg Dietsche1-1/+1
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies7-22/+21
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty5-5/+6
2011-03-31Fix common misspellingsLucas De Marchi5-5/+5
2011-03-23rds: use little-endian bitopsAkinobu Mita1-3/+3
2011-03-23rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita1-5/+4
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-34/+4
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+12
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2-4/+12
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo3-34/+4
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
2010-11-22Net: rds: Makefile: Remove deprecated itemsTracey Dent1-5/+3
2010-11-17rds: Integer overflow in RDS cmsg handlingDan Rosenberg1-1/+1
2010-11-08rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov1-1/+3
2010-11-03rds: Remove kfreed tcp conn from listPavel Emelyanov1-0/+6
2010-11-03rds: Lost locking in loop connection freeingPavel Emelyanov1-0/+4
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLAndy Grover3-0/+17
2010-10-30RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover1-39/+65
2010-10-30RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover1-3/+2
2010-10-30RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover1-1/+3
2010-10-30net: fix rds_iovec page count overflowLinus Torvalds1-0/+7
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-20/+7
2010-10-21rds: make local functions/variables staticstephen hemminger20-64/+29
2010-10-15De-pessimize rds_page_copy_userLinus Torvalds1-20/+7
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-8/+8
2010-09-24net: fix a lockdep splatEric Dumazet4-8/+8
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter2-4/+4
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter1-1/+0
2010-09-19rds: signedness bugDan Carpenter1-1/+1
2010-09-08RDS: Implement masked atomic operationsAndy Grover4-13/+52
2010-09-08RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-08RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-08RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-08RDS/IB: protect the list of IB devicesZach Brown3-10/+26
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-08RDS: flush fmrs before allocating new onesChris Mason1-2/+5
2010-09-08RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-08RDS/IB: track signaled sendsZach Brown3-8/+54
2010-09-08RDS: remove __init and __exit annotationZach Brown20-35/+35
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover1-2/+2
2010-09-08RDS/IB: always process recv completionsZach Brown1-8/+12
2010-09-08RDS: return to a single-threaded krdsdZach Brown1-1/+1
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown3-3/+33
2010-09-08RDS/IB: destroy connections on rmmodZach Brown3-15/+6