summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sctp: use call_rcu to free endpointXin Long2021-12-252-4/+5
* Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-236-7/+43
|\
| * net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn2021-12-201-0/+3
| * net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn2021-12-201-2/+20
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-1/+1
| * net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-0/+1
| * net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-172-1/+2
| * net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-172-2/+15
| * net: fix typo in a commentXiang wangx2021-12-171-1/+1
* | Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-231-2/+2
|\ \
| * \ Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann2021-12-171-2/+2
| |\ \
| | * | tee: handle lookup of shm with reference count 0Jens Wiklander2021-12-161-2/+2
* | | | Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-221-2/+2
|\ \ \ \
| * | | | memblock: fix memblock_phys_alloc() section mismatch errorJackie Liu2021-12-221-2/+2
| |/ / /
* | | | Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2021-12-201-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-161-0/+1
| |/ /
* | | Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-161-8/+10
|\ \ \ | |/ / |/| |
| * | mptcp: add missing documented NL paramsMatthieu Baerts2021-12-141-8/+10
* | | Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-121-0/+13
|\ \ \
| * | | bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-091-0/+13
| | |/ | |/|
* | | Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-111-1/+1
|\ \ \
| * | | percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-091-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-112-4/+23
|\ \ \ \
| * | | | timers: implement usleep_idle_range()SeongJae Park2021-12-101-1/+13
| * | | | Increase default MLOCK_LIMIT to 8 MiBDrew DeVault2021-12-101-3/+10
| | |_|/ | |/| |
* | | | Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-12-101-1/+1
|\ \ \ \
| * | | | PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki2021-12-081-1/+1
| | |/ / | |/| |
* | | | Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-102-1/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-091-1/+1
| * | | wait: add wake_up_pollfree()Eric Biggers2021-12-091-0/+26
| |/ /
* | | Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-099-32/+38
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-3/+3
| |\ \ \
| | * | | netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-081-3/+3
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-085-23/+15
| |\ \ \ \
| | * | | | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-033-2/+2
| | * | | | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-4/+10
| | * | | | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-302-17/+2
| | * | | | bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
| * | | | | net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si2021-12-071-5/+6
| * | | | | bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-1/+1
| * | | | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-0/+13
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-12-091-0/+5
|\ \ \ \ \ \
| * | | | | | HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-021-0/+5
* | | | | | | Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-12-061-6/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | regulator: Update protection IRQ helper docsMatti Vaittinen2021-11-181-6/+8
* | | | | | | Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-12-051-2/+3
|\ \ \ \ \ \ \
| * | | | | | | sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker2021-12-021-2/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-12-021-0/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-12-031-0/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh2021-11-291-0/+7