summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_recv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud