aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-06IB/rxe: Fix sending out loopback packet on netdev interface.Parav Pandit1-6/+6
2016-09-16IB/rxe: Fix kernel panic in udp_setup_tunnelYonatan Cohen1-30/+25
2016-08-04Soft RoCE driverMoni Shoua1-0/+708