aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit1-3/+12
2019-05-03RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit1-1/+2
2019-03-27IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun1-16/+12
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise1-2/+2
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-4/+4
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe1-22/+0
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-19/+2
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe1-24/+15
2019-02-04RDMA/rxe: Improve loopback markingKamal Heib1-6/+3
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia1-4/+9
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer1-0/+1
2018-11-08RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer1-2/+0
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib1-5/+0
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe1-2/+2
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit1-20/+10
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel1-4/+4
2018-06-29IB/rxe: don't clear the tx queue on every transferVijay Immanuel1-10/+7
2018-06-18IB/rxe: Use rdma GID APIParav Pandit1-34/+16
2018-05-28IB/rxe: avoid unnecessary exportZhu Yanjun1-1/+0
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing1-3/+1
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia1-3/+6
2018-04-19IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun1-1/+1
2018-04-17IB/rxe: make the variable staticZhu Yanjun1-1/+1
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck1-6/+48
2018-03-07IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun1-1/+1
2018-01-08IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun1-11/+5
2018-01-08IB/rxe: add the static type to the variableZhu Yanjun1-1/+1
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer1-1/+6
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer1-1/+6
2017-08-28IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer1-3/+5
2017-07-17IB/rxe: Fix kernel panic from skb destructorYonatan Cohen1-0/+3
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia1-28/+0
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc1-4/+51
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-34/+17
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2017-01-24IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb1-1/+1
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche1-30/+13
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche1-4/+4
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+1
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer1-2/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+3
2016-12-12IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer1-0/+2
2016-12-12IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-5/+1
2016-11-16IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen1-6/+2
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-9/+30