aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16tipc: do sanity check payload of a netlink messageHoang Le1-5/+7
2020-12-16Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+12
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan1-2/+20
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds22-31/+33
2020-12-16netfilter: nftables: fix incorrect increment of loop counterColin Ian King1-2/+2
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds14-650/+1315
2020-12-15Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust6-75/+90
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds405-10696/+12807
2020-12-14net: fix proc_fs init handling in af_packet and tlsYonatan Linik2-0/+5
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-14tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck1-1/+16
2020-12-14net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packetVasily Averin1-0/+6
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai1-1/+4
2020-12-14mptcp: let MPTCP create max size skbsPaolo Abeni1-5/+9
2020-12-14mptcp: pm: simplify select_local_address()Paolo Abeni1-4/+2
2020-12-14mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal3-0/+54
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal2-6/+9
2020-12-14mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal1-1/+6
2020-12-14mptcp: use MPTCPOPT_HMAC_LEN macroGeliang Tang1-1/+1
2020-12-14mptcp: remove address when netlink flushes addrsGeliang Tang1-5/+10
2020-12-14mptcp: attach subflow socket to parent cgroupNicolas Rybowski1-0/+27
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds4-9/+9
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski19-114/+465
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