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
Linus Torvalds
2020-09-03
3
-8
/
+25
|
\
|
*
net/smc: fix sock refcounting in case of termination
Ursula Braun
2020-09-03
1
-7
/
+8
|
*
net/smc: reset sndbuf_desc if freed
Ursula Braun
2020-09-03
1
-0
/
+1
|
*
net/smc: set rx_off for SMCR explicitly
Ursula Braun
2020-09-03
1
-0
/
+2
|
*
net/smc: fix toleration of fake add_link messages
Karsten Graul
2020-09-03
1
-1
/
+14
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
/
*
net/smc: Prevent kernel-infoleak in __smc_diag_dump()
Peilin Ye
2020-08-20
1
-7
/
+9
*
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
2020-07-27
3
-6
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-25
8
-136
/
+142
|
\
|
*
net/smc: fix dmb buffer shortage
Karsten Graul
2020-07-20
1
-2
/
+2
|
*
net/smc: put slot when connection is killed
Karsten Graul
2020-07-20
1
-1
/
+5
|
*
net/smc: fix restoring of fallback changes
Karsten Graul
2020-07-19
1
-2
/
+4
|
*
net/smc: remove freed buffer from list
Karsten Graul
2020-07-19
1
-1
/
+5
|
*
net/smc: do not call dma sync for unmapped memory
Karsten Graul
2020-07-19
4
-14
/
+18
|
*
net/smc: fix handling of delete link requests
Karsten Graul
2020-07-19
1
-22
/
+7
|
*
net/smc: move add link processing for new device into llc layer
Karsten Graul
2020-07-19
3
-80
/
+58
|
*
net/smc: drop out-of-flow llc response messages
Karsten Graul
2020-07-19
1
-6
/
+18
|
*
net/smc: protect smc ib device initialization
Karsten Graul
2020-07-19
2
-3
/
+14
|
*
net/smc: fix link lookup for new rdma connections
Karsten Graul
2020-07-19
1
-1
/
+3
|
*
net/smc: clear link during SMC client link down processing
Karsten Graul
2020-07-19
1
-1
/
+3
|
*
net/smc: handle unexpected response types for confirm link
Karsten Graul
2020-07-19
1
-3
/
+5
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-2
/
+2
*
|
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
2020-07-19
1
-2
/
+7
|
/
*
net/smc: tolerate future SMCD versions
Ursula Braun
2020-07-08
2
-13
/
+34
*
net/smc: switch smcd_dev_list spinlock to mutex
Ursula Braun
2020-07-08
4
-18
/
+20
*
net/smc: fix sleep bug in smc_pnet_find_roce_resource()
Ursula Braun
2020-07-08
4
-18
/
+22
*
net/smc: fix work request handling
Karsten Graul
2020-07-08
2
-8
/
+10
*
net/smc: separate LLC wait queues for flow and messages
Karsten Graul
2020-07-08
3
-48
/
+77
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-06-05
1
-8
/
+5
|
\
|
*
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
2020-05-06
1
-6
/
+4
|
*
RDMA: Remove a few extra calls to ib_get_client_data()
Jason Gunthorpe
2020-04-14
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
18
-970
/
+3183
|
\
\
|
*
|
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
2020-05-30
3
-11
/
+21
|
*
|
net/smc: mark smc_pnet_policy as const
Dmitry Vyukov
2020-05-26
1
-1
/
+1
|
*
|
net/smc: remove set but not used variables 'del_llc, del_llc_resp'
YueHaibing
2020-05-07
1
-7
/
+1
|
*
|
net/smc: remove unused inline function smc_curs_read
YueHaibing
2020-05-05
1
-17
/
+0
|
*
|
net/smc: log important pnetid and state change events
Karsten Graul
2020-05-05
8
-20
/
+113
|
*
|
net/smc: save SMC-R peer link_uid
Karsten Graul
2020-05-04
4
-0
/
+13
|
*
|
net/smc: create improved SMC-R link_uid
Karsten Graul
2020-05-04
4
-5
/
+19
|
*
|
net/smc: improve termination processing
Karsten Graul
2020-05-04
1
-30
/
+31
|
*
|
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
2020-05-04
4
-2
/
+30
|
*
|
net/smc: asymmetric link tagging
Karsten Graul
2020-05-04
3
-9
/
+41
|
*
|
net/smc: assign link to a new connection
Karsten Graul
2020-05-04
1
-19
/
+46
|
*
|
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
2020-05-04
3
-0
/
+51
|
*
|
net/smc: wait for departure of an IB message
Karsten Graul
2020-05-04
3
-0
/
+42
|
*
|
net/smc: handle incoming CDC validation message
Karsten Graul
2020-05-04
3
-6
/
+48
|
*
|
net/smc: send failover validation message
Karsten Graul
2020-05-04
3
-1
/
+27
|
*
|
net/smc: switch connections to alternate link
Karsten Graul
2020-05-04
6
-9
/
+162
|
*
|
net/smc: save state of last sent CDC message
Karsten Graul
2020-05-04
2
-0
/
+10
[next]