summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2015-11-27RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-10-13RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-10-13rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-08-12rds: rds_ib_device.refcount overflowWengang Wang
2015-05-09rds: avoid potential stack overflowArnd Bergmann
2015-05-09net: rds: use correct size for max unacked packets and bytesSasha Levin
2014-04-30rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin
2014-02-15rds: prevent dereference of a NULL deviceSasha Levin
2014-02-15rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-03-27rds: limit the size allocated by rds_message_alloc()Cong Wang
2012-10-30RDS: fix rds-ping spinlock recursionjeff.liu
2012-10-10rds: set correct msg_namelenWeiping Pan
2012-04-02Remove printk from rds_sendmsgDave Jones
2012-02-03rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller
2011-11-14rds: drop "select LLIST"Paul Bolle
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger
2011-09-15net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches
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