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
2014-06-10
Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...
Roland Dreier
74
-662
/
+3781
2014-06-10
RDMA/cxgb4: Add support for iWARP Port Mapper user space service
Steve Wise
3
-43
/
+262
2014-06-10
RDMA/nes: Add support for iWARP Port Mapper user space service
Tatyana Nikolova
4
-64
/
+296
2014-06-10
RDMA/core: Add support for iWARP Port Mapper user space service
Tatyana Nikolova
9
-6
/
+1865
2014-06-09
IB/mlx4: Fix gfp passing in create_qp_common()
Jiri Kosina
1
-2
/
+2
2014-06-06
IB/umad: Fix use-after-free on close
Bart Van Assche
1
-11
/
+19
2014-06-05
IB/core: Fix kobject leak on device register error flow
Haggai Eran
1
-26
/
+26
2014-06-05
RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_resp
Yann Droneaud
2
-2
/
+4
2014-06-04
mlx4_core: Fix GFP flags parameters to be gfp_t
Roland Dreier
3
-3
/
+3
2014-06-04
IB/core: Fix port kobject deletion during error flow
Haggai Eran
1
-9
/
+17
2014-06-04
IB/core: Remove unneeded kobject_get/put calls
Haggai Eran
1
-5
/
+2
2014-06-04
IB/core: Fix sparse warnings about redeclared functions
Roland Dreier
2
-9
/
+9
2014-06-03
IB/mad: Fix sparse warning about gfp_t use
Roland Dreier
1
-1
/
+1
2014-06-03
IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO
Jiri Kosina
16
-70
/
+82
2014-06-03
IB: Add a QP creation flag to use GFP_NOIO allocations
Or Gerlitz
2
-3
/
+16
2014-06-03
IB: Return error for unsupported QP creation flags
Or Gerlitz
2
-1
/
+5
2014-06-03
IB: Allow build of hw/ and ulp/ subdirectories independently
Yann Droneaud
3
-17
/
+19
2014-05-31
mlx4_core: Move handling of MLX4_QP_ST_MLX to proper switch statement
Roland Dreier
1
-14
/
+14
2014-05-30
RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_resp
Yann Droneaud
2
-2
/
+3
2014-05-30
IB/srp: Avoid problems if a header uses pr_fmt
Joe Perches
1
-1
/
+1
2014-05-30
IB/umad: Fix error handling
Bart Van Assche
1
-22
/
+27
2014-05-30
IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPs
Jack Morgenstein
3
-1
/
+141
2014-05-30
mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPs
Jack Morgenstein
8
-35
/
+126
2014-05-30
IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responses
Jack Morgenstein
4
-38
/
+66
2014-05-30
IB/mlx4: SET_PORT called by mlx4_ib_modify_port should be wrapped
Jack Morgenstein
1
-9
/
+17
2014-05-30
mlx4_core: Fix incorrect FLAGS1 bitmap test in mlx4_QUERY_FUNC_CAP
Jack Morgenstein
1
-1
/
+1
2014-05-30
mlx4_core: Fix memory leaks in SR-IOV error paths
Dotan Barak
1
-0
/
+14
2014-05-30
IB/qib: Additional Intel branding changes
Vinit Agnihotri
1
-4
/
+4
2014-05-28
RDMA/cxgb3: Remove a couple unneeded conditions
Dan Carpenter
1
-4
/
+2
2014-05-28
IB/mlx4: fix unitialised variable is_mcast
Colin Ian King
1
-1
/
+1
2014-05-28
IB/ipath: Use time_before()/_after()
Manuel Schölling
2
-4
/
+4
2014-05-28
IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bits
Roland Dreier
1
-1
/
+1
2014-05-28
IB/usnic: Fix source file missing copyright and license
Upinder Malhi
1
-0
/
+18
2014-05-28
IB/ipath: Translate legacy diagpkt into newer extended diagpkt
Dennis Dalessandro
1
-0
/
+4
2014-05-28
IB/qib: Fix port in pkey change event
Mike Marciniszyn
1
-1
/
+1
2014-05-27
RDMA/cxgb3: Fix information leak in send_abort()
Dan Carpenter
1
-0
/
+1
2014-05-27
IB/mlx5: add missing padding at end of struct mlx5_ib_create_srq
Yann Droneaud
2
-1
/
+14
2014-05-27
IB/mlx5: add missing padding at end of struct mlx5_ib_create_cq
Yann Droneaud
2
-1
/
+13
2014-05-27
IB/mlx5: Refactor UMR to have its own context struct
Shachar Raindel
2
-22
/
+31
2014-05-27
IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPs
Haggai Eran
1
-0
/
+4
2014-05-27
mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMR
Haggai Eran
3
-1
/
+8
2014-05-27
IB/mlx5: Add MR to radix tree in reg_mr_callback
Haggai Eran
1
-0
/
+9
2014-05-27
IB/mlx5: Fix error handling in reg_umr
Haggai Eran
1
-15
/
+16
2014-05-27
mlx5_core: Copy DIF fields only when input and output space values match
Sagi Grimberg
1
-3
/
+6
2014-05-27
mlx5_core: Simplify signature handover wqe for interleaved buffers
Sagi Grimberg
1
-15
/
+9
2014-05-27
mlx5_core: Fix signature handover operation for interleaved buffers
Sagi Grimberg
1
-1
/
+4
2014-05-26
IB/iser: Bump version to 1.4
Or Gerlitz
1
-1
/
+1
2014-05-26
IB/iser: Add missing newlines to logging messages
Roi Dayan
1
-4
/
+4
2014-05-26
IB/iser: Fix a possible race in iser connection states transition
Ariel Nahum
1
-2
/
+2
2014-05-26
IB/iser: Simplify connection management
Ariel Nahum
3
-91
/
+99
[next]