summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-101-0/+2
* net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang2023-09-101-1/+2
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* | net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+4
* | net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-196-24/+82
* | net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-196-6/+62
* | net/smc: support smc v2.x features validateGuangguan Wang2023-08-193-0/+71
* | net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang2023-08-193-24/+37
* | net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-195-13/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-105-42/+76
|\ \
| * | net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer2023-08-091-22/+51
| * | net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-095-20/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\| |
| * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
| |/
* / net/smc: Remove unused function declarationsYue Haibing2023-07-312-2/+0
|/
* smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells2023-06-245-52/+1
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-2/+4
* net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu2023-06-031-2/+2
* net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu2023-05-301-2/+2
* net/smc: Scan from current RMB list when no position specifiedWen Gu2023-05-301-1/+4
* net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-192-2/+8
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-103-6/+6
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-0/+11
|\ \
| * | smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima2023-04-121-0/+11
| |/
* | smc: preserve const qualifier in smc_sk()Eric Dumazet2023-03-181-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-173-1/+5
|\|
| * net/smc: Fix device de-init sequenceStefan Raspl2023-03-151-0/+1
| * net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang2023-03-151-1/+1
| * net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe2023-03-131-0/+3
* | net/smc: Use percpu ref for wr tx referenceKai Shen2023-03-173-12/+38
* | net/smc: Introduce explicit check for v2 supportStefan Raspl2023-03-151-1/+1
|/
* net/smc: fix fallback failed while sendmsg with fastopenD. Wythe2023-03-081-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-212-9/+10
|\
| * net/smc: fix application data exceptionD. Wythe2023-02-201-9/+8
| * net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-02-201-0/+2
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-3/+0
* | net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-043-37/+38
* | net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe2023-02-041-2/+17
* | net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe2023-02-041-4/+4
* | net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-044-24/+24
* | net: add missing includes of linux/splice.hJakub Kicinski2023-01-272-0/+2
* | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-254-63/+39
* | s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-24/+39
* | net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-253-6/+14
* | net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-254-26/+68
* | net/ism: Add new API for client registrationStefan Raspl2023-01-251-2/+2