index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-2
/
+2
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-8
/
+5
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
18
-970
/
+3183
2020-05-30
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
3
-11
/
+21
2020-05-26
net/smc: mark smc_pnet_policy as const
Dmitry Vyukov
1
-1
/
+1
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
1
-1
/
+0
2020-05-20
fs: make the pipe_buf_operations ->steal operation optional
Christoph Hellwig
1
-7
/
+0
2020-05-07
net/smc: remove set but not used variables 'del_llc, del_llc_resp'
YueHaibing
1
-7
/
+1
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
1
-6
/
+4
2020-05-05
net/smc: remove unused inline function smc_curs_read
YueHaibing
1
-17
/
+0
2020-05-05
net/smc: log important pnetid and state change events
Karsten Graul
8
-20
/
+113
2020-05-04
net/smc: save SMC-R peer link_uid
Karsten Graul
4
-0
/
+13
2020-05-04
net/smc: create improved SMC-R link_uid
Karsten Graul
4
-5
/
+19
2020-05-04
net/smc: improve termination processing
Karsten Graul
1
-30
/
+31
2020-05-04
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
4
-2
/
+30
2020-05-04
net/smc: asymmetric link tagging
Karsten Graul
3
-9
/
+41
2020-05-04
net/smc: assign link to a new connection
Karsten Graul
1
-19
/
+46
2020-05-04
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
3
-0
/
+51
2020-05-04
net/smc: wait for departure of an IB message
Karsten Graul
3
-0
/
+42
2020-05-04
net/smc: handle incoming CDC validation message
Karsten Graul
3
-6
/
+48
2020-05-04
net/smc: send failover validation message
Karsten Graul
3
-1
/
+27
2020-05-04
net/smc: switch connections to alternate link
Karsten Graul
6
-9
/
+162
2020-05-04
net/smc: save state of last sent CDC message
Karsten Graul
2
-0
/
+10
2020-05-03
net/smc: enqueue local LLC messages
Karsten Graul
3
-2
/
+33
2020-05-03
net/smc: delete link processing as SMC server
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: delete link processing as SMC client
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
3
-34
/
+45
2020-05-03
net/smc: delete an asymmetric link as SMC server
Karsten Graul
3
-2
/
+82
2020-05-03
net/smc: final part of add link processing as SMC server
Karsten Graul
1
-1
/
+28
2020-05-03
net/smc: rkey processing for a new link as SMC server
Karsten Graul
1
-1
/
+42
2020-05-03
net/smc: first part of add link processing as SMC server
Karsten Graul
3
-2
/
+92
2020-05-03
net/smc: final part of add link processing as SMC client
Karsten Graul
3
-4
/
+72
2020-05-03
net/smc: rkey processing for a new link as SMC client
Karsten Graul
2
-1
/
+157
2020-05-03
net/smc: first part of add link processing as SMC client
Karsten Graul
3
-2
/
+111
2020-05-02
smc: Remove unused function.
David S. Miller
1
-24
/
+0
2020-05-01
net/smc: llc_add_link_work to handle ADD_LINK LLC requests
Karsten Graul
2
-2
/
+23
2020-05-01
net/smc: allocate index for a new link
Karsten Graul
2
-1
/
+25
2020-05-01
net/smc: introduce smc_pnet_find_alt_roce()
Karsten Graul
2
-3
/
+17
2020-05-01
net/smc: remove DELETE LINK processing from smc_core.c
Karsten Graul
1
-33
/
+0
2020-05-01
net/smc: take link down instead of terminating the link group
Karsten Graul
4
-19
/
+13
2020-05-01
net/smc: add smcr_port_err() and smcr_link_down() processing
Karsten Graul
4
-32
/
+98
2020-05-01
net/smc: add smcr_port_add() and smcr_link_up() processing
Karsten Graul
3
-0
/
+88
2020-05-01
net/smc: remember PNETID of IB device for later device matching
Karsten Graul
2
-0
/
+4
2020-05-01
net/smc: mutex to protect the lgr against parallel reconfigurations
Karsten Graul
4
-12
/
+34
2020-05-01
net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()
Karsten Graul
3
-46
/
+62
2020-05-01
net/smc: map and register buffers for a new link
Karsten Graul
2
-0
/
+62
2020-05-01
net/smc: unmapping of buffers to support multiple links
Karsten Graul
2
-17
/
+60
2020-05-01
net/smc: multiple link support for rmb buffer registration
Karsten Graul
3
-35
/
+36
2020-04-30
net/smc: remove obsolete link state DELETING
Karsten Graul
4
-12
/
+1
2020-04-30
net/smc: remove handling of CONFIRM_RKEY_CONTINUE
Karsten Graul
1
-17
/
+4
[next]