index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
net
/
smc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
6
-10
/
+38
|
\
|
*
net/smc: Correct smc link connection counter in case of smc client
Guvenc Gulce
2021-08-09
3
-3
/
+5
|
*
net/smc: fix wait on already cleared link
Karsten Graul
2021-08-09
4
-7
/
+33
*
|
net/smc: Allow SMC-D 1MB DMB allocations
Stefan Raspl
2021-08-09
1
-15
/
+16
*
|
net: Remove redundant if statements
Yajun Deng
2021-08-05
2
-4
/
+2
|
/
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-1
/
+1
*
net/smc: Ensure correct state of the socket in send path
Guvenc Gulce
2021-06-25
1
-2
/
+3
*
net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()
Dan Carpenter
2021-06-21
1
-3
/
+3
*
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
2021-06-16
6
-108
/
+143
*
net/smc: Add netlink support for SMC fallback statistics
Guvenc Gulce
2021-06-16
4
-1
/
+99
*
net/smc: Add netlink support for SMC statistics
Guvenc Gulce
2021-06-16
3
-0
/
+286
*
net/smc: Add SMC statistics support
Guvenc Gulce
2021-06-16
7
-21
/
+395
*
net/smc: no need to flush smcd_dev's event_wq before destroying it
Julian Wiedmann
2021-06-03
1
-1
/
+0
*
net/smc: avoid possible duplicate dmb unregistration
Karsten Graul
2021-06-03
1
-15
/
+0
*
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-05-26
1
-1
/
+10
|
\
|
*
net/smc: remove device from smcd_dev_list after failed device_add()
Julian Wiedmann
2021-05-17
1
-1
/
+10
*
|
net/smc: properly handle workqueue allocation failure
Anirudh Rayabharam
2021-05-13
1
-2
/
+8
*
|
Revert "net/smc: fix a NULL pointer dereference"
Greg Kroah-Hartman
2021-05-13
1
-5
/
+0
|
/
*
smc: disallow TCP_ULP in smc_setsockopt()
Cong Wang
2021-05-05
1
-1
/
+3
*
net/smc: Remove redundant assignment to rc
Jiapeng Chong
2021-04-27
1
-1
/
+0
*
net: smc: Remove repeated struct declaration
Wan Jiabing
2021-04-01
1
-1
/
+0
*
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Guvenc Gulce
2021-01-12
3
-10
/
+16
*
smc: fix out of bound access in smc_nl_get_sys_info()
Jakub Kicinski
2021-01-12
1
-1
/
+2
*
net/smc: fix access to parent of an ib device
Karsten Graul
2020-12-16
1
-13
/
+23
*
net/smc: Add support for obtaining SMCR device list
Guvenc Gulce
2020-12-01
4
-1
/
+165
*
net/smc: Add support for obtaining SMCD device list
Guvenc Gulce
2020-12-01
4
-0
/
+126
*
net/smc: Add SMC-D Linkgroup diagnostic support
Guvenc Gulce
2020-12-01
3
-0
/
+136
*
net/smc: Introduce SMCR get link command
Guvenc Gulce
2020-12-01
4
-17
/
+106
*
net/smc: Introduce SMCR get linkgroup command
Guvenc Gulce
2020-12-01
3
-0
/
+91
*
net/smc: Add support for obtaining system information
Guvenc Gulce
2020-12-01
6
-0
/
+82
*
net/smc: Introduce generic netlink interface for diagnostic purposes
Guvenc Gulce
2020-12-01
4
-2
/
+86
*
net/smc: Refactor smc ism v2 capability handling
Guvenc Gulce
2020-12-01
3
-10
/
+15
*
net/smc: Add diagnostic information to link structure
Guvenc Gulce
2020-12-01
2
-0
/
+12
*
net/smc: Add diagnostic information to smc ib-device
Guvenc Gulce
2020-12-01
3
-0
/
+48
*
net/smc: Add link counters for IB device ports
Guvenc Gulce
2020-12-01
2
-0
/
+15
*
net/smc: Add connection counters for links
Guvenc Gulce
2020-12-01
2
-2
/
+15
*
net/smc: Use active link of the connection
Guvenc Gulce
2020-12-01
1
-5
/
+5
*
net/smc: use helper smc_conn_abort() in listen processing
Karsten Graul
2020-12-01
1
-12
/
+5
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-19
3
-5
/
+7
|
\
|
*
net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()
Karsten Graul
2020-11-19
1
-3
/
+3
|
*
net/smc: fix matching of existing link groups
Karsten Graul
2020-11-19
2
-2
/
+4
*
|
net: smc: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-11-07
2
-11
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-06
1
-2
/
+2
|
\
|
|
*
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
2020-10-31
1
-2
/
+2
|
|
\
|
|
*
net/smc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-30
1
-2
/
+2
*
|
|
net/smc: improve return codes for SMC-Dv2
Karsten Graul
2020-10-31
3
-20
/
+47
|
/
/
*
|
net/smc: fix suppressed return code
Karsten Graul
2020-10-26
1
-2
/
+5
*
|
net/smc: fix null pointer dereference in smc_listen_decline()
Karsten Graul
2020-10-26
1
-3
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
2
-13
/
+11
|
\
|
*
net/smc: fix invalid return code in smcd_new_buf_create()
Karsten Graul
2020-10-15
1
-1
/
+2
[next]