aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-03-08net/rds: zero last byte for strncpyChen Gang
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-04rds: simplify a warning messageCong Wang
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-11net/rds: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei
2012-10-09RDS: fix rds-ping spinlock recursionjeff.liu
2012-08-22rds: Don't disable BH on BH contextYing Xue
2012-07-23rds: set correct msg_namelenWeiping Pan
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-29rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20Remove printk from rds_sendmsgDave Jones
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-09rds: Fix typo in iw_recv.c and ib_recv.cMasanari Iida
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller
2012-01-12RDS: Remove some unused iWARP codeRoland Dreier
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