index
:
pub/scm/linux/kernel/git/josh/linux.git
master
Josh Triplett's miscellaneous kernel patches
Josh Triplett
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_pnet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-26
net/smc: Look up the pnetid ib device within the net namespace
Jiri Pirko
1
-6
/
+14
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-09-23
dibs: Create class dibs
Julian Ruess
1
-4
/
+12
2025-09-23
dibs: Move struct device to dibs_dev
Julian Ruess
1
-8
/
+5
2025-09-17
smc: Fix use-after-free in __pnet_find_base_ndev().
Kuniyuki Iwashima
1
-21
/
+22
2025-09-02
net/smc: Replace use of strncpy on NUL-terminated string with strscpy
James Flowers
1
-1
/
+1
2025-06-23
net/smc: replace strncpy with strscpy
Pranav Tyagi
1
-1
/
+1
2025-03-14
net/smc: use the correct ndev to find pnetid by pnetid table
Guangguan Wang
1
-3
/
+5
2024-11-07
net/smc: Fix lookup of netdev by using ib_device_get_netdev()
Wenjia Zhang
1
-3
/
+1
2024-10-15
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
1
-1
/
+1
2024-09-10
net/smc: add sysctl for smc_limit_hs
D. Wythe
1
-3
/
+0
2024-03-05
net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
Eric Dumazet
1
-0
/
+10
2023-12-26
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
1
-2
/
+2
2023-01-25
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
1
-18
/
+22
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-1
/
+2
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-3
/
+4
2022-04-11
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
Karsten Graul
1
-2
/
+3
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-21
/
+21
2022-02-24
net/smc: Use a mutex for locking "struct smc_pnettable"
Fabio M. De Francesco
1
-21
/
+21
2022-02-11
net/smc: Add global configure for handshake limitation by netlink
D. Wythe
1
-0
/
+3
2022-02-07
net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
Eric Dumazet
1
-1
/
+1
2022-02-06
net/smc: fix ref_tracker issue in smc_pnet_add()
Eric Dumazet
1
-3
/
+5
2022-01-12
net/smc: fix possible NULL deref in smc_pnet_add_eth()
Eric Dumazet
1
-1
/
+2
2022-01-02
net/smc: Introduce net namespace support for linkgroup
Tony Lu
1
-5
/
+16
2021-12-07
net/smc: add net device tracker to struct smc_pnetentry
Eric Dumazet
1
-4
/
+5
2021-10-16
net/smc: retrieve v2 gid from IB device
Karsten Graul
1
-15
/
+26
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-2
/
+1
2020-12-01
net/smc: Add diagnostic information to smc ib-device
Guvenc Gulce
1
-0
/
+2
2020-09-28
net/smc: determine proposed ISM devices
Ursula Braun
1
-1
/
+1
2020-09-28
net/smc: introduce list of pnetids for Ethernet devices
Ursula Braun
1
-7
/
+138
2020-09-28
net/smc: prepare for more proposed ISM devices
Ursula Braun
1
-4
/
+4
2020-09-28
net/smc: remove constant and introduce helper to check for a pnet id
Karsten Graul
1
-8
/
+12
2020-09-10
net/smc: improve server ISM device determination
Ursula Braun
1
-1
/
+4
2020-07-08
net/smc: switch smcd_dev_list spinlock to mutex
Ursula Braun
1
-8
/
+8
2020-07-08
net/smc: fix sleep bug in smc_pnet_find_roce_resource()
Ursula Braun
1
-10
/
+11
2020-05-26
net/smc: mark smc_pnet_policy as const
Dmitry Vyukov
1
-1
/
+1
2020-05-05
net/smc: log important pnetid and state change events
Karsten Graul
1
-3
/
+44
2020-05-01
net/smc: introduce smc_pnet_find_alt_roce()
Karsten Graul
1
-2
/
+13
2020-04-29
net/smc: rework pnet table to support SMC-R failover
Karsten Graul
1
-227
/
+312
2020-01-21
net/smc: allow unprivileged users to read pnet table
Hans Wippel
1
-1
/
+1
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2019-11-06
net/smc: fix ethernet interface refcounting
Ursula Braun
1
-2
/
+0
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
1
-1
/
+1
2019-10-09
net/smc: no new connections on disappearing devices
Ursula Braun
1
-1
/
+4
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+4
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
1
-26
/
+21
2019-04-11
net/smc: fix return code from FLUSH command
Karsten Graul
1
-1
/
+2
[next]