summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai
2020-12-14mptcp: let MPTCP create max size skbsPaolo Abeni
2020-12-14mptcp: pm: simplify select_local_address()Paolo Abeni
2020-12-14mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal
2020-12-14mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal
2020-12-14mptcp: use MPTCPOPT_HMAC_LEN macroGeliang Tang
2020-12-14mptcp: remove address when netlink flushes addrsGeliang Tang
2020-12-14mptcp: attach subflow socket to parent cgroupNicolas Rybowski
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-14libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov
2020-12-14libceph: introduce connection modes and ms_mode optionIlya Dryomov
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov
2020-12-14libceph: factor out finish_auth()Ilya Dryomov
2020-12-14libceph: drop ac->ops->name fieldIlya Dryomov
2020-12-14libceph: amend cephx init_protocol() and build_request()Ilya Dryomov
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov
2020-12-14libceph: safer en/decoding of cephx requests and repliesIlya Dryomov
2020-12-14libceph: more insight into ticket expiry and invalidationIlya Dryomov
2020-12-14libceph: move msgr1 protocol specific fields to its own structIlya Dryomov
2020-12-14libceph: move msgr1 protocol implementation to its own fileIlya Dryomov
2020-12-14libceph: separate msgr1 protocol implementationIlya Dryomov
2020-12-14libceph: export remaining protocol independent infrastructureIlya Dryomov
2020-12-14libceph: export zero_pageIlya Dryomov
2020-12-14libceph: rename and export con->flags bitsIlya Dryomov
2020-12-14libceph: rename and export con->state statesIlya Dryomov
2020-12-14libceph: make con->state an intIlya Dryomov
2020-12-14libceph: don't export ceph_messenger_{init_fini}() to modulesIlya Dryomov
2020-12-14libceph: make sure our addr->port is zero and addr->nonce is non-zeroIlya Dryomov
2020-12-14libceph: factor out ceph_con_get_out_msg()Ilya Dryomov
2020-12-14libceph: change ceph_con_in_msg_alloc() to take hdrIlya Dryomov
2020-12-14libceph: change ceph_msg_data_cursor_init() to take cursorIlya Dryomov
2020-12-14libceph: handle discarding acked and requeued messages separatelyIlya Dryomov
2020-12-14libceph: drop msg->ack_stamp fieldIlya Dryomov
2020-12-14libceph: remove redundant session reset log messageIlya Dryomov
2020-12-14libceph: clear con->peer_global_seq on RESETSESSIONIlya Dryomov
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov
2020-12-14libceph: split protocol reset bits out of reset_connection()Ilya Dryomov
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov
2020-12-14libceph: lower exponential backoff delayIlya Dryomov
2020-12-14libceph: include middle_len in process_message() doutIlya Dryomov
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-14SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust