aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-201-0/+3
* RDS: fix rds-ping spinlock recursionjeff.liu2012-10-281-1/+1
* rds: set correct msg_namelenWeiping Pan2012-10-021-0/+3
* Remove printk from rds_sendmsgDave Jones2012-04-021-1/+0
* rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller2012-02-031-12/+8
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-255-5/+6
* Fix common misspellingsLucas De Marchi2011-03-315-5/+5
* rds: use little-endian bitopsAkinobu Mita2011-03-231-3/+3
* rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita2011-03-231-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-1/+0
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-102-4/+12
| |\
| * | net: cleanup unused macros in net directoryShan Wei2011-01-191-1/+0
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-163-34/+4
|\ \ \ | |_|/ |/| |
| * | rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-013-34/+4
| |/
* / rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2011-03-082-4/+12
|/
* Net: rds: Makefile: Remove deprecated itemsTracey Dent2010-11-221-5/+3
* rds: Integer overflow in RDS cmsg handlingDan Rosenberg2010-11-171-1/+1
* rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov2010-11-081-1/+3
* rds: Remove kfreed tcp conn from listPavel Emelyanov2010-11-031-0/+6
* rds: Lost locking in loop connection freeingPavel Emelyanov2010-11-031-0/+4
* RDS: Let rds_message_alloc_sgs() return NULLAndy Grover2010-10-303-0/+17
* RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover2010-10-301-39/+65
* RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover2010-10-301-3/+2
* RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover2010-10-301-1/+3
* net: fix rds_iovec page count overflowLinus Torvalds2010-10-301-0/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-211-20/+7
|\
| * De-pessimize rds_page_copy_userLinus Torvalds2010-10-151-20/+7
* | rds: make local functions/variables staticstephen hemminger2010-10-2120-64/+29
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-274-8/+8
|\|
| * net: fix a lockdep splatEric Dumazet2010-09-244-8/+8
* | rds: spin_lock_irq() is not nestableDan Carpenter2010-09-192-4/+4
* | rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter2010-09-191-1/+0
* | rds: signedness bugDan Carpenter2010-09-191-1/+1
* | RDS: Implement masked atomic operationsAndy Grover2010-09-084-13/+52
* | RDS/IB: print string constants in more placesZach Brown2010-09-087-21/+97
* | RDS: cancel connection work structs as we shut downZach Brown2010-09-081-0/+4
* | RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown2010-09-081-2/+7
* | RDS: have sockets get transport module referencesZach Brown2010-09-084-6/+21
* | RDS: remove old rs_transport commentZach Brown2010-09-081-6/+0
* | RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown2010-09-081-0/+3
* | RDS/IB: protect the list of IB devicesZach Brown2010-09-083-10/+26
* | RDS/IB: print IB event strings as well as their numberZach Brown2010-09-081-4/+39
* | RDS: flush fmrs before allocating new onesChris Mason2010-09-081-2/+5
* | RDS: properly use sg_init_tableChris Mason2010-09-081-0/+1
* | RDS/IB: track signaled sendsZach Brown2010-09-083-8/+54
* | RDS: remove __init and __exit annotationZach Brown2010-09-0820-35/+35
* | RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover2010-09-081-2/+2
* | RDS/IB: always process recv completionsZach Brown2010-09-081-8/+12
* | RDS: return to a single-threaded krdsdZach Brown2010-09-081-1/+1
* | RDS/IB: create a work queue for FMR flushingZach Brown2010-09-083-3/+33