summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: remove unused btrfs_ordered_extent::outstanding_isizeDavid Sterba2023-12-151-7/+0
* btrfs: scrub: remove unused scrub_ctx::sectors_per_bioDavid Sterba2023-12-151-1/+0
* btrfs: migrate to use folio private instead of page privateQu Wenruo2023-12-155-89/+124
* btrfs: use shrinker for compression page poolDavid Sterba2023-12-151-0/+102
* btrfs: use page alloc/free wrappers for compression pagesDavid Sterba2023-12-156-12/+30
* btrfs: do not utilize goto to implement delayed inode ref deletionQu Wenruo2023-12-151-21/+24
* btrfs: make the logic from btrfs_block_can_be_shared() easier to readFilipe Manana2023-12-151-16/+24
* btrfs: use bool for return type of btrfs_block_can_be_shared()Filipe Manana2023-12-152-9/+9
* btrfs: remove log_extents_lock and logged_list from struct btrfs_rootFilipe Manana2023-12-152-7/+0
* btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.hFilipe Manana2023-12-151-2/+0
* Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-155-79/+109
|\
| * smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara2023-12-111-10/+16
| * smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara2023-12-111-16/+10
| * smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara2023-12-113-47/+75
| * smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara2023-12-111-6/+8
* | Merge tag 'platform-drivers-x86-v6.7-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-12-153-14/+41
|\ \
| * | platform/x86: intel_ips: fix kernel-doc formattingRandy Dunlap2023-12-081-7/+23
| * | platform/x86: thinkpad_acpi: fix kernel-doc warningsRandy Dunlap2023-12-081-3/+3
| * | platform/x86: intel-vbtn: Fix missing tablet-mode-switch eventsHans de Goede2023-12-081-4/+15
* | | Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-1462-582/+1150
|\ \ \
| * | | net: atlantic: fix double free in ring reinit logicIgor Russkikh2023-12-141-1/+4
| * | | appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-141-5/+4
| * | | net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney2023-12-141-1/+5
| * | | net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah2023-12-141-0/+10
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-12-145-74/+219
| |\ \ \
| | * | | iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba2023-12-121-51/+21
| | * | | iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki2023-12-121-0/+59
| | * | | iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-125-23/+139
| * | | | Merge branch 'dpaa2-switch-various-fixes'Jakub Kicinski2023-12-142-12/+6
| |\ \ \ \
| | * | | | dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei2023-12-141-9/+2
| | * | | | dpaa2-switch: fix size of the dma_unmapIoana Ciornei2023-12-141-3/+4
| |/ / / /
| * | | | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-141-1/+2
| * | | | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-141-1/+1
| * | | | Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski2023-12-131-1/+1
| * | | | Merge branch 'stmmac-bug-fixes'David S. Miller2023-12-133-17/+8
| |\ \ \ \
| | * | | | MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski2023-12-132-4/+2
| | * | | | stmmac: dwmac-loongson: drop useless check for compatible fallbackKrzysztof Kozlowski2023-12-131-5/+0
| | * | | | stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si2023-12-131-8/+6
| |/ / / /
| * | | | tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro2023-12-131-1/+1
| * | | | dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko2023-12-131-5/+8
| * | | | Merge branch 'ena-driver-xdp-bug-fixes'Jakub Kicinski2023-12-132-30/+26
| |\ \ \ \
| | * | | | net: ena: Fix XDP redirection errorDavid Arinzon2023-12-131-3/+0
| | * | | | net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon2023-12-131-14/+9
| | * | | | net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon2023-12-131-7/+10
| | * | | | net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon2023-12-131-6/+7
| |/ / / /
| * | | | net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-131-0/+6
| * | | | qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu2023-12-121-0/+1
| |/ / /
| * | | net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-121-1/+3
| * | | atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-121-2/+5
| * | | octeontx2-af: Fix pause frame configurationHariprasad Kelam2023-12-111-4/+7