index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-23
IB/core: Validate route when we init ah
Matan Barak
5
-76
/
+262
2015-12-23
IB/core: Move rdma_is_upper_dev_rcu to header file
Matan Barak
2
-16
/
+17
2015-12-23
IB/core: Add rdma_network_type to wc
Somnath Kotur
3
-6
/
+142
2015-12-23
IB/core: Add ROCE_UDP_ENCAP (RoCE V2) type
Matan Barak
2
-1
/
+3
2015-12-23
IB/core: Add gid attributes to sysfs
Matan Barak
1
-2
/
+182
2015-12-23
IB/cm: Use the source GID index type
Matan Barak
2
-5
/
+22
2015-12-23
IB/core: Add gid_type to gid attribute
Matan Barak
10
-58
/
+167
2015-12-23
IB/core: don't search the GID table twice
Matan Barak
1
-18
/
+35
2015-12-23
IB/core: Change per-entry lock in RoCE GID table to one lock
Matan Barak
1
-54
/
+89
2015-12-23
IB/core: Refactor GID cache's ib_dispatch_event
Matan Barak
1
-8
/
+15
2015-12-22
IB/cma: cma_match_net_dev needs to take into account port_num
Matan Barak
1
-7
/
+9
2015-12-22
Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5
Doug Ledford
3
-3
/
+223
2015-12-22
IB/core: Remove ib_query_device
Or Gerlitz
1
-19
/
+0
2015-12-22
IB/core: Avoid calling ib_query_device
Or Gerlitz
6
-73
/
+12
2015-12-22
IB/core: Save the device attributes on the device structure
Ira Weiny
1
-0
/
+8
2015-12-15
Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cq
Doug Ledford
3
-3
/
+223
2015-12-11
IB: add a proper completion queue abstraction
Christoph Hellwig
3
-3
/
+223
2015-12-08
IB/mad: Require CM send method for everything except ClassPortInfo
Hal Rosenstock
1
-0
/
+5
2015-12-08
IB/cma: Add a missing rcu_read_unlock()
Bart Van Assche
1
-4
/
+1
2015-12-07
IB core: Fix ib_sg_to_pages()
Bart Van Assche
1
-20
/
+21
2015-12-07
IB/sa: Put netlink request into the request list before sending
Kaike Wan
1
-15
/
+17
2015-12-07
IB/core: use RCU for uverbs id lookup
Mike Marciniszyn
1
-5
/
+7
2015-12-07
IB/core: Fix user mode post wr corruption
Mike Marciniszyn
1
-5
/
+10
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
Mel Gorman
1
-1
/
+1
2015-10-30
IB/core, cma: Make __attribute_const__ declarations sparse-friendly
Bart Van Assche
2
-3
/
+3
2015-10-29
IB/core: Remove old fast registration API
Sagi Grimberg
1
-25
/
+0
2015-10-28
IB/core: Introduce new fast registration API
Sagi Grimberg
1
-0
/
+107
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
4
-83
/
+104
2015-10-28
IB/ucma: Take the network namespace from the process
Guy Shapiro
1
-2
/
+3
2015-10-28
IB/cma: Add support for network namespaces
Guy Shapiro
2
-19
/
+30
2015-10-28
IB/cma: Separate port allocation to network namespaces
Haggai Eran
1
-24
/
+70
2015-10-28
IB/addr: Pass network namespace as a parameter
Guy Shapiro
2
-8
/
+10
2015-10-21
IB/core: Remove smac and vlan id from path record
Matan Barak
3
-6
/
+0
2015-10-21
IB/core: Remove smac and vlan id from qp_attr and ah_attr
Matan Barak
3
-6
/
+0
2015-10-21
IB/cm: Remove the usage of smac and vid of qp_attr and cm_av
Matan Barak
2
-36
/
+0
2015-10-21
IB/core: Use GID table in AH creation and dmac resolution
Matan Barak
4
-71
/
+98
2015-10-21
IB/cache: Add ib_find_gid_by_filter cache API
Matan Barak
1
-0
/
+93
2015-10-21
IB/cma: cma_validate_port should verify the port and netdevice
Matan Barak
1
-8
/
+18
2015-10-21
IB/cm: cm_init_av_by_path should find a GID by its netdevice
Matan Barak
1
-2
/
+5
2015-10-21
IB/core: Add netdev to path record
Matan Barak
2
-2
/
+13
2015-10-21
IB/core: Expose and rename ib_find_cached_gid_by_port cache API
Matan Barak
3
-11
/
+7
2015-10-21
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
9
-22
/
+36
2015-10-21
IB/core: Allow setting create flags in QP init attribute
Eran Ben Elisha
1
-1
/
+1
2015-10-21
IB/core: Extend ib_uverbs_create_qp
Eran Ben Elisha
3
-64
/
+190
2015-10-21
IB/core: avoid 32-bit warning
Arnd Bergmann
1
-1
/
+1
2015-10-21
IB/cm: Fix rb-tree duplicate free and use-after-free
Doron Tsur
1
-1
/
+9
2015-10-20
IB/cma: Use inner P_Key to determine netdev
Haggai Eran
1
-2
/
+2
2015-10-20
IB/ucma: check workqueue allocation before usage
Sasha Levin
1
-1
/
+6
2015-10-20
IB/cma: Potential NULL dereference in cma_id_from_event
Haggai Eran
1
-1
/
+1
[prev]
[next]