summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima
2023-03-18smc: preserve const qualifier in smc_sk()Eric Dumazet
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-03-13net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe
2023-03-08net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-20net/smc: fix application data exceptionD. Wythe
2023-02-20net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2023-01-27net: add missing includes of linux/splice.hJakub Kicinski
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl
2023-01-25net/ism: Add new API for client registrationStefan Raspl
2023-01-25net/smc: Terminate connections prior to device removalStefan Raspl
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-10-15net/smc: Fix an error code in smc_lgr_create()Dan Carpenter
2022-09-27net/smc: Support SO_REUSEPORTTony Lu
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen Gu
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07net/smc: Fix possible access to freed memory in link clearYacan Liu
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl
2022-07-27s390/ism: CleanupsStefan Raspl
2022-07-27net/smc: Eliminate struct smc_ism_positionHeiko Carstens
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang