summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov
2024-01-26net/smc: fix incorrect SMC-D link group matching logicWen Gu
2024-01-19net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu
2023-12-26net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu
2023-12-26net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2023-12-26net/smc: define a reserved CHID range for virtual ISM devicesWen Gu
2023-12-26net/smc: introduce virtual ISM device support featureWen Gu
2023-12-26net/smc: support SMCv2.x supplemental features negotiationWen Gu
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu
2023-12-26net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu
2023-12-26net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu
2023-11-24net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang
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