aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-23net/smc: Clean up local struct sock variablesTony Lu1-2/+2
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-15net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-11-05net/smc: Print function name in smcr_link_down tracepointTony Lu1-1/+1
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu3-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu4-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu4-0/+59
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-16net/smc: stop links when their GID is removedKarsten Graul1-0/+53
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul1-25/+73
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul7-115/+531
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul5-21/+199
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul4-30/+95
2021-10-16net/smc: add v2 format of CLC decline messageKarsten Graul2-10/+55
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul4-66/+165
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul6-61/+267
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul4-35/+113
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul1-30/+53
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-41/+85
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul5-41/+85
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul3-0/+80
2021-09-14net/smc: keep static copy of system EIDKarsten Graul5-18/+17
2021-09-14net/smc: add support for user defined EIDsKarsten Graul7-31/+320
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+38
2021-08-09net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce3-3/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-08-05net: Remove redundant if statementsYajun Deng2-4/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter1-3/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce6-108/+143
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce4-1/+99
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce3-0/+286
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce7-21/+395
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann1-1/+0
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul1-15/+0
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+10
2021-05-17net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-05-13net/smc: properly handle workqueue allocation failureAnirudh Rayabharam1-2/+8
2021-05-13Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-04-27net/smc: Remove redundant assignment to rcJiapeng Chong1-1/+0
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing1-1/+0
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce3-10/+16
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2020-12-16net/smc: fix access to parent of an ib deviceKarsten Graul1-13/+23
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce4-1/+165
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce4-0/+126
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce3-0/+136
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce4-17/+106
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce3-0/+91
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce6-0/+82
2020-12-01net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce4-2/+86
2020-12-01net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce3-10/+15
2020-12-01net/smc: Add diagnostic information to link structureGuvenc Gulce2-0/+12
2020-12-01net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce3-0/+48
2020-12-01net/smc: Add link counters for IB device portsGuvenc Gulce2-0/+15
2020-12-01net/smc: Add connection counters for linksGuvenc Gulce2-2/+15
2020-12-01net/smc: Use active link of the connectionGuvenc Gulce1-5/+5
2020-12-01net/smc: use helper smc_conn_abort() in listen processingKarsten Graul1-12/+5
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+7
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais2-11/+9
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-10-31net/smc: improve return codes for SMC-Dv2Karsten Graul3-20/+47
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul1-3/+4
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+11
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul1-8/+5
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-2/+2
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-1/+1
2020-10-09net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul1-1/+5
2020-10-09net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul1-6/+3
2020-10-09net/smc: consolidate unlocking in same functionKarsten Graul1-37/+40
2020-10-03net/smc: use an array to check fields in system EIDKarsten Graul1-1/+1
2020-10-03net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul1-1/+17
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun3-15/+30
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun6-5/+91
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun3-57/+170
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun4-34/+208
2020-09-28net/smc: build and send V2 CLC proposalUrsula Braun4-42/+210
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun8-58/+135
2020-09-28net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun3-7/+153
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun4-0/+9
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun3-2/+28
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun6-44/+69
2020-09-28net/smc: split CLC confirm/accept data to be sentUrsula Braun2-12/+15
2020-09-28net/smc: separate find device functionsUrsula Braun3-46/+84
2020-09-28net/smc: CLC header fields renamingUrsula Braun3-23/+25
2020-09-28net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul1-8/+12
2020-09-17net/smc: fix double kfree in smc_listen_work()Ursula Braun1-2/+2
2020-09-16net/smc: check variable before dereferencing in smc_close.cKarsten Graul1-3/+4
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul7-18/+49
2020-09-10net/smc: use the retry mechanism for netlink messagesGuvenc Gulce1-7/+23
2020-09-10net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun2-20/+4
2020-09-10net/smc: reduce smc_listen_decline() callsUrsula Braun1-16/+6
2020-09-10net/smc: improve server ISM device determinationUrsula Braun3-16/+7
2020-09-10net/smc: common routine for CLC accept and confirmUrsula Braun4-143/+118
2020-09-10net/smc: dynamic allocation of CLC proposal bufferUrsula Braun3-49/+67
2020-09-10net/smc: introduce better field namesUrsula Braun6-57/+55
2020-09-10net/smc: reduce active tcp_listen workersUrsula Braun3-11/+36
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-8/+25
2020-09-03net/smc: fix sock refcounting in case of terminationUrsula Braun1-7/+8
2020-09-03net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-03net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-09-03net/smc: fix toleration of fake add_link messagesKarsten Graul1-1/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul3-6/+12
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-136/+142
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-20net/smc: put slot when connection is killedKarsten Graul1-1/+5
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+7
2020-07-19net/smc: fix restoring of fallback changesKarsten Graul1-2/+4
2020-07-19net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul4-14/+18
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul1-22/+7
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul3-80/+58
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul1-6/+18
2020-07-19net/smc: protect smc ib device initializationKarsten Graul2-3/+14
2020-07-19net/smc: fix link lookup for new rdma connectionsKarsten Graul1-1/+3
2020-07-19net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul1-3/+5
2020-07-08net/smc: tolerate future SMCD versionsUrsula Braun2-13/+34
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun4-18/+20
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun4-18/+22
2020-07-08net/smc: fix work request handlingKarsten Graul2-8/+10
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul3-48/+77
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+5
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds18-970/+3183
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten Graul3-11/+21
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov1-1/+1
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig1-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-7/+0
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing1-7/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-6/+4
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing1-17/+0
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul8-20/+113
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul4-0/+13
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul4-5/+19
2020-05-04net/smc: improve termination processingKarsten Graul1-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul4-2/+30
2020-05-04net/smc: asymmetric link taggingKarsten Graul3-9/+41
2020-05-04net/smc: assign link to a new connectionKarsten Graul1-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul3-0/+51
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul3-0/+42
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul3-6/+48
2020-05-04net/smc: send failover validation messageKarsten Graul3-1/+27
2020-05-04net/smc: switch connections to alternate linkKarsten Graul6-9/+162
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul2-0/+10
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul3-2/+33
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul3-34/+45
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul3-2/+82
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul3-2/+92
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul3-4/+72
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul2-1/+157
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul3-2/+111
2020-05-02smc: Remove unused function.David S. Miller1-24/+0
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2-2/+23
2020-05-01net/smc: allocate index for a new linkKarsten Graul2-1/+25
2020-05-01net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2-3/+17
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul4-19/+13
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul4-32/+98
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul3-0/+88
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul2-0/+4
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul4-12/+34
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul3-46/+62
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul2-0/+62
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul2-17/+60
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul3-35/+36
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul4-12/+1
2020-04-30net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul1-17/+4
2020-04-30net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul1-13/+24
2020-04-30net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul1-15/+41