aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda2022-09-291-1/+0
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-3/+3
* RDMA/rxe: Fix ref error in rxe_av.cBob Pearson2022-03-151-8/+9
* RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.cBob Pearson2022-01-281-18/+0
* RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun2022-01-051-1/+0
* RDMA/rxe: Remove redundant err variableMinghao Chi2022-01-051-6/+2
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-0/+1
|\
| * RDMA/rxe: Restore setting tot_len in the IPv4 headerBob Pearson2021-08-021-0/+1
* | RDMA/rxe: Move ICRC generation to a subroutineBob Pearson2021-07-161-3/+3
* | RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson2021-07-161-14/+14
* | RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson2021-07-161-0/+43
|/
* RDMA/rxe: Fix redundant skb_put_zeroBob Pearson2021-06-221-1/+1
* RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson2021-06-221-2/+0
* RDMA/rxe: Fix failure during driver loadKamal Heib2021-06-031-3/+7
* 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