summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-109-132/+163
|\
| * SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-042-2/+3
| * SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-042-0/+3
| * SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker2021-11-041-4/+8
| * xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington2021-11-021-6/+7
| * SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust2021-11-011-40/+28
| * SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust2021-11-011-27/+11
| * sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker2021-10-201-18/+15
| * SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-0/+1
| * xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-202-3/+0
| * xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-204-9/+55
| * SUNRPC: Per-rpc_clnt task PIDsChuck Lever2021-10-101-2/+10
| * SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust2021-10-031-5/+3
| * SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust2021-10-031-2/+1
| * SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust2021-10-031-1/+3
| * SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust2021-10-031-13/+15
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\ \
| * | exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
* | | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-11-0911-308/+269
|\ \ \
| * | | 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-046-246/+237
| * | | 9p: fix file headersDominique Martinet2021-11-0310-56/+3
| * | | net/9p: autoload transport modulesThomas Weißschuh2021-11-034-6/+27
| * | | 9p/net: fix missing error check in p9_check_errorsDominique Martinet2021-11-031-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\ \ \ \
| * | | | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-065-5/+0
|\| | | |
| * | | | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-065-5/+0
| |/ / /
* | | | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\ \ \ \
| * \ \ \ Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-1873-522/+939
| |\ \ \ \
| * \ \ \ \ Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-2724-97/+225
| |\ \ \ \ \
| * | | | | | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-02326-5500/+11776
|\ \ \ \ \ \
| * | | | | | Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-014-29/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-016-12/+34
| |\ \ \ \ \ \
| | * | | | | | udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-011-1/+1
| | * | | | | | cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-292-1/+17
| | * | | | | | net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera2021-10-291-0/+2
| | * | | | | | sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
| | * | | | | | sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-292-7/+10
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-019-70/+352
| |\ \ \ \ \ \
| | * | | | | | bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-012-0/+203
| | * | | | | | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-8/+1
| | * | | | | | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-011-10/+33
| | * | | | | | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+23
| | * | | | | | net: bpf: Switch over to memdup_user()Qing Wang2021-10-201-15/+6
| | * | | | | | bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-051-1/+4
| | * | | | | | bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-054-34/+80
| | * | | | | | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-052-2/+2
| * | | | | | | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+23
| * | | | | | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+14