summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2024-01-03net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-11-06net/smc: put sk reference if close work was canceledD. Wythe
2023-11-06net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-16net/smc: return the right falback reason when prefix checks failDust Li
2023-10-13net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-10net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang
2023-09-10net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-19net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang
2023-08-19net/smc: support smc release version negotiation in clc handshakeGuangguan Wang
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-31net/smc: Remove unused function declarationsYue Haibing
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-06-24smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
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-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
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