index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
1
-1
/
+1
2024-10-15
net/smc: Fix memory leak when using percpu refs
Kai Shen
1
-1
/
+5
2024-10-10
net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
D. Wythe
1
-0
/
+11
2024-09-10
net/smc: add sysctl for smc_limit_hs
D. Wythe
2
-3
/
+11
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+10
2024-08-30
net/smc: prevent NULL pointer dereference in txopt_get
Jeongjun Park
2
-1
/
+10
2024-08-20
net/smc: introduce statistics for ringbufs usage of net namespace
Wen Gu
3
-16
/
+40
2024-08-20
net/smc: introduce statistics for allocated ringbufs of link group
Wen Gu
2
-4
/
+44
2024-08-13
net/smc: Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+4
2024-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-08-08
net/smc: add the max value of fallback reason count
Zhengchao Shao
1
-1
/
+1
2024-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2024-07-31
net/smc: remove unused input parameters in smcr_new_buf_create
Zhengchao Shao
1
-2
/
+2
2024-07-31
net/smc: remove redundant code in smc_connect_check_aclc
Zhengchao Shao
1
-4
/
+0
2024-07-31
net/smc: remove the fallback in __smc_connect
Zhengchao Shao
1
-4
/
+0
2024-07-31
net/smc: remove unreferenced header in smc_loopback.h file
Zhengchao Shao
1
-1
/
+0
2024-07-30
net/smc: prevent UAF in inet_create()
D. Wythe
1
-3
/
+4
2024-06-17
net/smc: Introduce IPPROTO_SMC
D. Wythe
4
-3
/
+196
2024-06-17
net/smc: expose smc proto operations
D. Wythe
2
-30
/
+63
2024-06-17
net/smc: refactoring initialization of smc sock
D. Wythe
2
-38
/
+53
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+2
2024-06-05
net/smc: avoid overwriting when adjusting sock bufsizes
Wen Gu
1
-20
/
+2
2024-06-03
net/smc: change SMCR_RMBE_SIZES from 5 to 15
Guangguan Wang
1
-1
/
+1
2024-06-03
net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...
Guangguan Wang
1
-2
/
+3
2024-05-23
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-2
/
+2
2024-05-14
net: change proto and proto_ops accept type
Jens Axboe
1
-3
/
+3
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+12
2024-05-09
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
Wen Gu
1
-7
/
+12
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
1
-3
/
+3
2024-04-30
net/smc: implement DMB-merged operations of loopback-ism
Wen Gu
2
-15
/
+108
2024-04-30
net/smc: adapt cursor update when sndbuf and peer DMB are merged
Wen Gu
1
-2
/
+34
2024-04-30
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
3
-1
/
+77
2024-04-30
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
2
-0
/
+44
2024-04-30
net/smc: register loopback-ism into SMC-D device list
Wen Gu
3
-16
/
+35
2024-04-30
net/smc: ignore loopback-ism when dumping SMC-D devices
Wen Gu
2
-0
/
+7
2024-04-30
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
1
-1
/
+8
2024-04-30
net/smc: implement DMB-related operations of loopback-ism
Wen Gu
2
-3
/
+139
2024-04-30
net/smc: implement ID-related operations of loopback-ism
Wen Gu
2
-5
/
+60
2024-04-30
net/smc: introduce loopback-ism for SMC intra-OS shortcut
Wen Gu
5
-1
/
+223
2024-04-30
net/smc: decouple ism_client from SMC-D DMB registration
Wen Gu
1
-5
/
+2
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-04-03
net/smc: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
2
-12
/
+20
2024-03-30
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-2
/
+2
2024-03-29
net/smc: make smc_hash_sk/smc_unhash_sk static
Zhengchao Shao
1
-4
/
+2
2024-03-05
net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
Eric Dumazet
1
-0
/
+10
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-14
net: smc: fix spurious error message from __sock_release()
Dmitry Antipov
1
-0
/
+1
2024-02-08
net/smc: change the term virtual ISM to Emulated-ISM
Wen Gu
6
-24
/
+24
2024-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+9
2024-01-27
net/smc: fix incorrect SMC-D link group matching logic
Wen Gu
1
-3
/
+9
[next]