aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2014-10-14rds: avoid calling sock_kfree_s() on allocation failureGravatar Cong Wang 1-3/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-7/+12
2014-10-03net/rds: fix possible double free on sock tear downGravatar Herton R. Krzesinski 1-4/+7
2014-10-03net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectGravatar Herton R. Krzesinski 1-1/+4
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeGravatar Herton R. Krzesinski 1-2/+1
2014-08-28treewide: fix synchronize_rcu() in commentsGravatar Jesper Dangaard Brouer 1-1/+1
2014-08-26net: Replace get_cpu_var through this_cpu_ptrGravatar Christoph Lameter 1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-10/+8
2014-05-30rds/tcp_listen: Replace comma with semicolonGravatar Himangi Saraogi 1-1/+1
2014-05-30RDS/RDMA: Replace comma with semicolonGravatar Himangi Saraogi 1-1/+1
2014-05-18net: rds: Use time_after() for time comparisonGravatar Manuel Schölling 2-4/+4
2014-05-09rds: remove the unneed NULL checkingGravatar wangweidong 2-4/+2
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 4-8/+8
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 3-9/+9
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkGravatar Sasha Levin 1-1/+2
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 2-3/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+3
2014-01-17net: rds: fix per-cpu helper usageGravatar Gerald Schaefer 1-4/+3
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomGravatar Aruna-Hewapathirane 1-1/+1
2013-12-27rds: prevent dereference of a NULL deviceGravatar Sasha Levin 1-1/+2
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackGravatar Venkat Venkatsubra 1-3/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-2/+0
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceGravatar Hannes Frederic Sowa 1-3/+9
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitGravatar Hannes Frederic Sowa 1-3/+3
2013-10-19net: misc: Remove extern from function prototypesGravatar Joe Perches 1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 3-3/+3
2013-03-08net/rds: zero last byte for strncpyGravatar Chen Gang 1-0/+1
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+4
2013-03-04rds: simplify a warning messageGravatar Cong Wang 1-4/+1
2013-03-04rds: limit the size allocated by rds_message_alloc()Gravatar Cong Wang 1-0/+3
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 2-8/+4
2013-01-11net/rds: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2012-12-26IB/rds: suppress incompatible protocol when version is knownGravatar Marciniszyn, Mike 1-6/+5
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenGravatar Marciniszyn, Mike 1-3/+6
2012-11-19net: rds: use this_cpu_* per-cpu helperGravatar Shan Wei 2-12/+14
2012-10-09RDS: fix rds-ping spinlock recursionGravatar jeff.liu 1-1/+1
2012-08-22rds: Don't disable BH on BH contextGravatar Ying Xue 4-8/+8
2012-07-23rds: set correct msg_namelenGravatar Weiping Pan 1-0/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-4/+5
2012-05-29rds_rdma: don't assume infiniband device is PCIGravatar Thadeu Lima de Souza Cascardo 1-2/+1
2012-04-21sock: Introduce named constants for sk_reuseGravatar Pavel Emelyanov 1-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 3-24/+3
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 3-6/+6
2012-03-22RDS: use gfp flags from caller in conn_alloc()Gravatar Dan Carpenter 3-3/+3
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 7-21/+16
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2012-03-20Remove printk from rds_sendmsgGravatar Dave Jones 1-1/+0
2012-03-20rds: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 7-21/+16