summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-273-12/+0
|\
| * net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-233-12/+0
* | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-267-77/+43
|\ \
| * | xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever2021-02-051-18/+9
| * | xprtrdma: Pad optimization, revisitedChuck Lever2021-02-051-4/+1
| * | rpcrdma: Fix comments about reverse-direction operationChuck Lever2021-02-054-12/+8
| * | xprtrdma: Refactor invocations of offset_in_page()Chuck Lever2021-02-053-8/+6
| * | xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever2021-02-053-13/+10
| * | xprtrdma: Remove FMR support in rpcrdma_convert_iovs()Chuck Lever2021-02-051-20/+7
| * | SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-012-0/+2
| * | net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury2021-02-011-5/+5
| * | SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay2021-02-011-4/+2
* | | Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-2517-98/+161
|\ \ \
| * | | net: psample: Fix netlink skb length with tunnel infoChris Mi2021-02-251-2/+2
| * | | net: hsr: add support for EntryForgetTimeMarco Wenzel2021-02-253-2/+9
| * | | net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-244-61/+27
| * | | net: qrtr: Fix memory leak in qrtr_tun_openTakeshi Misawa2021-02-231-1/+11
| * | | net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu2021-02-231-0/+15
| * | | net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-233-16/+19
| * | | mptcp: do not wakeup listener for MPJ subflowsPaolo Abeni2021-02-221-0/+6
| * | | mptcp: provide subflow aware release functionFlorian Westphal2021-02-221-2/+53
| * | | mptcp: fix DATA_FIN generation on early shutdownPaolo Abeni2021-02-221-9/+14
| * | | mptcp: fix DATA_FIN processing for orphaned socketsPaolo Abeni2021-02-221-5/+4
| * | | net: dsa: Fix dependencies with HSRFlorian Fainelli2021-02-221-0/+1
| | |/ | |/|
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-4/+7
|\ \ \
| * | | fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
| * | | af_unix: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * | | namei: prepare for idmapped mountsChristian Brauner2021-01-241-1/+2
| * | | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * | | fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | | | Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-222-21/+20
|\ \ \ \
| * | | | SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever2021-02-161-8/+7
| * | | | SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust2021-02-161-9/+3
| * | | | SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust2021-02-161-1/+7
| * | | | svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever2021-02-151-3/+3
* | | | | Merge tag 'ceph-for-5.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-02-221-12/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | libceph: remove osdtimeout option entirelyIlya Dryomov2021-02-161-6/+0
| * | | | libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov2021-02-161-6/+5
| |/ / /
* | | | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-02-215-121/+175
|\ \ \ \
| * | | | SUNRPC: Correct a commentChuck Lever2021-01-251-1/+1
| * | | | svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever2021-01-251-3/+3
| * | | | svcrdma: Reduce Receive doorbell rateChuck Lever2021-01-251-39/+43
| * | | | svcrdma: Deprecate stat variables that are no longer usedChuck Lever2021-01-251-57/+27
| * | | | svcrdma: Restore read and write statsChuck Lever2021-01-252-8/+20
| * | | | svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever2021-01-253-5/+11
| * | | | svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2021-01-252-6/+52
| * | | | svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever2021-01-251-7/+23
* | | | | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-1/+2
|\ \ \ \ \
| * | | | | Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-2582-389/+691
| |\| | | |
| * | | | | Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-1/+2
| |\ \ \ \ \