aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23rds: set correct msg_namelenWeiping Pan1-0/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-4/+5
2012-05-29rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo1-2/+1
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman3-24/+3
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman3-6/+6
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter3-3/+3
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds7-21/+16
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-03-20Remove printk from rds_sendmsgDave Jones1-1/+0
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang7-21/+16
2012-02-09rds: Fix typo in iw_recv.c and ib_recv.cMasanari Iida2-2/+2
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-01-12RDS: Remove some unused iWARP codeRoland Dreier1-14/+1
2011-11-14rds: drop "select LLIST"Paul Bolle1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds13-0/+14
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-4/+4
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker9-0/+9
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker4-0/+4
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-141/+52
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+2
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-4/+9
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger1-4/+9
2011-09-15net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying3-141/+52
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches1-4/+2
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