index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
RDMA/rxe: Remove the unused xmit_errors member
Zhu Yanjun
1
-1
/
+0
2022-01-05
RDMA/rxe: Remove redundant err variable
Minghao Chi
1
-6
/
+2
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2021-08-02
RDMA/rxe: Restore setting tot_len in the IPv4 header
Bob Pearson
1
-0
/
+1
2021-07-16
RDMA/rxe: Move ICRC generation to a subroutine
Bob Pearson
1
-3
/
+3
2021-07-16
RDMA/rxe: Fixup rxe_send and rxe_loopback
Bob Pearson
1
-14
/
+14
2021-07-16
RDMA/rxe: Move rxe_xmit_packet to a subroutine
Bob Pearson
1
-0
/
+43
2021-06-22
RDMA/rxe: Fix redundant skb_put_zero
Bob Pearson
1
-1
/
+1
2021-06-22
RDMA/rxe: Fix redundant call to ip_send_check
Bob Pearson
1
-2
/
+0
2021-06-03
RDMA/rxe: Fix failure during driver load
Kamal Heib
1
-3
/
+7
2021-03-05
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
1
-1
/
+9
2021-02-18
Merge tag 'v5.11' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+3
2021-02-08
RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()
Bob Pearson
1
-7
/
+5
2021-02-05
RDMA/rxe: Correct skb on loopback path
Bob Pearson
1
-0
/
+5
2021-01-20
Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"
Martin Wilck
1
-0
/
+6
2020-11-23
RDMA/siw,rxe: Make emulated devices virtual in the device tree
Jason Gunthorpe
1
-9
/
+0
2020-11-17
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
1
-1
/
+1
2020-11-12
RDMA/rxe: Remove VLAN code leftovers from RXE
Zhu Yanjun
1
-9
/
+0
2020-10-26
RDMA/rxe: Fix small problem in network_type patch
Bob Pearson
1
-1
/
+1
2020-10-16
RDMA/rxe: Move the definitions for rxe_av.network_type to uAPI
Jason Gunthorpe
1
-4
/
+4
2020-08-31
RDMA/rxe: Add SPDX hdrs to rxe source files
Bob Pearson
1
-28
/
+1
2020-08-27
RDMA/rxe: Fix style warnings
Bob Pearson
1
-1
/
+1
2020-07-16
RDMA/rxe: Remove rxe_link_layer()
Kamal Heib
1
-5
/
+0
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-3
/
+5
2019-05-03
RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdev
Parav Pandit
1
-3
/
+12
2019-05-03
RDMA/rxe: Consider skb reserve space based on netdev of GID
Parav Pandit
1
-1
/
+2
2019-03-27
IB/rxe: Replace av->network_type with skb->protocol
Zhu Yanjun
1
-16
/
+12
2019-02-19
rdma_rxe: Use netlink messages to add/delete links
Steve Wise
1
-2
/
+2
2019-02-19
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
1
-4
/
+4
2019-02-19
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
1
-22
/
+0
2019-02-19
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
1
-19
/
+2
2019-02-19
RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding
Jason Gunthorpe
1
-24
/
+15
2019-02-04
RDMA/rxe: Improve loopback marking
Kamal Heib
1
-6
/
+3
2019-01-30
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
1
-1
/
+1
2018-12-20
IB/rxe: Reuse code which sets port state
Yuval Shaia
1
-4
/
+9
2018-11-08
RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats counters
Andrew Boyer
1
-0
/
+1
2018-11-08
RDMA/rxe: Distinguish between down links and disabled links
Andrew Boyer
1
-2
/
+0
2018-10-03
RDMA/rxe: Remove unused addr_same()
Kamal Heib
1
-5
/
+0
2018-09-26
RDMA/drivers: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-1
/
+1
2018-09-26
RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
1
-2
/
+2
2018-08-30
IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev
Parav Pandit
1
-20
/
+10
2018-08-30
IB/rxe: vary the source udp port for receive scaling
Vijay Immanuel
1
-4
/
+4
2018-06-29
IB/rxe: don't clear the tx queue on every transfer
Vijay Immanuel
1
-10
/
+7
2018-06-18
IB/rxe: Use rdma GID API
Parav Pandit
1
-34
/
+16
2018-05-28
IB/rxe: avoid unnecessary export
Zhu Yanjun
1
-1
/
+0
2018-05-01
IB/cxgb4: use skb_put_zero()/__skb_put_zero
YueHaibing
1
-3
/
+1
2018-04-27
IB/rxe: Change rxe_rcv to return void
Yuval Shaia
1
-3
/
+6
2018-04-19
IB/rxe: make rxe_release_udp_tunnel static
Zhu Yanjun
1
-1
/
+1
2018-04-17
IB/rxe: make the variable static
Zhu Yanjun
1
-1
/
+1
2018-03-14
rdma_rxe: make rxe work over 802.1q VLAN devices
Martin Wilck
1
-6
/
+48
[next]