index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
crash_dump.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-13
Documentation/ABI: document /sys/class/net/*/dev_port
Arseny Maslennikov
1
-0
/
+18
2018-09-13
RDMA/core: Consider net ns of gid attribute for RoCE
Parav Pandit
5
-16
/
+73
2018-09-13
RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attribute
Parav Pandit
2
-0
/
+35
2018-09-13
RDMA/core: Simplify roce_resolve_route_from_path()
Parav Pandit
3
-53
/
+41
2018-09-13
RDMA/core: Protect against changing dst->dev during destination resolve
Parav Pandit
1
-15
/
+46
2018-09-12
RDMA/core: Refer to network type instead of device type
Parav Pandit
1
-19
/
+16
2018-09-12
RDMA/core: Use common code flow for IPv4/6 for addr resolve
Parav Pandit
1
-17
/
+15
2018-09-12
RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addr
Parav Pandit
4
-15
/
+19
2018-09-12
RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6
Parav Pandit
1
-42
/
+23
2018-09-12
RDMA/core: Let protocol specific function typecast sockaddr structure
Parav Pandit
1
-16
/
+15
2018-09-12
RDMA/core: Avoid unnecessary sa_family overwrite
Parav Pandit
1
-4
/
+1
2018-09-12
RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcu
Parav Pandit
1
-26
/
+35
2018-09-12
IB/mlx5: Allow transition of DCI QP to reset
Moni Shoua
1
-1
/
+3
2018-09-11
IB/hfi1: set_intr_bits uses incorrect source for register modification
Michael J. Ruhl
1
-1
/
+1
2018-09-11
IB/hfi1: Missing return value in error path for user sdma
Michael J. Ruhl
1
-1
/
+3
2018-09-11
IB/hfi1: Right size user_sdma sequence numbers and related variables
Michael J. Ruhl
4
-11
/
+11
2018-09-11
IB/hfi1: Remove race conditions in user_sdma send path
Michael J. Ruhl
2
-18
/
+15
2018-09-11
IB/hfi1: Eliminate races in the SDMA send error path
Michael J. Ruhl
2
-51
/
+39
2018-09-11
RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()
Dan Carpenter
1
-0
/
+1
2018-09-11
IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting
Michael J. Ruhl
6
-27
/
+32
2018-09-11
infiniband: remove redundant condition check before debugfs_remove
zhong jiang
1
-2
/
+1
2018-09-11
RDMA/mlx5: Allow creating a matcher for a NIC TX flow table
Mark Bloch
3
-6
/
+34
2018-09-11
RDMA/mlx5: Add NIC TX namespace when getting a flow table
Mark Bloch
3
-11
/
+32
2018-09-11
RDMA/mlx5: Add flow actions support to raw create flow
Mark Bloch
4
-8
/
+50
2018-09-11
RDMA/mlx5: Refactor raw flow creation
Mark Bloch
3
-7
/
+13
2018-09-11
RDMA/mlx5: Don't overwrite action if already set
Mark Bloch
1
-0
/
+10
2018-09-11
RDMA/mlx5: Refactor flow action parsing to be more generic
Mark Bloch
2
-6
/
+10
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
[next]