index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
net/smc: Prevent kernel-infoleak in __smc_diag_dump()
Peilin Ye
1
-7
/
+9
2020-03-18
net/smc: cancel event worker during device removal
Karsten Graul
1
-0
/
+1
2020-03-18
net/smc: check for valid ib_client_data
Karsten Graul
1
-0
/
+2
2020-03-05
net/smc: no peer ID in CLC decline for SMCD
Ursula Braun
1
-1
/
+3
2020-03-05
net/smc: transfer fasync_list in case of fallback
Ursula Braun
1
-0
/
+2
2020-02-24
net/smc: fix leak of kernel memory to user space
Eric Dumazet
1
-3
/
+2
2020-01-04
net/smc: add fallback check to connect()
Ursula Braun
1
-6
/
+8
2019-12-31
net/smc: increase device refcount for added link group
Ursula Braun
1
-2
/
+7
2019-11-16
net/smc: fix fastopen for non-blocking connect()
Ursula Braun
1
-1
/
+1
2019-11-12
net/smc: fix refcount non-blocking connect() -part 2
Ursula Braun
1
-0
/
+1
2019-11-06
net/smc: fix ethernet interface refcounting
Ursula Braun
1
-2
/
+0
2019-10-29
net/smc: fix refcounting for non-blocking connect()
Ursula Braun
1
-2
/
+2
2019-10-25
net/smc: keep vlan_id for SMC-R in smc_listen_work()
Ursula Braun
1
-1
/
+1
2019-10-25
net/smc: fix closing of fallback SMC sockets
Ursula Braun
1
-0
/
+7
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
2
-2
/
+2
2019-10-10
net/smc: receive pending data after RCV_SHUTDOWN
Karsten Graul
1
-5
/
+20
2019-10-10
net/smc: receive returns without data
Karsten Graul
1
-3
/
+1
2019-10-10
net/smc: fix SMCD link group creation with VLAN id
Ursula Braun
1
-1
/
+4
2019-08-20
net/smc: make sure EPOLLOUT is raised
Jason Baron
1
-4
/
+2
2019-08-05
net/smc: avoid fallback in case of non-blocking connect
Ursula Braun
1
-3
/
+4
2019-08-05
net/smc: do not schedule tx_work in SMC_CLOSED state
Ursula Braun
1
-2
/
+6
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+7
2019-06-27
net/smc: common release code for non-accepted sockets
Ursula Braun
1
-41
/
+32
2019-06-26
net/smc: Fix error path in smc_init
YueHaibing
1
-1
/
+4
2019-06-26
net/smc: hold conns_lock before calling smc_lgr_register_conn()
Huaping Zhou
1
-0
/
+3
2019-06-02
net: use new in_dev_ifa iterators
Florian Westphal
1
-4
/
+7
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2
-0
/
+2
2019-05-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-8
/
+8
2019-05-03
net/smc: Use rdma_read_gid_l2_fields to L2 fields
Parav Pandit
1
-8
/
+8
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
5
-24
/
+68
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
4
-59
/
+58
2019-04-12
net/smc: improve smc_listen_work reason codes
Karsten Graul
2
-46
/
+54
2019-04-12
net/smc: code cleanup smc_listen_work
Karsten Graul
1
-15
/
+14
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
3
-6
/
+10
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
7
-141
/
+139
2019-04-12
net/smc: check for ip prefix and subnet
Karsten Graul
2
-3
/
+10
2019-04-12
net/smc: fallback to TCP after connect problems
Karsten Graul
1
-4
/
+4
2019-04-12
net/smc: nonblocking connect rework
Ursula Braun
2
-42
/
+47
2019-04-11
net/smc: move unhash before release of clcsock
Ursula Braun
1
-3
/
+3
2019-04-11
net/smc: fix return code from FLUSH command
Karsten Graul
1
-1
/
+2
2019-04-11
net/smc: propagate file from SMC to TCP socket
Ursula Braun
1
-10
/
+28
2019-04-11
net/smc: fix a NULL pointer dereference
Kangjie Lu
1
-0
/
+5
2019-04-11
net/smc: wait for pending work before clcsock release_sock
Karsten Graul
3
-10
/
+30
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-4
/
+1
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2019-02-28
net/smc: allow pnetid-less configuration
Ursula Braun
1
-1
/
+41
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2019-02-21
net/smc: allow PCI IDs as ib device names in the pnet table
Hans Wippel
1
-2
/
+4
[next]