index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
net/smc: use worker to process incoming llc messages
Karsten Graul
2020-04-29
4
-58
/
+96
|
*
|
net/smc: simplify link deactivation
Karsten Graul
2020-04-29
3
-18
/
+6
|
*
|
net/smc: move testlink work to system work queue
Karsten Graul
2020-04-29
1
-5
/
+6
|
*
|
net/smc: add new link state and related helpers
Karsten Graul
2020-04-29
5
-20
/
+42
|
*
|
net/smc: multi-link support for smc_rmb_rtoken_handling()
Karsten Graul
2020-04-29
3
-9
/
+11
|
*
|
net/smc: convert static link ID instances to support multiple links
Karsten Graul
2020-04-29
5
-135
/
+291
|
*
|
net/smc: convert static link ID to dynamic references
Karsten Graul
2020-04-29
10
-103
/
+99
|
*
|
net/smc: introduce link_idx for link group array
Karsten Graul
2020-04-29
2
-5
/
+31
|
*
|
net/smc: separate function for link initialization
Karsten Graul
2020-04-29
1
-48
/
+66
|
*
|
net/smc: rework pnet table to support SMC-R failover
Karsten Graul
2020-04-29
4
-230
/
+319
|
|
/
*
|
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2020-05-20
1
-1
/
+0
*
|
fs: make the pipe_buf_operations ->steal operation optional
Christoph Hellwig
2020-05-20
1
-7
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
1
-0
/
+1
|
\
|
*
net/smc: cancel event worker during device removal
Karsten Graul
2020-03-10
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
4
-11
/
+30
|
\
|
|
*
net/smc: check for valid ib_client_data
Karsten Graul
2020-02-26
1
-0
/
+2
|
*
net/smc: fix cleanup for linkgroup setup failures
Ursula Braun
2020-02-26
3
-11
/
+28
*
|
net/smc: improve peer ID in CLC decline for SMC-R
Hans Wippel
2020-02-26
3
-2
/
+4
*
|
net/smc: rework peer ID handling
Hans Wippel
2020-02-26
1
-7
/
+12
*
|
net/smc: reduce port_event scheduling
Ursula Braun
2020-02-17
1
-15
/
+29
*
|
net/smc: simplify normal link termination
Karsten Graul
2020-02-17
4
-13
/
+8
*
|
net/smc: remove unused parameter of smc_lgr_terminate()
Karsten Graul
2020-02-17
4
-13
/
+11
*
|
net/smc: do not delete lgr from list twice
Karsten Graul
2020-02-17
1
-1
/
+1
*
|
net/smc: use termination worker under send_lock
Karsten Graul
2020-02-17
1
-1
/
+1
*
|
net/smc: improve smc_lgr_cleanup()
Karsten Graul
2020-02-17
1
-4
/
+1
|
/
*
net/smc: no peer ID in CLC decline for SMCD
Ursula Braun
2020-02-14
1
-1
/
+3
*
net/smc: transfer fasync_list in case of fallback
Ursula Braun
2020-02-14
1
-0
/
+2
*
net/smc: fix leak of kernel memory to user space
Eric Dumazet
2020-02-11
1
-3
/
+2
*
net/smc: allow unprivileged users to read pnet table
Hans Wippel
2020-01-21
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
2
-7
/
+9
|
\
|
*
net/smc: unregister ib devices in reboot_event
Karsten Graul
2019-12-20
1
-1
/
+1
|
*
net/smc: add fallback check to connect()
Ursula Braun
2019-12-15
1
-6
/
+8
*
|
net/smc: shorten lgr_cnt initialization
Ursula Braun
2019-12-15
1
-2
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-16
1
-1
/
+2
|
\
|
*
net/smc: fix fastopen for non-blocking connect()
Ursula Braun
2019-11-16
1
-1
/
+1
|
*
net/smc: fix refcount non-blocking connect() -part 2
Ursula Braun
2019-11-12
1
-0
/
+1
*
|
net/smc: remove unused constant
Ursula Braun
2019-11-16
1
-2
/
+0
*
|
net/smc: use rcu_barrier() on module unload
Ursula Braun
2019-11-16
1
-0
/
+2
*
|
net/smc: guarantee removal of link groups in reboot
Ursula Braun
2019-11-16
1
-1
/
+15
*
|
net/smc: introduce bookkeeping of SMCR link groups
Ursula Braun
2019-11-16
5
-6
/
+45
*
|
net/smc: immediate termination for SMCR link groups
Ursula Braun
2019-11-15
4
-22
/
+46
*
|
net/smc: wait for tx completions before link freeing
Ursula Braun
2019-11-15
3
-3
/
+28
*
|
net/smc: abnormal termination without orderly flag
Ursula Braun
2019-11-15
1
-6
/
+4
*
|
net/smc: no WR buffer wait for terminating link group
Ursula Braun
2019-11-15
3
-4
/
+19
*
|
net/smc: introduce bookkeeping of SMCD link groups
Ursula Braun
2019-11-15
2
-0
/
+7
*
|
net/smc: abnormal termination of SMCD link groups
Ursula Braun
2019-11-15
6
-21
/
+57
*
|
net/smc: immediate termination for SMCD link groups
Ursula Braun
2019-11-15
3
-15
/
+70
*
|
net/smc: fix final cleanup sequence for SMCD devices
Ursula Braun
2019-11-15
4
-9
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
1
-2
/
+0
|
\
|
|
*
net/smc: fix ethernet interface refcounting
Ursula Braun
2019-11-06
1
-2
/
+0
[prev]
[next]