Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f632a8170a6b667ee4e3f552087588f0fe13c4bb
/
drivers
/
infiniband
/
hw
/
usnic
2638eb8b
net: ipv4: provide __rcu annotation for ifa_list
by Florian Westphal
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
932f4a6
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
by Ira Weiny
· 6 years ago
ff23dfa
IB: Pass only ib_udata in function prototypes
by Shamir Rabinovitch
· 6 years ago
bdeacab
IB: Remove 'uobject->context' dependency in object destroy APIs
by Shamir Rabinovitch
· 6 years ago
c4367a2
IB: Pass uverbs_attr_bundle down ib_x destroy path
by Shamir Rabinovitch
· 6 years ago
a2a074e
RDMA: Handle ucontext allocations by IB/core
by Leon Romanovsky
· 6 years ago
5bb3c1e
IB/usnic: Fix deadlock
by Parvi Kaustubhi
· 6 years ago
8994445
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
by Shamir Rabinovitch
· 6 years ago
21a428a
RDMA: Handle PD allocations by IB/core
by Leon Romanovsky
· 6 years ago
0c23660
IB/usnic: Fix locking when unregistering
by Parvi Kaustubhi
· 6 years ago
8ea1f98
drivers/IB,usnic: reduce scope of mmap_sem
by Davidlohr Bueso
· 6 years ago
70f8a3c
mm: make mm->pinned_vm an atomic64 counter
by Davidlohr Bueso
· 6 years ago
cfc30ad
IB/usnic: Remove stub functions
by Gal Pressman
· 6 years ago
459cc69
RDMA: Provide safe ib_alloc_device() function
by Leon Romanovsky
· 6 years ago
b360ce3
infiniband: prefix header search paths with $(srctree)/
by Masahiro Yamada
· 6 years ago
316bcda
infiniband: usnic: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
5474723
RDMA: Introduce and use rdma_device_to_ibdev()
by Parav Pandit
· 6 years ago
ea4baf7
RDMA: Rename port_callback to init_port
by Parav Pandit
· 6 years ago
081de94
RDMA: Clear CTX objects during their allocation
by Leon Romanovsky
· 6 years ago
4959d5d
IB/usnic: Fix out of bounds index check in query pkey
by Gal Pressman
· 6 years ago
02fc184
IB/usnic: Use struct_size() in kmalloc()
by Gustavo A. R. Silva
· 6 years ago
8036e90
IB/usnic: Fix potential deadlock
by Parvi Kaustubhi
· 6 years ago
2553ba2
RDMA: Mark if destroy address handle is in a sleepable context
by Gal Pressman
· 6 years ago
b090c4e
RDMA: Mark if create address handle is in a sleepable context
by Gal Pressman
· 6 years ago
e761058
RDMA/usnic: Initialize ib_device_ops struct
by Kamal Heib
· 6 years ago
d12c416
IB/usnic: fix spelling mistake "miniumum" -> "minimum"
by Colin Ian King
· 6 years ago
901018f
RDMA/drivers: Fix spelling mistake "initalize" -> "initialize"
by Colin Ian King
· 6 years ago
508a523
RDMA/drivers: Use core provided API for registering device attributes
by Parav Pandit
· 6 years ago
9de6986
RDMA/drivers: Use dev_name instead of ibdev->name
by Jason Gunthorpe
· 6 years ago
e349f85
RDMA: Fully setup the device name in ib_register_device
by Jason Gunthorpe
· 6 years ago
e3b00e9
IB/usnic: fix spelling mistake "unvalid" -> "invalid"
by Colin Ian King
· 6 years ago
ece8ea7
RDMA/usnic: Do not use ucontext->tgid
by Jason Gunthorpe
· 6 years ago
3e5d60b
infiniband: remove redundant condition check before debugfs_remove
by zhong jiang
· 6 years ago
d34ac5c
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
by Bart Van Assche
· 7 years ago
7cfcc71
RDMA/usnic: Suppress a compiler warning
by Bart Van Assche
· 6 years ago
d238ca0
IB/usnic: usnic should not select INFINIBAND_USER_ACCESS
by Jason Gunthorpe
· 6 years ago
43cbd64
IB/usnic: Update with bug fixes from core code
by Jason Gunthorpe
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
19fd08b
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
3e0c2db
infiniband: Replace usnic_ib_netdev_event_to_string() with netdev_cmd_to_name()
by Kirill Tkhai
· 7 years ago
ede2762
net: Make NETDEV_XXX commands enum { }
by Kirill Tkhai
· 7 years ago
0ede73b
IB/uverbs: Extend uverbs_ioctl header with driver_id
by Matan Barak
· 7 years ago
b7c5bc7
IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init()
by Markus Elfring
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
72c7fe9
drivers: infiniband: remove duplicate includes
by Pravin Shedge
· 7 years ago
ad0835a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
bd8c202
RDMA/usnic: Instantiate data structures once
by Bart Van Assche
· 7 years ago
4c23e50
RDMA/usnic: Remove a set-but-not-used variable
by Bart Van Assche
· 7 years ago
1918843
RDMA/usnic: Make the compiler check declaration consistency during compilation
by Bart Van Assche
· 7 years ago
f808c13
lib/interval_tree: fast overlap detection
by Davidlohr Bueso
· 7 years ago
d518a44
IB/usnic: check for allocation failure
by Dan Carpenter
· 7 years ago
5d50f40
RDMA/usnic: Fix remove address space warning
by Leon Romanovsky
· 7 years ago
7be0575
RDMA: Fix return value check for ib_get_eth_speed()
by Selvin Xavier
· 7 years ago
9abb0d1
RDMA: Simplify get firmware interface
by Leon Romanovsky
· 8 years ago
e1267b0
RDMA: Remove useless MODULE_VERSION
by Leon Romanovsky
· 8 years ago
d418619
IB/core: Add generic function to extract IB speed from netdev
by Yuval Shaia
· 8 years ago
44b0b74
IB/usnic: Implement get_netdev hook
by Yuval Shaia
· 8 years ago
9089885
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
by Dasaratharaman Chandramouli
· 8 years ago
313e16d
IB/usnic: Simplify the code to balance loc/unlock calls
by Leon Romanovsky
· 8 years ago
f5029e7
Ib/usnic: Explicitly include usnic headers
by Leon Romanovsky
· 8 years ago
4d6f285
{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function
by Yuval Shaia
· 8 years ago
a7c8132
IB/usnic: Remove unused functions
by Yuval Shaia
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
ac1820f
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
af17fe7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
4cc4b93
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
c4550c6
IB: Query ports via the core instead of direct into the driver
by Or Gerlitz
· 8 years ago
ce1e055
IB: Add protocol for USNIC
by Or Gerlitz
· 8 years ago
6b06d52
IB/usnic: Switch from dma_device to dev.parent
by Bart Van Assche
· 8 years ago
2c935bc
locking/atomic, kref: Add kref_read()
by Peter Zijlstra
· 8 years ago
69ae543
RDMA: Adding ethertype ETH_P_IBOE
by Selvin Xavier
· 8 years ago
9032ad7
Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test
by Doug Ledford
· 8 years ago
86ef0be
Merge branch 'mlx' into merge-test
by Doug Ledford
· 8 years ago
5f4c7e4
IB/usnic: simplify IS_ERR_OR_NULL to IS_ERR
by Julia Lawall
· 8 years ago
477864c
IB/core: Let create_ah return extended response to user
by Moni Shoua
· 8 years ago
02d93f8
IB/usninc: Remove and fix debug prints after allocation failure
by Leon Romanovsky
· 8 years ago
768ae30
mm: replace get_user_pages() write/force parameters with gup_flags
by Lorenzo Stoakes
· 8 years ago
86cd747
IB/usnic: Fix error return code
by Christophe Jaillet
· 8 years ago
15453e8
IB/usnic: Support device FW version string
by Ira Weiny
· 9 years ago
ce67fef
IB/usnic: Remove unused DMA attributes
by Krzysztof Kozlowski
· 9 years ago
643ad15
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
49dc2b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
96a0c39
net: usnic: use __ethtool_get_ksettings
by David Decotigny
· 9 years ago
4813333
net: usnic: use __ethtool_get_settings
by David Decotigny
· 9 years ago
4f03980
net: usnic: remove unused call to ethtool_ops::get_settings
by David Decotigny
· 9 years ago
d4edcf0
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
by Dave Hansen
· 9 years ago
fc4fa6e
treewide: Fix typo in printk
by Masanari Iida
· 9 years ago
59f65f4
IB/usnic: delete unneeded IS_ERR test
by Julia Lawall
· 9 years ago
96390f62
IB/usnic: Handle 0 counts in resource allocation
by Nelson Escobar
· 9 years ago
dc92d14
IB/usnic: Fix resource leak in error case
by Nelson Escobar
· 9 years ago
89e5323
IB/usnic: Support more QP state transitions
by Nelson Escobar
· 9 years ago
2547a36
IB/usnic: Fix message typo
by Nelson Escobar
· 9 years ago
3ea7286
IB/usnic: Fix incorrect cast in usnic_ib_fw_string_to_u64
by Nelson Escobar
· 9 years ago
1e67a64
IB/usnic: Improve a failure message
by Nelson Escobar
· 9 years ago
638e970
IB/usnic: Remove unused prototype
by Nelson Escobar
· 9 years ago
fe274c5
usnic: correctly handle kzalloc return value
by Insu Yun
· 9 years ago
Next »