aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet1-0/+10
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov1-0/+1
2024-02-07net/smc: change the term virtual ISM to Emulated-ISMWen Gu6-24/+24
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2024-01-26net/smc: fix incorrect SMC-D link group matching logicWen Gu1-3/+9
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2024-01-19net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds13-278/+457
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2024-01-03net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu1-2/+1
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2-9/+31
2023-12-26net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu1-0/+14
2023-12-26net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu2-0/+8
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu10-55/+146
2023-12-26net/smc: define a reserved CHID range for virtual ISM devicesWen Gu1-0/+20
2023-12-26net/smc: introduce virtual ISM device support featureWen Gu1-3/+6
2023-12-26net/smc: support SMCv2.x supplemental features negotiationWen Gu4-4/+22
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu3-97/+62
2023-12-26net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu1-82/+115
2023-12-26net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu1-14/+16
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+8
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu3-9/+8
2023-11-24net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing2-30/+1
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang3-2/+16
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang5-5/+23
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe1-2/+6
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2023-11-06net/smc: put sk reference if close work was canceledD. Wythe1-1/+2
2023-11-06net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe1-5/+4
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe4-4/+9
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+8
2023-10-16net/smc: return the right falback reason when prefix checks failDust Li1-1/+1
2023-10-13net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang3-5/+7
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+10
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann1-5/+9
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer1-0/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-10net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_addGuangguan Wang1-0/+2
2023-09-10net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang1-1/+2
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+2
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-08-19net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang1-0/+4
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang6-24/+82
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang6-6/+62
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang3-0/+71
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang3-24/+37