summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-04-30net/smc: implement DMB-merged operations of loopback-ismWen Gu
2024-04-30net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu
2024-04-30net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu
2024-04-30net/smc: add operations to merge sndbuf with peer DMBWen Gu
2024-04-30net/smc: register loopback-ism into SMC-D device listWen Gu
2024-04-30net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu
2024-04-30net/smc: mark optional smcd_ops and check for support when calledWen Gu
2024-04-30net/smc: implement DMB-related operations of loopback-ismWen Gu
2024-04-30net/smc: implement ID-related operations of loopback-ismWen Gu
2024-04-30net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao
2024-03-05net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov
2024-02-07net/smc: change the term virtual ISM to Emulated-ISMWen Gu
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-26net/smc: fix incorrect SMC-D link group matching logicWen Gu
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
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