summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_recv.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-021-0/+5
* RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan2016-07-011-13/+16
* RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan2016-07-011-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\
| * net: rds: fix coding style issuesJoshua Houghton2016-06-181-1/+1
* | RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-0/+1
|/
* rds: tcp: block BH in TCP callbacksEric Dumazet2016-05-191-2/+2
* RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan2016-04-251-11/+3
* RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-10-271-2/+9
* rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-241-29/+9
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-4/+4
* rds: Don't disable BH on BH contextYing Xue2012-08-221-2/+2
* rds: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-7/+4
* rds: make local functions/variables staticstephen hemminger2010-10-211-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+2
|\
| * net: fix a lockdep splatEric Dumazet2010-09-241-2/+2
* | RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* | RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-1/+1
* | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-5/+5
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | RDS: update copy_to_user state in tcp transportAndy Grover2010-03-161-0/+1
|/
* RDS: Add TCP transport to RDSAndy Grover2009-08-231-0/+356