Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
64c6f4bbca748c3b2101469a76d88b7cd1c00476
/
net
/
rds
/
ib.c
56dc8bc
rds: add transport specific tos_map hook
by Santosh Shilimkar
· 6 years ago
3eb4503
rds: add type of service(tos) infrastructure
by Santosh Shilimkar
· 6 years ago
3023a1e
RDMA: Start use ib_device_ops
by Kamal Heib
· 6 years ago
53ae914
net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6
by Zhu Yanjun
· 6 years ago
0a3173a
Merge branch 'linus/master' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
e65d4d9
rds: Remove IPv6 dependency
by Ka-Cheong Poon
· 6 years ago
1cb1d97
rds: remove trailing whitespace and blank lines
by Stephen Hemminger
· 6 years ago
b7ff8b1
rds: Extend RDS API for IPv6 support
by Ka-Cheong Poon
· 6 years ago
1e2b44e
rds: Enable RDS IPv6 support
by Ka-Cheong Poon
· 6 years ago
eee2fa6
rds: Changing IP address internal representation to struct in6_addr
by Ka-Cheong Poon
· 6 years ago
33023fb
IB/core: add max_send_sge and max_recv_sge attributes
by Steve Wise
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
f1cb9d6
net: rds: drop VLA in rds_for_each_conn_info()
by Salvatore Mesoraca
· 7 years ago
ebeeb1a
rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq management
by Sowmini Varadhan
· 7 years ago
2c0aa08
RDS: IB: Fix null pointer issue
by Guanglei Li
· 7 years ago
a2e812e
net/rds: Use rdma_read_gids to read connection GIDs
by Parav Pandit
· 7 years ago
9dff993
RDS: IB: Limit the scope of has_fr/has_fmr variables
by Avinash Repaka
· 7 years ago
50d61ff
net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
a8d63a5
rds: remove unnecessary returned value check
by Zhu Yanjun
· 8 years ago
4f7bfb3
rds: ib: add the static type to the variables
by Zhu Yanjun
· 8 years ago
77cc7ae
RDS: IB: fix ifnullfree.cocci warnings
by Wu Fengguang
· 8 years ago
be2f76e
RDS: IB: Add vector spreading for cqs
by Santosh Shilimkar
· 8 years ago
ed082d3
IB/core: add support to create a unsafe global rkey to ib_create_pd
by Christoph Hellwig
· 8 years ago
b04e855
RDS: TCP: Hooks to set up a single connection path
by Sowmini Varadhan
· 8 years ago
2da43c4
RDS: TCP: make receive path use the rds_conn_path
by Sowmini Varadhan
· 8 years ago
226f7a7
RDS: Rework path specific indirections
by Sowmini Varadhan
· 8 years ago
0cb4396
RDS: split out connection specific state from rds_connection to rds_conn_path
by Sowmini Varadhan
· 8 years ago
2cb2912
RDS: IB: add Fastreg MR (FRMR) detection support
by santosh.shilimkar@oracle.com
· 9 years ago
f6df683
RDS: IB: Re-organise ibmr code
by santosh.shilimkar@oracle.com
· 9 years ago
0353261
net/rds: Avoid calling ib_query_device
by Or Gerlitz
· 9 years ago
ab9f2fa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
fa20105
IB/cma: Add support for network namespaces
by Guy Shapiro
· 9 years ago
0676651
RDS: IB: split mr pool to improve 8K messages performance
by Santosh Shilimkar
· 9 years ago
41a4e9646
RDS: IB: use max_mr from HCA caps than max_fmr
by Santosh Shilimkar
· 9 years ago
26d2177
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
e558024
rds/ib: Remove ib_get_dma_mr calls
by Jason Gunthorpe
· 9 years ago
7c1eb45
IB/core: lock client data with lists_rwsem
by Haggai Eran
· 9 years ago
ad1d7dc
RDS: push FMR pool flush work to its own worker
by santosh.shilimkar@oracle.com
· 9 years ago
d5a8ac2
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net
by Sowmini Varadhan
· 9 years ago
c234975
rds: prevent dereference of a NULL device
by Sasha Levin
· 11 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
c534a10
rds/ib: use system_wq instead of rds_ib_fmr_wq
by Tejun Heo
· 14 years ago
ff51bf8
rds: make local functions/variables static
by stephen hemminger
· 14 years ago
ea81986
RDS/IB: protect the list of IB devices
by Zach Brown
· 14 years ago
ef87b7e
RDS: remove __init and __exit annotation
by Zach Brown
· 14 years ago
515e079
RDS/IB: create a work queue for FMR flushing
by Zach Brown
· 14 years ago
8aeb1ba
RDS/IB: destroy connections on rmmod
by Zach Brown
· 14 years ago
24fa163
RDS/IB: wait for IB dev freeing work to finish during rmmod
by Zach Brown
· 14 years ago
fc19de3
RDS/IB: disconnect when IB devices are removed
by Zach Brown
· 14 years ago
3e0249f
RDS/IB: add refcount tracking to struct rds_ib_device
by Zach Brown
· 15 years ago
e4c52c9
RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()
by Andy Grover
· 15 years ago
764f2dd
rds: rcu-ize rds_ib_get_device()
by Chris Mason
· 15 years ago
77dd550
RDS: Stop supporting old cong map sending method
by Andy Grover
· 15 years ago
809fa14
RDS: inc_purge() transport function unused - remove it
by Andy Grover
· 15 years ago
40589e7
RDS: Base init_depth and responder_resources on hw values
by Andy Grover
· 15 years ago
15133f6
RDS: Implement atomic operations
by Andy Grover
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
6f8372b
RDMA/cm: fix loopback address support
by Sean Hefty
· 15 years ago
335776b
RDS: Track transports via an array, not a list
by Andy Grover
· 15 years ago
a870d62
RDS/IB: Always use PAGE_SIZE for FMR page size
by Andy Grover
· 15 years ago
3ba23ad
RDS: Set retry_count to 2 and make modifiable via modparam
by Andy Grover
· 15 years ago
94713ba
ERR_PTR() dereference in net/rds/ib.c
by Dan Carpenter
· 16 years ago
745cbcc
RDS: Rewrite connection cleanup, fixing oops on rmmod
by Andy Grover
· 16 years ago
ec16227
RDS/IB: Infiniband transport
by Andy Grover
· 16 years ago