aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/iw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-7/+3
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-4/+1
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+2
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan1-1/+1
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2010-10-21rds: make local functions/variables staticstephen hemminger1-2/+2
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS: Stop supporting old cong map sending methodAndy Grover1-1/+0
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+0
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
2009-11-19RDMA/cm: fix loopback address supportSean Hefty1-2/+2
2009-08-23RDS: Track transports via an array, not a listAndy Grover1-0/+1
2009-07-20RDS/IW: Remove dead codeAndy Grover1-9/+4
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover1-2/+0
2009-04-09ERR_PTR() dereference in net/rds/iw.cDan Carpenter1-2/+2
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover1-2/+3
2009-02-26RDS: Add iWARP supportAndy Grover1-0/+333