index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
usnic
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-23
IB/usnic: delete unneeded IS_ERR test
Julia Lawall
1
-2
/
+2
2015-12-23
IB/usnic: Handle 0 counts in resource allocation
Nelson Escobar
1
-25
/
+29
2015-12-23
IB/usnic: Fix resource leak in error case
Nelson Escobar
1
-1
/
+1
2015-12-23
IB/usnic: Support more QP state transitions
Nelson Escobar
1
-9
/
+9
2015-12-23
IB/usnic: Fix message typo
Nelson Escobar
1
-1
/
+1
2015-12-23
IB/usnic: Fix incorrect cast in usnic_ib_fw_string_to_u64
Nelson Escobar
1
-1
/
+1
2015-12-23
IB/usnic: Improve a failure message
Nelson Escobar
1
-2
/
+3
2015-12-23
IB/usnic: Remove unused prototype
Nelson Escobar
1
-2
/
+0
2015-10-21
usnic: correctly handle kzalloc return value
Insu Yun
1
-4
/
+4
2015-10-21
usnic: correctly check failed allocation
Insu Yun
1
-5
/
+4
2015-10-06
usnic: add missing clauses to BSD license
Jeff Squyres
25
-73
/
+433
2015-06-12
IB/core: Pass hardware specific data in query_device
Matan Barak
2
-2
/
+7
2015-06-12
IB/core: Change provider's API of create_cq to be extendible
Matan Barak
2
-6
/
+11
2015-06-11
Merge branch 'for-4.2-misc' into k.o/for-4.2
Doug Ledford
1
-4
/
+3
2015-06-11
IB/usnic: clean up some error handling code
Dan Carpenter
1
-4
/
+3
2015-05-20
IB/core: Convert core to use bitfield for caps
Ira Weiny
2
-7
/
+0
2015-05-20
IB/core: Add per port immutable struct to ib_device
Ira Weiny
1
-0
/
+17
2015-05-18
IB/Verbs: Implement new callback query_protocol()
Michael Wang
3
-0
/
+9
2014-10-15
Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2014-10-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-09-25
IB/usnic: Convert to use new iommu_capable() API function
Joerg Roedel
1
-1
/
+1
2014-08-26
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-06-10
Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...
Roland Dreier
2
-0
/
+21
2014-06-03
IB: Return error for unsupported QP creation flags
Or Gerlitz
1
-0
/
+3
2014-05-28
IB/usnic: Fix source file missing copyright and license
Upinder Malhi
1
-0
/
+18
2014-03-18
IB/usnic: Remove '0x' when using %pa format
Fabio Estevam
1
-1
/
+1
2014-02-14
IB/usnic: Fix smatch endianness error
Upinder Malhi
1
-1
/
+8
2014-01-23
IB/usnic: Remove unused includes of <linux/version.h>
Wei Yongjun
3
-3
/
+0
2014-01-21
IB/usnic: Use GFP_ATOMIC under spinlock
Dan Carpenter
1
-1
/
+1
2014-01-19
IB/usnic: Remove unused variable in usnic_debugfs_exit()
Wei Yongjun
1
-4
/
+0
2014-01-19
IB/usnic: Set userspace/kernel ABI ver to 4
Upinder Malhi
1
-1
/
+1
2014-01-19
IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDP
Upinder Malhi
1
-1
/
+1
2014-01-19
IB/usnic: Add dependency on CONFIG_INET
Upinder Malhi
1
-1
/
+1
2014-01-19
IB/usnic: Fix endianness-related warnings
Upinder Malhi
2
-3
/
+2
2014-01-14
IB/usnic: Append documentation to usnic_transport.h and cleanup
Upinder Malhi
2
-1
/
+4
2014-01-14
IB/usnic: Fix typo "Ignorning" -> "Ignoring"
Roland Dreier
1
-4
/
+4
2014-01-14
IB/usnic: Expose flows via debugfs
Upinder Malhi
6
-10
/
+111
2014-01-14
IB/usnic: Use for_each_sg instead of a for-loop
Upinder Malhi
1
-8
/
+9
2014-01-14
IB/usnic: Remove superflous parentheses
Upinder Malhi
3
-14
/
+14
2014-01-14
IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]
Upinder Malhi
2
-0
/
+99
2014-01-14
IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.h
Upinder Malhi
3
-9
/
+136
2014-01-14
IB:usnic: Add UDP support to usnic_transport.[hc]
Upinder Malhi
2
-7
/
+105
2014-01-14
IB/usnic: Add UDP support to usnic_fwd.[hc]
Upinder Malhi
2
-0
/
+75
2014-01-14
IB/usnic: Update ABI and Version file for UDP support
Upinder Malhi
2
-4
/
+12
2014-01-14
IB/usnic: Port over sysfs to new usnic_fwd.h
Upinder Malhi
1
-7
/
+3
2014-01-14
IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.h
Upinder Malhi
2
-122
/
+249
2014-01-14
IB/usnic: Port over main.c and verbs.c to the usnic_fwd.h
Upinder Malhi
3
-39
/
+39
2014-01-14
IB/usnic: Push all forwarding state to usnic_fwd.[hc]
Upinder Malhi
2
-125
/
+212
2014-01-14
IB/usnic: Add struct usnic_transport_spec
Upinder Malhi
1
-0
/
+9
[next]