aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-14libceph: amend cephx init_protocol() and build_request()Gravatar Ilya Dryomov 2-28/+49
2020-12-14libceph, ceph: incorporate nautilus cephx changesGravatar Ilya Dryomov 6-48/+194
2020-12-14libceph: safer en/decoding of cephx requests and repliesGravatar Ilya Dryomov 1-21/+26
2020-12-14libceph: more insight into ticket expiry and invalidationGravatar Ilya Dryomov 1-14/+25
2020-12-14libceph: move msgr1 protocol specific fields to its own structGravatar Ilya Dryomov 2-212/+216
2020-12-14libceph: move msgr1 protocol implementation to its own fileGravatar Ilya Dryomov 3-1496/+1504
2020-12-14libceph: separate msgr1 protocol implementationGravatar Ilya Dryomov 1-50/+88
2020-12-14libceph: export remaining protocol independent infrastructureGravatar Ilya Dryomov 1-82/+75
2020-12-14libceph: export zero_pageGravatar Ilya Dryomov 1-8/+9
2020-12-14libceph: rename and export con->flags bitsGravatar Ilya Dryomov 1-43/+34
2020-12-14libceph: rename and export con->state statesGravatar Ilya Dryomov 1-51/+39
2020-12-14libceph: make con->state an intGravatar Ilya Dryomov 1-10/+6
2020-12-14libceph: don't export ceph_messenger_{init_fini}() to modulesGravatar Ilya Dryomov 1-2/+0
2020-12-14libceph: make sure our addr->port is zero and addr->nonce is non-zeroGravatar Ilya Dryomov 1-10/+17
2020-12-14libceph: factor out ceph_con_get_out_msg()Gravatar Ilya Dryomov 1-20/+39
2020-12-14libceph: change ceph_con_in_msg_alloc() to take hdrGravatar Ilya Dryomov 1-5/+6
2020-12-14libceph: change ceph_msg_data_cursor_init() to take cursorGravatar Ilya Dryomov 1-4/+3
2020-12-14libceph: handle discarding acked and requeued messages separatelyGravatar Ilya Dryomov 1-20/+54
2020-12-14libceph: drop msg->ack_stamp fieldGravatar Ilya Dryomov 1-1/+0
2020-12-14libceph: remove redundant session reset log messageGravatar Ilya Dryomov 1-4/+3
2020-12-14libceph: clear con->peer_global_seq on RESETSESSIONGravatar Ilya Dryomov 1-3/+3
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Gravatar Ilya Dryomov 1-6/+4
2020-12-14libceph: split protocol reset bits out of reset_connection()Gravatar Ilya Dryomov 1-26/+24
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesGravatar Ilya Dryomov 1-3/+0
2020-12-14libceph: lower exponential backoff delayGravatar Ilya Dryomov 1-3/+9
2020-12-14libceph: include middle_len in process_message() doutGravatar Ilya Dryomov 1-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-4/+3
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesGravatar Trond Myklebust 1-2/+33
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersGravatar Trond Myklebust 1-29/+24
2020-12-14SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldGravatar Trond Myklebust 1-13/+16
2020-12-14SUNRPC: _copy_to/from_pages() now check for zero lengthGravatar Trond Myklebust 1-4/+2
2020-12-14SUNRPC: Cleanup xdr_shrink_bufhead()Gravatar Trond Myklebust 1-77/+87
2020-12-14SUNRPC: Fix xdr_expand_hole()Gravatar Trond Myklebust 1-95/+179
2020-12-14SUNRPC: Fixes for xdr_align_data()Gravatar Trond Myklebust 1-42/+132
2020-12-14SUNRPC: _shift_data_left/right_pages should check the shift lengthGravatar Trond Myklebust 1-0/+12
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportGravatar Chuck Lever 1-9/+31
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveGravatar Dan Aloni 1-1/+2
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsGravatar Xie He 3-24/+2
2020-12-12inet: frags: batch fqdir destroy worksGravatar SeongJae Park 1-8/+39
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar Jakub Kicinski 1-7/+67
2020-12-12netfilter: nftables: netlink support for several set element expressionsGravatar Pablo Neira Ayuso 2-6/+143
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsGravatar Pablo Neira Ayuso 3-47/+168
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Gravatar Jakub Kicinski 27-202/+793
2020-12-12netfilter: nftables: generalize set expressions supportGravatar Pablo Neira Ayuso 2-27/+66
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsGravatar Florian Westphal 4-22/+48
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 37-131/+197
2020-12-11mac80211: add ieee80211_set_sar_specsGravatar Carl Huang 1-0/+12
2020-12-11nl80211: add common API to configure SAR power limitationsGravatar Carl Huang 3-0/+214
2020-12-11mac80211: fix a mistake check for rx_stats updateGravatar Wen Gong 1-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocGravatar Wen Gong 1-0/+5