summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-101-2/+1
* net/smc: avoid data corruption caused by declineD. Wythe2023-12-031-2/+6
* net/smc: put sk reference if close work was canceledD. Wythe2023-11-201-1/+2
* net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe2023-11-201-5/+4
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-204-4/+9
* net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang2023-10-253-5/+7
* net/smc: return the right falback reason when prefix checks failDust Li2023-10-251-1/+1
* net/smc: Fix pos miscalculation in statisticsNils Hoppmann2023-10-191-5/+9
* net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang2023-10-061-1/+2
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-191-0/+2
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-09-131-1/+1
* net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-235-20/+25
* net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-08-233-37/+38
* net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer2023-08-161-22/+51
* net: annotate data-races around sk->sk_markEric Dumazet2023-08-111-1/+1
* net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu2023-06-141-2/+2
* net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu2023-06-091-2/+2
* net/smc: Scan from current RMB list when no position specifiedWen Gu2023-06-091-1/+4
* net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-302-2/+8
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-243-6/+6
* net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang2023-03-221-1/+1
* net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe2023-03-221-0/+3
* net/smc: fix fallback failed while sendmsg with fastopenD. Wythe2023-03-171-5/+8
* net/smc: fix application data exceptionD. Wythe2023-03-101-9/+8
* net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-03-101-0/+2
* use less confusing names for iov_iter direction initializersAl Viro2023-02-092-4/+4
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
* net/smc: Fix an error code in smc_lgr_create()Dan Carpenter2022-10-151-1/+2
* net/smc: Support SO_REUSEPORTTony Lu2022-09-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+4
|\
| * net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-221-1/+4
* | net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-223-7/+27
* | net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-223-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-084-0/+13
|\|
| * net/smc: Fix possible access to freed memory in link clearYacan Liu2022-09-074-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+0
|\|
| * net/smc: Remove redundant refcount increaseYacan Liu2022-09-011-1/+0
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-292-2/+4
|/
* net/smc: Enable module load on netlink usageStefan Raspl2022-07-272-0/+2
* net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-3/+3
* s390/ism: CleanupsStefan Raspl2022-07-271-1/+1
* net/smc: Eliminate struct smc_ism_positionHeiko Carstens2022-07-273-27/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+1
* | net/smc: Extend SMC-R link group netlink attributeWen Gu2022-07-181-0/+2
* | net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-189-118/+328
* | net/smc: Use sysctl-specified types of buffers in new link groupWen Gu2022-07-182-0/+2
* | net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu2022-07-182-0/+17
* | net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang2022-07-184-0/+40
* | net/smc: remove redundant dma sync opsGuangguan Wang2022-07-185-29/+0