summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-15Merge tag 'mlx5-fixes-2023-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski15-54/+79
2023-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-5/+5
2023-12-15Merge tag 'drm-misc-fixes-2023-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-12/+19
2023-12-15Merge tag 'amd-drm-fixes-6.7-2023-12-13' of https://gitlab.freedesktop.org/ag...Dave Airlie16-34/+84
2023-12-15net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and aboveVladimir Oltean1-4/+4
2023-12-15net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and aboveVladimir Oltean1-4/+4
2023-12-15Merge tag 'platform-drivers-x86-v6.7-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-14/+41
2023-12-15Merge tag 'drm-intel-fixes-2023-12-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie8-24/+59
2023-12-15io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro1-1/+1
2023-12-15Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds62-582/+1150
2023-12-15Merge tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux into a...Arnd Bergmann2-5/+5
2023-12-15Merge tag 'sunxi-fixes-for-6.7-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-3/+5
2023-12-14bcachefs: improve modprobe support by providing softdepsDaniel Hill1-0/+6
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger3-2/+8
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-50/+116
2023-12-14net: atlantic: fix double free in ring reinit logicIgor Russkikh1-1/+4
2023-12-14ALSA: hda/tas2781: reset the amp before component_addGergo Koteles1-2/+2
2023-12-14ALSA: hda/tas2781: call cleanup functions only onceGergo Koteles1-5/+0
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4
2023-12-14net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2023-12-14spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet1-1/+81
2023-12-14net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah1-0/+10
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg1-1/+1
2023-12-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-74/+219
2023-12-14tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2023-12-14ARC: add hugetlb definitionsPavel Kozlov1-0/+7
2023-12-14scsi: ufs: core: Store min and max clk freq from OPP tableNitin Rawat1-0/+54
2023-12-14Merge branch 'dpaa2-switch-various-fixes'Jakub Kicinski2-12/+6
2023-12-14dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei1-9/+2
2023-12-14dpaa2-switch: fix size of the dma_unmapIoana Ciornei1-3/+4
2023-12-14net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2023-12-14vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-14net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by...Rahul Rameshbabu1-1/+1
2023-12-14net/mlx5e: Correct snprintf truncation handling for fw_version bufferRahul Rameshbabu1-1/+1
2023-12-14net/mlx5e: Fix error codes in alloc_branch_attr()Dan Carpenter1-2/+4
2023-12-14net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()Dan Carpenter1-1/+3
2023-12-14net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport numVlad Buslov5-16/+18
2023-12-14net/mlx5: Fix fw tracer first block checkMoshe Shemesh1-1/+1
2023-12-14net/mlx5e: XDP, Drop fragmented packets larger than MTU sizeCarolina Jubran1-1/+3
2023-12-14net/mlx5e: Decrease num_block_tc when unblock tc offloadChris Mi1-1/+1
2023-12-14net/mlx5e: Fix overrun reported by coverityJianbo Liu1-2/+10
2023-12-14net/mlx5e: fix a potential double-free in fs_udp_create_groupsDinghao Liu1-0/+1
2023-12-14net/mlx5e: Fix a race in command alloc flowShifeng Li1-5/+7
2023-12-14net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()Shifeng Li1-1/+1
2023-12-14net/mlx5e: fix double free of encap_headerVlad Buslov1-8/+12
2023-12-14Revert "net/mlx5e: fix double free of encap_header"Vlad Buslov1-4/+6
2023-12-14Revert "net/mlx5e: fix double free of encap_header in update funcs"Vlad Buslov1-10/+10
2023-12-14Merge branch ' bpf fix for unconnect af_unix socket'Martin KaFai Lau3-0/+41
2023-12-14bpf: sockmap, test for unconnected af_unix sockJohn Fastabend1-0/+34
2023-12-14bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2-0/+7