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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-11
RDMA/uverbs: Move flow resources initialization
Mark Bloch
5
-38
/
+36
2018-09-11
IB/uverbs: Add IDRs array attribute type to ioctl() interface
Guy Levi
4
-3
/
+201
2018-09-11
RDMA/mlx5: Enable attaching packet reformat action to steering flows
Mark Bloch
1
-0
/
+8
2018-09-11
RDMA/mlx5: Enable reformat on NIC RX if supported
Mark Bloch
1
-0
/
+4
2018-09-11
RDMA/mlx5: Enable attaching DECAP action to steering flows
Mark Bloch
1
-0
/
+5
2018-09-11
RDMA/mlx5: Enable decap and packet reformat on flow tables
Mark Bloch
1
-4
/
+13
2018-09-11
RDMA/mlx5: Enable attaching modify header to steering flows
Mark Bloch
1
-0
/
+8
2018-09-11
RDMA/mlx5: Add NIC TX steering support
Mark Bloch
2
-10
/
+20
2018-09-11
RDMA/core: Document QP @event_handler function
Chuck Lever
1
-0
/
+2
2018-09-11
RDMA/core: Document CM @event_handler function
Chuck Lever
1
-1
/
+5
2018-09-06
RDMA/core: Assign device ifindex before publishing the device
Parav Pandit
1
-1
/
+2
2018-09-06
RDMA/core: Follow correct unregister order between sysfs and cgroup
Parav Pandit
1
-1
/
+1
2018-09-06
RDMA/umem: Restore lockdep check while downgrading lock
Leon Romanovsky
1
-6
/
+0
2018-09-06
RDMA/core: Define client_data_lock as rwlock instead of spinlock
Parav Pandit
2
-17
/
+18
2018-09-06
RDMA/core: Use simpler spin lock irq API from blocking context
Parav Pandit
1
-11
/
+9
2018-09-06
RDMA/core: Remove context entries from list while unregistering device
Parav Pandit
1
-1
/
+5
2018-09-06
RDMA/core: Use simplified list_for_each
Parav Pandit
1
-5
/
+4
2018-09-06
RDMA/core: No need to protect kfree with spin lock and semaphore
Parav Pandit
1
-1
/
+1
2018-09-06
RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()
Parav Pandit
2
-9
/
+7
2018-09-06
RDMA/core: Rate limit MAD error messages
Parav Pandit
1
-35
/
+37
2018-09-06
IB/ipoib: Ensure that MTU isn't less than minimum permitted
Muhammad Sammar
1
-1
/
+2
2018-09-06
IB/mlx5: Don't hold spin lock while checking device state
Parav Pandit
1
-14
/
+12
2018-09-06
RDMA/core: Fail early if unsupported QP is provided
Parav Pandit
1
-0
/
+4
2018-09-06
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
Jason Gunthorpe
249
-1723
/
+2314
2018-09-06
RDMA/uverbs: Use device.groups to initialize device attributes
Parav Pandit
2
-13
/
+19
2018-09-06
RDMA/uverbs: Use cdev_device_add() instead of cdev_add()
Parav Pandit
2
-39
/
+30
2018-09-06
RDMA/core: Depend on device_add() to add device attributes
Parav Pandit
2
-34
/
+30
2018-09-06
RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()
Parav Pandit
1
-3
/
+2
2018-09-06
bnxt_re: Fix couple of memory leaks that could lead to IOMMU call traces
Somnath Kotur
2
-1
/
+3
2018-09-06
RDMA/core: Replace open-coded variant of get_device
Parav Pandit
1
-2
/
+2
2018-09-06
RDMA/uverbs: Declare closing variable as boolean
Leon Romanovsky
2
-2
/
+2
2018-09-06
RDMA/nes: Delete impossible debug prints
Leon Romanovsky
3
-14
/
+0
2018-09-06
RDMA/qedr: remove set but not used variable 'ctx'
YueHaibing
1
-2
/
+0
2018-09-06
IB/srp: Remove unnecessary unlikely()
Igor Stoppa
1
-1
/
+1
2018-09-06
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
4
-7
/
+27
2018-09-06
RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmt
Joe Perches
4
-151
/
+116
2018-09-06
IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
Aaron Knister
1
-0
/
+2
2018-09-06
Merge branch 'mlx5-flow-mutate' into rdma.git for-next
Jason Gunthorpe
22
-147
/
+643
2018-09-06
RDMA/mlx5: Extend packet reformat verbs
Mark Bloch
4
-0
/
+100
2018-09-06
RDMA/mlx5: Add new flow action verb - packet reformat
Mark Bloch
4
-1
/
+87
2018-09-06
RDMA/uverbs: Add generic function to fill in flow action object
Mark Bloch
3
-10
/
+17
2018-09-06
RDMA/mlx5: Add a new flow action verb - modify header
Mark Bloch
5
-1
/
+168
2018-09-06
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
Mark Bloch
2
-0
/
+63
2018-09-05
net/mlx5: Export packet reformat alloc/dealloc functions
Mark Bloch
3
-8
/
+11
2018-09-05
net/mlx5: Pass a namespace for packet reformat ID allocation
Mark Bloch
3
-1
/
+12
2018-09-05
net/mlx5: Expose new packet reformat capabilities
Mark Bloch
1
-3
/
+16
2018-09-05
{net, RDMA}/mlx5: Rename encap to reformat packet
Mark Bloch
11
-94
/
+107
2018-09-05
net/mlx5: Move header encap type to IFC header file
Mark Bloch
2
-5
/
+5
2018-09-05
net/mlx5: Break encap/decap into two separated flow table creation flags
Mark Bloch
3
-5
/
+8
2018-09-05
net/mlx5: Add support for more namespaces when allocating modify header
Mark Bloch
1
-0
/
+5
[next]