summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-02-181-1/+1
* net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-02-161-0/+3
* Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-153-13/+8
|\
| * net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-5/+5
| * tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet2024-02-121-2/+2
| * tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet2024-02-121-1/+1
| * tls: fix race between async notify and socket closeJakub Kicinski2024-02-101-5/+0
* | Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-02-151-1/+4
|\ \
| * | xen/gntalloc: Replace UAPI 1-element arrayKees Cook2024-02-131-1/+4
* | | update workarounds for gcc "asm goto" issueLinus Torvalds2024-02-152-4/+12
* | | Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-141-0/+4
|\ \ \
| * | | ptrace: Introduce exception_ip arch hookJiaxun Yang2024-02-121-0/+4
| |/ /
* | | Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-121-3/+0
|\ \ \ | |/ / |/| |
| * | remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein2024-02-061-3/+0
* | | Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-111-1/+3
|\ \ \
| * | | hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-061-1/+3
* | | | Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds2024-02-101-2/+5
|\ \ \ \
| * | | | blk-wbt: Fix detection of dirty-throttled tasksJan Kara2024-02-061-2/+5
* | | | | Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2024-02-092-2/+3
|\ \ \ \ \
| * | | | | libceph: just wait for more data to be available on the socketXiubo Li2024-02-071-1/+1
| * | | | | libceph: fail sparse-read if the data length doesn't matchXiubo Li2024-02-071-1/+2
| | |/ / / | |/| | |
* | | | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-092-2/+21
* | | | | Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-091-0/+23
|\ \ \ \ \
| * | | | | cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny2024-02-031-0/+23
| | |_|/ / | |/| | |
* | | | | Merge tag 'drm-fixes-2024-02-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-02-091-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'drm-misc-fixes-2024-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2024-02-091-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | accel/ivpu: Add job status for jobs aborted by the driverGrzegorz Trzebiatowski2024-02-061-0/+1
* | | | | Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-084-5/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-082-2/+16
| |\ \ \ \
| | * | | | netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-02-081-2/+14
| | * | | | netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso2024-02-071-0/+2
| * | | | | Merge tag 'wireless-2024-02-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-071-0/+4
| |\ \ \ \ \
| | * | | | | wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg2024-02-021-0/+4
| * | | | | | rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-051-3/+5
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-041-7/+4
|\ \ \ \ \ \
| * | | | | | ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-181-7/+4
* | | | | | | Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-041-6/+7
|\ \ \ \ \ \ \
| * | | | | | | tty: serial: Fix bit order in RS485 flag definitionsChristoph Niedermaier2024-01-271-6/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-041-1/+2
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li2024-01-301-1/+2
| |/ / / / / /
* | | | | | | Merge tag 'pci-v6.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-021-0/+5
|\ \ \ \ \ \ \
| * | | | | | | PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-0/+5
| |/ / / / / /
* | | | | | | Merge tag 'sound-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-02-021-1/+6
|\ \ \ \ \ \ \
| * | | | | | | ASoC: cs35l56: Allow more time for firmware to bootRichard Fitzgerald2024-02-011-1/+1
| * | | | | | | ASoC: cs35l56: Load tunings for the correct speaker modelsRichard Fitzgerald2024-02-011-0/+1
| * | | | | | | ASoC: cs35l56: Firmware file must match the version of preloaded firmwareRichard Fitzgerald2024-02-011-0/+3
| * | | | | | | ASoC: cs35l56: Fix to ensure ASP1 registers match cacheRichard Fitzgerald2024-02-011-0/+1
* | | | | | | | Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linuxLinus Torvalds2024-02-021-8/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | nvme: take const cmd pointer in read-only helpersCaleb Sander2024-01-311-2/+2
| * | | | | | nvmet: unify aer type enumGuixin Liu2024-01-231-6/+0
| | |/ / / / | |/| | | |