summaryrefslogtreecommitdiffstats
path: root/src/include/msgr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* msgr: added on-wire-compression to msgr protocol 2.0Maya Gilad2021-06-291-3/+11
* msgr: remove the macro not referenced anywhereChangcheng Liu2020-09-241-7/+0
* msg/async/ProtocolV2: add msgr2.1 feature bitIlya Dryomov2020-06-171-3/+4
* include: Endian fix for shared kernel/user headersUlrich Weigand2019-09-051-0/+13
* msg/async, v2: introduce frame late abort facility.Radoslaw Zarzynski2019-03-041-1/+0
* msg, msg/async, v2: introduce late message abort facility.Radoslaw Zarzynski2019-03-021-0/+1
* msg, msg/async, v2: drop crc fields from ceph_msg_header2.Radoslaw Zarzynski2019-03-011-3/+0
* msg/async, v2: drop ceph_msg_header2 fields duplicating segment info.Radoslaw Zarzynski2019-02-211-3/+0
* msg/async: msgr2: add payload length to bannerRicardo Dias2019-01-231-4/+3
* msg/async: msgr2: messange exchange phaseRicardo Dias2019-01-231-0/+24
* msg/async: msgr2: banner exchangeRicardo Dias2019-01-231-0/+28
* Merge remote-tracking branch 'private/wip-cx'Sage Weil2018-07-091-1/+1
|\
| * auth/cephx: add authorizer challengeSage Weil2018-05-241-1/+1
* | CEPH_MON_PORT -> CEPH_MON_PORT_LEGACY; define CEPH_MON_PORT_IANASage Weil2018-07-031-1/+2
|/
* common: Remove redundant includesBrad Hubbard2017-05-111-0/+2
* msg: introduce mgr entity_type_tJohn Spray2016-09-291-0/+1
* msg: kill unused macrosxie xingguo2016-08-221-2/+0
* Don't use __cplusplus to mean !__KERNEL__Matt Benjamin2015-01-141-1/+1
* msgr: add KEEPALIVE2 featureSage Weil2014-03-291-0/+2
* msgr: make bind port range configurableSage Weil2012-11-041-2/+0
* Code to allow pipes to be prepared to sign messages and to call the authentic...Peter Reiher2012-10-011-0/+10
* msg: include compat_version in version headerSage Weil2012-02-101-1/+4
* Add missing includesColin Patrick McCabe2011-03-081-0/+4
* Revert "move g_default_file_layout into ceph_fs.cc"Sage Weil2011-02-281-3/+0
* move g_default_file_layout into ceph_fs.ccColin Patrick McCabe2011-02-221-0/+3
* msgr: when both ends support it, exchange in_seq values on reconnectGreg Farnum2010-09-131-0/+1
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msgr: NOSRCADDR protocol feature drops src/orig_src in msg headerSage Weil2010-03-301-1/+19
* msgr: don't redefine value of ENTITY_TYPE_AUTHSage Weil2010-03-021-1/+1
* msgr: Remove the type CEPH_ENTITY_TYPE_ADMIN.Greg Farnum2010-03-021-2/+1
* msg: add type to ceph_entity_addrSage Weil2010-01-271-2/+3
* msgr: remove erankSage Weil2010-01-081-16/+2
* msgr: include features in connection handshake (protocol change)Sage Weil2009-12-231-1/+4
* msgr: put tid in ceph_msg_header (protocol change)Sage Weil2009-12-221-1/+2
* msgr: rev protocolSage Weil2009-11-191-1/+1
* Merge branch 'unstable' into authSage Weil2009-11-101-1/+1
|\
| * msgr: encode sockaddr.ss_family big endian in ceph_entity_addrSage Weil2009-11-041-1/+1
* | msgr: include authorizer_protocol in connect headerSage Weil2009-10-231-0/+1
* | auth: filter osd messages according to their peer typeYehuda Sadeh2009-10-231-6/+8
* | auth: CEPH_PRINCIPLE_ -> CEPH_ENTITY_TYPE_*Sage Weil2009-10-221-1/+2
* | msgr: define C ceph_entity_type_nameSage Weil2009-10-221-5/+7
* | Merge branch 'unstable' into authSage Weil2009-10-221-1/+2
|\|
| * msgr: add version field to msg headerSage Weil2009-10-131-1/+2
* | msgr: authorizer get/verify callbacksSage Weil2009-10-051-0/+1
* | msgr: get_authorizer hook?Sage Weil2009-10-051-0/+2
|/
* use sockaddr_storage; and some ipv6 support groundworkSage Weil2009-10-021-3/+3
* document data structs; kill ttl_ms in caps msgSage Weil2009-09-301-5/+5
* kclient: more fixes from akpm's reviewSage Weil2009-09-301-5/+5
* msgr: make ack le64 to match seqSage Weil2009-09-101-1/+1
* msgr: kill per-msg protocol version valuesSage Weil2009-09-101-4/+0