Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5469f160e6bf38b84eb237055868286e629b8d44
/
include
/
rdma
/
ib_addr.h
cc69837
net: don't include ethtool.h from netdevice.h
by Jakub Kicinski
· 4 years, 1 month ago
6bf9d8f
RDMA/include: Replace license text with SPDX tags
by Leon Romanovsky
· 4 years, 6 months ago
dbace11
RDMA/core: Annotate timeout as unsigned long
by Leon Romanovsky
· 6 years ago
9549c2b
RDMA/core: Align multiple functions to kernel coding style
by Leon Romanovsky
· 6 years ago
cb816cd
RDMA: Remove duplicated include from ib_addr.h
by YueHaibing
· 6 years ago
0e9d2c1
RDMA/core: Consider net ns of gid attribute for RoCE
by Parav Pandit
· 6 years ago
77addc5
RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr
by Parav Pandit
· 6 years ago
2df7dba
RDMA/core: Constify dst_addr argument
by Parav Pandit
· 6 years ago
4ed13a5
IB/cm: Keep track of the sgid_attr that created the cm id
by Parav Pandit
· 7 years ago
ee6548d
RDMA/rdma_cm: Delete rdma_addr_client
by Jason Gunthorpe
· 7 years ago
19fd08b
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
84652ae
RDMA/ucma: Introduce safer rdma_addr_size() variants
by Roland Dreier
· 7 years ago
e41a7c4
IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.h
by Parav Pandit
· 7 years ago
a9c06aeba
IB/core: Remove rdma_resolve_ip_route() as exported symbol
by Parav Pandit
· 7 years ago
15cbc51
RDMA/core: Simplify rdma_addr_get_sgid() to not support RoCE
by Parav Pandit
· 7 years ago
575c7e5
RDMA/{core, cma}: Simplify rdma_translate_ip
by Parav Pandit
· 7 years ago
699a83f
IB/core: Removed unused function
by Parav Pandit
· 7 years ago
1060f86
IB/{core/cm}: Fix generating a return AH for RoCEE
by Parav Pandit
· 7 years ago
e08ce2e
RDMA/core: Make function rdma_copy_addr return void
by Yuval Shaia
· 7 years ago
754137a
Merge branch 'for-next-early' into for-next
by Doug Ledford
· 7 years ago
9926013
IB/core: Fix calculation of maximum RoCE MTU
by Parav Pandit
· 7 years ago
1c3aea2
IB/core: Fix endianness annotation in rdma_is_multicast_addr()
by Bart Van Assche
· 7 years ago
d3cf4d9
Merge branch 'misc' into k.o/for-next
by Doug Ledford
· 7 years ago
5f8a4db
infiniband: avoid overflow warning
by Arnd Bergmann
· 7 years ago
be1d325
IB/core: Set RoCEv2 MGID according to spec
by Noa Osherovich
· 8 years ago
963916f
IB/cma: Fix reference count leak when no ipv4 addresses are set
by Kalderon, Michal
· 7 years ago
d0d7b10
net-next: treewide use is_vlan_dev() helper function.
by Parav Pandit
· 8 years ago
fba332b
IB/cma: Fix a race condition in iboe_addr_get_sgid()
by Bart Van Assche
· 8 years ago
17605b9
net: rdma: use __ethtool_get_ksettings
by David Decotigny
· 9 years ago
c3efe75
IB/core: Use hop-limit from IP stack for RoCE
by Matan Barak
· 9 years ago
f7f4b23e
IB/core: Rename rdma_addr_find_dmac_by_grh
by Matan Barak
· 9 years ago
2002983
IB/core: Validate route when we init ah
by Matan Barak
· 9 years ago
c865f24
IB/core: Add rdma_network_type to wc
by Somnath Kotur
· 9 years ago
565edd1
IB/addr: Pass network namespace as a parameter
by Guy Shapiro
· 9 years ago
dbf727d
IB/core: Use GID table in AH creation and dmac resolution
by Matan Barak
· 9 years ago
73cdaae
IB/core cleanup: Add const to args - agent_send_response
by Ira Weiny
· 10 years ago
471e705
IB/core: change rdma_gid2ip into void function as it always return zero
by Honggang LI
· 10 years ago
7b85627
IB/cma: IBoE (RoCE) IP-based GID addressing
by Moni Shoua
· 11 years ago
dd5f03b
IB/core: Ethernet L2 attributes in verbs/cm structures
by Matan Barak
· 11 years ago
ef56086
IB/addr: Add AF_IB support to ip_addr_size
by Sean Hefty
· 12 years ago
c89d1be
rdma/core: Fix sparse warnings
by Sean Hefty
· 13 years ago
4bc71cb
net: consolidate and fix ethtool_ops->get_settings calling
by Jiri Pirko
· 13 years ago
8ae6daca
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
by David Decotigny
· 14 years ago
af7bd46
IB/core: Add VLAN support for IBoE
by Eli Cohen
· 14 years ago
3c86aa7
RDMA/cm: Add RDMA CM support for IBoE devices
by Eli Cohen
· 14 years ago
6f8372b
RDMA/cm: fix loopback address support
by Sean Hefty
· 15 years ago
c4315d8
IB/addr: Store net_device type instead of translating to RDMA transport
by Sean Hefty
· 15 years ago
6266ed6
RDMA/cma: Replace net_device pointer with index
by Sean Hefty
· 15 years ago
64c5e61
RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addr
by Or Gerlitz
· 16 years ago
a947491
RDMA: Fix license text
by Sean Hefty
· 16 years ago
faec2f7
IB/sa: Track multicast join/leave requests
by Sean Hefty
· 18 years ago
7a118df
RDMA/addr: Use client registration to fix module unload race
by Sean Hefty
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
f0ee340
[PATCH] IB/addr: gid structure alignment fix
by Michael S. Tsirkin
· 18 years ago
7025fcd
IB: address translation to map IP toIB addresses (GIDs)
by Sean Hefty
· 19 years ago