summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-24/+40
2020-12-14libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov1-28/+0
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov1-16/+5
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov8-24/+4046
2020-12-14libceph: introduce connection modes and ms_mode optionIlya Dryomov4-6/+87
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov1-2/+4
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov4-55/+195
2020-12-14libceph: factor out finish_auth()Ilya Dryomov1-22/+30
2020-12-14libceph: drop ac->ops->name fieldIlya Dryomov2-2/+0
2020-12-14libceph: amend cephx init_protocol() and build_request()Ilya Dryomov2-28/+49
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov6-48/+194
2020-12-14libceph: safer en/decoding of cephx requests and repliesIlya Dryomov1-21/+26
2020-12-14libceph: more insight into ticket expiry and invalidationIlya Dryomov1-14/+25
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2-212/+216
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov3-1496/+1504
2020-12-14libceph: separate msgr1 protocol implementationIlya Dryomov1-50/+88
2020-12-14libceph: export remaining protocol independent infrastructureIlya Dryomov1-82/+75
2020-12-14libceph: export zero_pageIlya Dryomov1-8/+9
2020-12-14libceph: rename and export con->flags bitsIlya Dryomov1-43/+34
2020-12-14libceph: rename and export con->state statesIlya Dryomov1-51/+39
2020-12-14libceph: make con->state an intIlya Dryomov1-10/+6
2020-12-14libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov1-2/+0
2020-12-14libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov1-10/+17
2020-12-14libceph: factor out ceph_con_get_out_msg()Ilya Dryomov1-20/+39
2020-12-14libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov1-5/+6
2020-12-14libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov1-4/+3
2020-12-14libceph: handle discarding acked and requeued messages separatelyIlya Dryomov1-20/+54
2020-12-14libceph: drop msg->ack_stamp fieldIlya Dryomov1-1/+0
2020-12-14libceph: remove redundant session reset log messageIlya Dryomov1-4/+3
2020-12-14libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov1-3/+3
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov1-6/+4
2020-12-14libceph: split protocol reset bits out of reset_connection()Ilya Dryomov1-26/+24
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov1-3/+0
2020-12-14libceph: lower exponential backoff delayIlya Dryomov1-3/+9
2020-12-14libceph: include middle_len in process_message() doutIlya Dryomov1-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-4/+3
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust1-2/+33
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust1-29/+24
2020-12-14SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust1-13/+16
2020-12-14SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust1-4/+2
2020-12-14SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust1-77/+87
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust1-95/+179
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust1-42/+132
2020-12-14SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust1-0/+12
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever1-9/+31
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni1-1/+2
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He3-24/+2
2020-12-12inet: frags: batch fqdir destroy worksSeongJae Park1-8/+39
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-7/+67
2020-12-12netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso2-6/+143