aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/crypto-2.6Linus 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/klassert/ipsec-nextJakub Kicinski1-7/+67
2020-12-12netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso2-6/+143
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso3-47/+168
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski27-202/+793
2020-12-12netfilter: nftables: generalize set expressions supportPablo Neira Ayuso2-27/+66
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal4-22/+48
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-131/+197
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+12
2020-12-11nl80211: add common API to configure SAR power limitationsCarl Huang3-0/+214
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong1-0/+5