aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-4/+5
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq managementSowmini Varadhan1-1/+1
2018-01-05rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan1-2/+6
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar1-0/+5
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan1-13/+16
2016-07-01RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan1-6/+6
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-18net: rds: fix coding style issuesJoshua Houghton1-1/+1
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-05-19rds: tcp: block BH in TCP callbacksEric Dumazet1-2/+2
2016-04-25RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan1-11/+3
2015-10-27RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recvSowmini Varadhan1-2/+9
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro1-29/+9
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-4/+4
2012-08-22rds: Don't disable BH on BH contextYing Xue1-2/+2
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang1-7/+4
2010-10-21rds: make local functions/variables staticstephen hemminger1-1/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-09-24net: fix a lockdep splatEric Dumazet1-2/+2
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+1
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-5/+5
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16RDS: update copy_to_user state in tcp transportAndy Grover1-0/+1
2009-08-23RDS: Add TCP transport to RDSAndy Grover1-0/+356