summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+2
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet-1/+1
2023-08-19net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang-0/+4
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang-24/+82
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang-6/+62
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang-0/+71
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang-24/+37
2023-08-19net/smc: support smc release version negotiation in clc handshakeGuangguan Wang-13/+51
2023-08-15networking: Update to register_net_sysctl_szJoel Granados-1/+2
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-42/+76
2023-08-09net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer-22/+51
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer-20/+25
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-07-31net/smc: Remove unused function declarationsYue Haibing-2/+0
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-1/+1
2023-06-24smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells-52/+1
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells-2/+4
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu-2/+2
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu-2/+2
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu-1/+4
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu-2/+8
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet-6/+6
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+11
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima-0/+11
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-1/+1
2023-03-18smc: preserve const qualifier in smc_sk()Eric Dumazet-4/+1
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+5
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen-12/+38
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl-1/+1
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl-0/+1
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang-1/+1
2023-03-13net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe-0/+3
2023-03-08net/smc: fix fallback failed while sendmsg with fastopenD. Wythe-5/+8
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+10
2023-02-20net/smc: fix application data exceptionD. Wythe-9/+8
2023-02-20net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe-0/+2
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing-3/+0
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe-37/+38
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe-2/+17
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe-4/+4
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe-24/+24
2023-01-27net: add missing includes of linux/splice.hJakub Kicinski-0/+2
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl-63/+39
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl-24/+39
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl-6/+14
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl-26/+68
2023-01-25net/ism: Add new API for client registrationStefan Raspl-2/+2
2023-01-25net/smc: Terminate connections prior to device removalStefan Raspl-2/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+3