index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/core: Fix deleting default GIDs when changing mac adddress
Parav Pandit
2018-04-23
1
-13
/
+15
*
IB/core: Fix to avoid deleting IPv6 look alike default GIDs
Parav Pandit
2018-04-23
1
-4
/
+13
*
IB/core: Don't allow default GID addition at non reseved slots
Parav Pandit
2018-04-23
1
-8
/
+12
*
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
2018-04-03
1
-3
/
+2
*
IB/core: Refactor GID modify code for RoCE
Parav Pandit
2018-04-03
1
-231
/
+253
*
IB/core: Simplify ib_query_gid to always refer to cache
Parav Pandit
2018-04-03
1
-2
/
+2
*
IB/core: Refer to RoCE port property to decide building cache
Parav Pandit
2018-03-27
1
-2
/
+2
*
IB/core: Refer to RoCE port property instead of GID table property
Parav Pandit
2018-03-27
1
-1
/
+1
*
IB/core: Generate GID change event regardless of RoCE GID table property
Parav Pandit
2018-03-27
1
-7
/
+5
*
IB/core: Use rdma_is_port_valid()
Parav Pandit
2018-03-19
1
-3
/
+2
*
IB/core: Fix comments of GID query functions
Parav Pandit
2018-03-15
1
-2
/
+29
*
{net, IB}/mlx5: Manage port association for multiport RoCE
Daniel Jurgens
2018-01-08
1
-1
/
+1
*
IB/core: Change roce_rescan_device to return void
Daniel Jurgens
2018-01-08
1
-6
/
+1
*
IB/core: Avoid exporting module internal ib_find_gid_by_filter()
Parav Pandit
2017-12-18
1
-1
/
+0
*
IB/core: Refactor to avoid unnecessary check on GID lookup miss
Parav Pandit
2017-12-18
1
-9
/
+6
*
RDMA/(core, ulp): Convert register/unregister event handler to be void
Leon Romanovsky
2017-08-24
1
-15
/
+8
*
IB/core: Enforce PKey security on QPs
Daniel Jurgens
2017-05-23
1
-3
/
+18
*
IB/core: IB cache enhancements to support Infiniband security
Daniel Jurgens
2017-05-23
1
-0
/
+22
*
IB/core: Add inline function to validate port
Yuval Shaia
2017-01-27
1
-10
/
+8
*
RDMA/core: create struct ib_port_cache
Jack Wang
2017-01-24
1
-83
/
+51
*
RDMA/core: export ib_get_cached_port_state
Jack Wang
2017-01-12
1
-0
/
+18
*
RDMA/core: add port state cache
Jack Wang
2017-01-12
1
-1
/
+9
*
IB/core: Release allocated memory in cache setup failure
Leon Romanovsky
2016-12-03
1
-9
/
+7
*
IB/core: Fix no default GIDs when netdevice reregisters
Talat Batheesh
2016-06-23
1
-1
/
+3
*
IB/core: Fix removal of default GID cache entry
Aviv Heller
2016-06-07
1
-2
/
+8
*
IB/core: Fix oops in ib_cache_gid_set_default_gid
Doug Ledford
2016-04-22
1
-1
/
+2
*
IB/core: trivial prink cleanup.
Parav Pandit
2016-03-03
1
-8
/
+7
*
IB/core: Eliminate sparse false context imbalance warning
Matan Barak
2016-01-19
1
-0
/
+1
*
IB/cma: Add configfs for rdma_cm
Matan Barak
2015-12-23
1
-0
/
+24
*
IB/core: Add ROCE_UDP_ENCAP (RoCE V2) type
Matan Barak
2015-12-23
1
-0
/
+1
*
IB/core: Add gid_type to gid attribute
Matan Barak
2015-12-23
1
-46
/
+98
*
IB/core: don't search the GID table twice
Matan Barak
2015-12-23
1
-18
/
+35
*
IB/core: Change per-entry lock in RoCE GID table to one lock
Matan Barak
2015-12-23
1
-54
/
+89
*
IB/core: Refactor GID cache's ib_dispatch_event
Matan Barak
2015-12-23
1
-8
/
+15
*
IB/cache: Add ib_find_gid_by_filter cache API
Matan Barak
2015-10-21
1
-0
/
+93
*
IB/core: Expose and rename ib_find_cached_gid_by_port cache API
Matan Barak
2015-10-21
1
-4
/
+5
*
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
2015-10-21
1
-4
/
+6
*
IB/core: Fix memory corruption in ib_cache_gid_set_default_gid
Doron Tsur
2015-10-15
1
-1
/
+1
*
IB/mlx4: Implement ib_device callbacks
Moni Shoua
2015-08-30
1
-1
/
+2
*
IB/core: Add RoCE GID table management
Matan Barak
2015-08-30
1
-96
/
+669
*
IB/core: Make ib_alloc_device init the kobject
Jason Gunthorpe
2015-08-30
1
-6
/
+3
*
IB/core: lock client data with lists_rwsem
Haggai Eran
2015-08-30
1
-1
/
+1
*
IB/core cleanup: Add const to args - agent_send_response
Ira Weiny
2015-06-02
1
-4
/
+4
*
IB/core: Create common start/end port functions
Ira Weiny
2015-05-18
1
-36
/
+25
*
IB/core: Add ib_find_exact_cached_pkey()
Jack Morgenstein
2012-09-30
1
-0
/
+32
*
IB/core: Handle table with full and partial membership for the same P_Key
Jack Morgenstein
2012-09-30
1
-3
/
+12
*
IB/core: Add GID change event
Or Gerlitz
2011-07-18
1
-1
/
+2
*
RDMA: Update workqueue usage
Tejun Heo
2011-01-16
1
-2
/
+2
*
RDMA: Remove subversion $Id tags
Roland Dreier
2008-07-14
1
-2
/
+0
*
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-21
1
-0
/
+1
[next]