aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2011-11-14rds: drop "select LLIST"Gravatar Paul Bolle 1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-0/+14
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-4/+4
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 9-0/+9
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCGravatar Paul Gortmaker 1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 4-0/+4
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-141/+52
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+2
2011-10-07Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-4/+9
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolGravatar Jonathan Lallinger 1-4/+9
2011-09-15net, rds, Replace xlist in net/rds/xlist.h with llistGravatar Huang Ying 3-141/+52
2011-09-15net: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-4/+2
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hGravatar Amerigo Wang 1-0/+1
2011-07-01net: rds: fix const array syntaxGravatar Greg Dietsche 1-1/+1
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Gravatar Manuel Zerpies 7-22/+21
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 2-0/+2
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Gravatar Sean Hefty 5-5/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 5-5/+5
2011-03-23rds: use little-endian bitopsGravatar Akinobu Mita 1-3/+3
2011-03-23rds: stop including asm-generic/bitops/le.h directlyGravatar Akinobu Mita 1-5/+4
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-1/+0
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 3-34/+4
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-4/+12
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesGravatar Neil Horman 2-4/+12
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqGravatar Tejun Heo 3-34/+4
2011-01-19net: cleanup unused macros in net directoryGravatar Shan Wei 1-1/+0
2010-11-22Net: rds: Makefile: Remove deprecated itemsGravatar Tracey Dent 1-5/+3
2010-11-17rds: Integer overflow in RDS cmsg handlingGravatar Dan Rosenberg 1-1/+1
2010-11-08rds: Fix rds message leak in rds_message_map_pagesGravatar Pavel Emelyanov 1-1/+3
2010-11-03rds: Remove kfreed tcp conn from listGravatar Pavel Emelyanov 1-0/+6
2010-11-03rds: Lost locking in loop connection freeingGravatar Pavel Emelyanov 1-0/+4
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLGravatar Andy Grover 3-0/+17
2010-10-30RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceGravatar Andy Grover 1-39/+65
2010-10-30RDS: Clean up error handling in rds_cmsg_rdma_argsGravatar Andy Grover 1-3/+2
2010-10-30RDS: Return -EINVAL if rds_rdma_pages returns an errorGravatar Andy Grover 1-1/+3
2010-10-30net: fix rds_iovec page count overflowGravatar Linus Torvalds 1-0/+7
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-20/+7
2010-10-21rds: make local functions/variables staticGravatar stephen hemminger 20-64/+29
2010-10-15De-pessimize rds_page_copy_userGravatar Linus Torvalds 1-20/+7
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 4-8/+8
2010-09-24net: fix a lockdep splatGravatar Eric Dumazet 4-8/+8
2010-09-19rds: spin_lock_irq() is not nestableGravatar Dan Carpenter 2-4/+4
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Gravatar Dan Carpenter 1-1/+0
2010-09-19rds: signedness bugGravatar Dan Carpenter 1-1/+1
2010-09-08RDS: Implement masked atomic operationsGravatar Andy Grover 4-13/+52
2010-09-08RDS/IB: print string constants in more placesGravatar Zach Brown 7-21/+97
2010-09-08RDS: cancel connection work structs as we shut downGravatar Zach Brown 1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Gravatar Zach Brown 1-2/+7
2010-09-08RDS: have sockets get transport module referencesGravatar Zach Brown 4-6/+21
2010-09-08RDS: remove old rs_transport commentGravatar Zach Brown 1-6/+0