summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-12-14libceph: factor out finish_auth()Ilya Dryomov-22/+30
2020-12-14libceph: drop ac->ops->name fieldIlya Dryomov-2/+0
2020-12-14libceph: amend cephx init_protocol() and build_request()Ilya Dryomov-28/+49
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov-48/+194
2020-12-14libceph: safer en/decoding of cephx requests and repliesIlya Dryomov-21/+26
2020-12-14libceph: more insight into ticket expiry and invalidationIlya Dryomov-14/+25
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov-212/+216
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov-1496/+1504
2020-12-14libceph: separate msgr1 protocol implementationIlya Dryomov-50/+88
2020-12-14libceph: export remaining protocol independent infrastructureIlya Dryomov-82/+75
2020-12-14libceph: export zero_pageIlya Dryomov-8/+9
2020-12-14libceph: rename and export con->flags bitsIlya Dryomov-43/+34
2020-12-14libceph: rename and export con->state statesIlya Dryomov-51/+39
2020-12-14libceph: make con->state an intIlya Dryomov-10/+6
2020-12-14libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov-2/+0
2020-12-14libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov-10/+17
2020-12-14libceph: factor out ceph_con_get_out_msg()Ilya Dryomov-20/+39
2020-12-14libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov-5/+6
2020-12-14libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov-4/+3
2020-12-14libceph: handle discarding acked and requeued messages separatelyIlya Dryomov-20/+54
2020-12-14libceph: drop msg->ack_stamp fieldIlya Dryomov-1/+0
2020-12-14libceph: remove redundant session reset log messageIlya Dryomov-4/+3
2020-12-14libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov-3/+3
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov-6/+4
2020-12-14libceph: split protocol reset bits out of reset_connection()Ilya Dryomov-26/+24
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov-3/+0
2020-12-14libceph: lower exponential backoff delayIlya Dryomov-3/+9
2020-12-14libceph: include middle_len in process_message() doutIlya Dryomov-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+3
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust-2/+33
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust-29/+24
2020-12-14SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust-13/+16
2020-12-14SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust-4/+2
2020-12-14SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust-77/+87
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust-95/+179
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust-42/+132
2020-12-14SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust-0/+12
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever-9/+31
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni-1/+2
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He-24/+2
2020-12-12inet: frags: batch fqdir destroy worksSeongJae Park-8/+39
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-7/+67
2020-12-12netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso-6/+143
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso-47/+168
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski-202/+793
2020-12-12netfilter: nftables: generalize set expressions supportPablo Neira Ayuso-27/+66
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal-22/+48
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-131/+197
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang-0/+12
2020-12-11nl80211: add common API to configure SAR power limitationsCarl Huang-0/+214