summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+12Star
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-201-2/+2
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-201-4/+4
* RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-201-22/+0Star
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-201-19/+2Star
* RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-201-24/+15Star
* RDMA/rxe: Improve loopback markingKamal Heib2019-02-041-6/+3Star
* 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/+0Star
* RDMA/rxe: Remove unused addr_same()Kamal Heib2018-10-041-5/+0Star
* 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/+10Star
* 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/+7Star
* IB/rxe: Use rdma GID APIParav Pandit2018-06-181-34/+16Star
* IB/rxe: avoid unnecessary exportZhu Yanjun2018-05-281-1/+0Star
* IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-3/+1Star
* 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-181-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/+5Star
* IB/rxe: add the static type to the variableZhu Yanjun2018-01-081-1/+1
* IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer2017-08-291-1/+6
* IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Fix destination cache for IPv6Andrew Boyer2017-08-291-1/+6
* IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer2017-08-291-3/+5
* IB/rxe: Fix kernel panic from skb destructorYonatan Cohen2017-07-181-0/+3
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-251-28/+0Star
* IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2017-04-211-4/+51
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-34/+17Star
|\
| * Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-1/+1
| |\
| * | IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-101-30/+13Star
| * | IB/rxe: Suppress sparse warningsBart Van Assche2017-01-101-4/+4
* | | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+1
| |/ |/|
* | IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb2017-01-241-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-231-2/+1Star
|\
| * IB/rxe: Don't check for null ptr in send()Andrew Boyer2016-12-221-2/+1Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-5/+3Star
|\|
| * IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer2016-12-121-0/+2
| * IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun2016-12-121-5/+1Star
* | IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen2016-11-171-6/+2Star
|/
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-9/+30