index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
RDMA/(core, ulp): Convert register/unregister event handler to be void
Leon Romanovsky
1
-15
/
+8
2017-05-23
IB/core: Enforce PKey security on QPs
Daniel Jurgens
1
-3
/
+18
2017-05-23
IB/core: IB cache enhancements to support Infiniband security
Daniel Jurgens
1
-0
/
+22
2017-01-27
IB/core: Add inline function to validate port
Yuval Shaia
1
-10
/
+8
2017-01-25
RDMA/core: create struct ib_port_cache
Jack Wang
1
-83
/
+51
2017-01-13
RDMA/core: export ib_get_cached_port_state
Jack Wang
1
-0
/
+18
2017-01-13
RDMA/core: add port state cache
Jack Wang
1
-1
/
+9
2016-12-03
IB/core: Release allocated memory in cache setup failure
Leon Romanovsky
1
-9
/
+7
2016-06-23
IB/core: Fix no default GIDs when netdevice reregisters
Talat Batheesh
1
-1
/
+3
2016-06-07
IB/core: Fix removal of default GID cache entry
Aviv Heller
1
-2
/
+8
2016-04-23
IB/core: Fix oops in ib_cache_gid_set_default_gid
Doug Ledford
1
-1
/
+2
2016-03-03
IB/core: trivial prink cleanup.
Parav Pandit
1
-8
/
+7
2016-01-19
IB/core: Eliminate sparse false context imbalance warning
Matan Barak
1
-0
/
+1
2015-12-23
IB/cma: Add configfs for rdma_cm
Matan Barak
1
-0
/
+24
2015-12-23
IB/core: Add ROCE_UDP_ENCAP (RoCE V2) type
Matan Barak
1
-0
/
+1
2015-12-23
IB/core: Add gid_type to gid attribute
Matan Barak
1
-46
/
+98
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-10-22
IB/cache: Add ib_find_gid_by_filter cache API
Matan Barak
1
-0
/
+93
2015-10-22
IB/core: Expose and rename ib_find_cached_gid_by_port cache API
Matan Barak
1
-4
/
+5
2015-10-22
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
1
-4
/
+6
2015-10-15
IB/core: Fix memory corruption in ib_cache_gid_set_default_gid
Doron Tsur
1
-1
/
+1
2015-08-31
IB/mlx4: Implement ib_device callbacks
Moni Shoua
1
-1
/
+2
2015-08-31
IB/core: Add RoCE GID table management
Matan Barak
1
-96
/
+669
2015-08-31
IB/core: Make ib_alloc_device init the kobject
Jason Gunthorpe
1
-6
/
+3
2015-08-30
IB/core: lock client data with lists_rwsem
Haggai Eran
1
-1
/
+1
2015-06-02
IB/core cleanup: Add const to args - agent_send_response
Ira Weiny
1
-4
/
+4
2015-05-18
IB/core: Create common start/end port functions
Ira Weiny
1
-36
/
+25
2012-10-01
IB/core: Add ib_find_exact_cached_pkey()
Jack Morgenstein
1
-0
/
+32
2012-10-01
IB/core: Handle table with full and partial membership for the same P_Key
Jack Morgenstein
1
-3
/
+12
2011-07-19
IB/core: Add GID change event
Or Gerlitz
1
-1
/
+2
2011-01-17
RDMA: Update workqueue usage
Tejun Heo
1
-2
/
+2
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
1
-2
/
+0
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+4
2006-09-23
RDMA: iWARP Core Changes.
Tom Tucker
1
-2
/
+3
2006-08-16
IB/core: Fix SM LID/LID change with client reregister set
Jack Morgenstein
1
-1
/
+2
2006-06-18
IB: Add caching of ports' LMC
Jack Morgenstein
1
-1
/
+29
2006-04-11
IB/cache: Use correct pointer to calculate size
Michael S. Tsirkin
1
-1
/
+1
2005-10-31
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+1
2005-08-27
[PATCH] IB: move include files to include/rdma
Roland Dreier
1
-1
/
+1
2005-08-27
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
Olaf Hering
1
-1
/
+0
2005-08-27
[PATCH] IB: Add copyright notices
Roland Dreier
1
-0
/
+3
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+365