summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet2024-03-051-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\
| * net: smc: fix spurious error message from __sock_release()Dmitry Antipov2024-02-141-0/+1
* | net/smc: change the term virtual ISM to Emulated-ISMWen Gu2024-02-076-24/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-3/+9
|\|
| * net/smc: fix incorrect SMC-D link group matching logicWen Gu2024-01-261-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-251-1/+1
|\|
| * net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu2024-01-191-1/+1
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-1113-278/+457
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-2/+1
| |\
| * | net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2023-12-262-9/+31
| * | net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu2023-12-261-0/+14
| * | net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu2023-12-262-0/+8
| * | net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-2610-55/+146
| * | net/smc: define a reserved CHID range for virtual ISM devicesWen Gu2023-12-261-0/+20
| * | net/smc: introduce virtual ISM device support featureWen Gu2023-12-261-3/+6
| * | net/smc: support SMCv2.x supplemental features negotiationWen Gu2023-12-264-4/+22
| * | net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu2023-12-263-97/+62
| * | net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu2023-12-261-82/+115
| * | net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu2023-12-261-14/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-073-9/+8
| |\ \
| * | | net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing2023-11-242-30/+1
| * | | net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang2023-11-243-2/+16
| * | | net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang2023-11-245-5/+23
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| |/ /
* | / net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-031-2/+1
| |/ |/|
* | net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-073-9/+8
|/
* net/smc: avoid data corruption caused by declineD. Wythe2023-11-221-2/+6
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* net/smc: put sk reference if close work was canceledD. Wythe2023-11-061-1/+2
* net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe2023-11-061-5/+4
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-064-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-193-6/+8
|\
| * net/smc: return the right falback reason when prefix checks failDust Li2023-10-161-1/+1
| * net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang2023-10-133-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-122-5/+10
|\|
| * net/smc: Fix pos miscalculation in statisticsNils Hoppmann2023-10-111-5/+9
| * net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-0/+1
* | net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
|/
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-101-0/+2
* net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang2023-09-101-1/+2
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* | net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+4
* | net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-196-24/+82
* | net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-196-6/+62
* | net/smc: support smc v2.x features validateGuangguan Wang2023-08-193-0/+71