summaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/smc: implement DMB-merged operations of loopback-ismWen Gu2024-04-302-15/+108
* net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu2024-04-301-2/+34
* net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu2024-04-303-1/+77
* net/smc: add operations to merge sndbuf with peer DMBWen Gu2024-04-302-0/+44
* net/smc: register loopback-ism into SMC-D device listWen Gu2024-04-303-16/+35
* net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu2024-04-302-0/+7
* net/smc: mark optional smcd_ops and check for support when calledWen Gu2024-04-301-1/+8
* net/smc: implement DMB-related operations of loopback-ismWen Gu2024-04-302-3/+139
* net/smc: implement ID-related operations of loopback-ismWen Gu2024-04-302-5/+60
* net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu2024-04-305-1/+223
* net/smc: decouple ism_client from SMC-D DMB registrationWen Gu2024-04-301-5/+2
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-032-12/+20
* net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-2/+2
* net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao2024-03-291-4/+2
* 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-161-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-086-24/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-021-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-051-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-083-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-091-1/+1
| |/ /
* | / net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-041-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
|\