aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson2021-03-051-1/+9
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-181-0/+3
|\
| * Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2021-01-201-0/+6
* | RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson2021-02-081-7/+5
* | RDMA/rxe: Correct skb on loopback pathBob Pearson2021-02-051-0/+5
|/
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-231-9/+0
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-1/+1
|\
| * RDMA/rxe: Fix small problem in network_type patchBob Pearson2020-10-261-1/+1
* | RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun2020-11-121-9/+0
|/
* RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe2020-10-161-4/+4
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA/rxe: Fix style warningsBob Pearson2020-08-271-1/+1
* RDMA/rxe: Remove rxe_link_layer()Kamal Heib2020-07-161-5/+0
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+5
* RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-3/+12
* RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2019-05-031-1/+2
* IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun2019-03-271-16/+12
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-191-2/+2
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-191-4/+4
* RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-191-22/+0
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-191-19/+2
* RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-191-24/+15
* RDMA/rxe: Improve loopback markingKamal Heib2019-02-041-6/+3
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* IB/rxe: Reuse code which sets port stateYuval Shaia2018-12-201-4/+9
* RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer2018-11-081-0/+1
* RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer2018-11-081-2/+0
* RDMA/rxe: Remove unused addr_same()Kamal Heib2018-10-031-5/+0
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-2/+2
* IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit2018-08-301-20/+10
* IB/rxe: vary the source udp port for receive scalingVijay Immanuel2018-08-301-4/+4
* IB/rxe: don't clear the tx queue on every transferVijay Immanuel2018-06-291-10/+7
* IB/rxe: Use rdma GID APIParav Pandit2018-06-181-34/+16
* IB/rxe: avoid unnecessary exportZhu Yanjun2018-05-281-1/+0
* IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-3/+1
* IB/rxe: Change rxe_rcv to return voidYuval Shaia2018-04-271-3/+6
* IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun2018-04-191-1/+1
* IB/rxe: make the variable staticZhu Yanjun2018-04-171-1/+1
* rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck2018-03-141-6/+48
* IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun2018-03-071-1/+1
* IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun2018-01-081-11/+5
* IB/rxe: add the static type to the variableZhu Yanjun2018-01-081-1/+1
* IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer2017-08-281-1/+6
* IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer2017-08-281-1/+1
* IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer2017-08-281-1/+1
* IB/rxe: Fix destination cache for IPv6Andrew Boyer2017-08-281-1/+6
* IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer2017-08-281-3/+5
* IB/rxe: Fix kernel panic from skb destructorYonatan Cohen2017-07-171-0/+3
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-251-28/+0