aboutsummaryrefslogtreecommitdiff
path: root/net/rds/iw.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkGravatar Sasha Levin 1-1/+2
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+1
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Gravatar Sean Hefty 1-1/+1
2010-10-21rds: make local functions/variables staticGravatar stephen hemminger 1-2/+2
2010-09-08RDS: remove __init and __exit annotationGravatar Zach Brown 1-1/+1
2010-09-08RDS: Stop supporting old cong map sending methodGravatar Andy Grover 1-1/+0
2010-09-08RDS: inc_purge() transport function unused - remove itGravatar Andy Grover 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-19RDMA/cm: fix loopback address supportGravatar Sean Hefty 1-2/+2
2009-08-23RDS: Track transports via an array, not a listGravatar Andy Grover 1-0/+1
2009-07-20RDS/IW: Remove dead codeGravatar Andy Grover 1-9/+4
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportGravatar Andy Grover 1-2/+0
2009-04-09ERR_PTR() dereference in net/rds/iw.cGravatar Dan Carpenter 1-2/+2
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodGravatar Andy Grover 1-2/+3
2009-02-26RDS: Add iWARP supportGravatar Andy Grover 1-0/+333