Age | Commit message (Expand) | Author |
2023-05-25 | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-05-25 | Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds |
2023-05-25 | Merge tag 'sound-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2023-05-25 | Merge tag 'platform-drivers-x86-v6.4-3' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2023-05-25 | Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-05-25 | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). | Kuniyuki Iwashima |
2023-05-24 | Merge branch 'net-phy-mscc-support-vsc8501' | Jakub Kicinski |
2023-05-24 | net: phy: mscc: enable VSC8501/2 RGMII RX clock | David Epping |
2023-05-24 | net: phy: mscc: remove unnecessary phydev locking | David Epping |
2023-05-24 | net: phy: mscc: add support for VSC8501 | David Epping |
2023-05-24 | net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE | David Epping |
2023-05-24 | Merge branch 'bug-fixes-for-net-handshake' | Jakub Kicinski |
2023-05-24 | net/handshake: Enable the SNI extension to work properly | Chuck Lever |
2023-05-24 | net/handshake: Unpin sock->file if a handshake is cancelled | Chuck Lever |
2023-05-24 | net/handshake: handshake_genl_notify() shouldn't ignore @flags | Chuck Lever |
2023-05-24 | net/handshake: Fix uninitialized local variable | Chuck Lever |
2023-05-24 | net/handshake: Fix handshake_dup() ref counting | Chuck Lever |
2023-05-24 | net/handshake: Remove unneeded check from handshake_dup() | Chuck Lever |
2023-05-24 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-05-24 | Merge tag 'spi-fix-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-05-24 | Merge tag 'regulator-fix-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-05-24 | Merge tag 'mmc-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf... | Linus Torvalds |
2023-05-24 | ALSA: hda/realtek: Enable headset onLenovo M70/M90 | Bin Li |
2023-05-24 | Merge tag 'asoc-fix-v6.4-rc3' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai |
2023-05-24 | ipv6: Fix out-of-bounds access in ipv6_find_tlv() | Gavrilov Ilia |
2023-05-24 | Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2023-05-24 | net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs | Arınç ÜNAL |
2023-05-23 | docs: netdev: document the existence of the mail bot | Jakub Kicinski |
2023-05-23 | net: fix skb leak in __skb_tstamp_tx() | Pratyush Yadav |
2023-05-23 | r8169: Use a raw_spinlock_t for the register locks. | Sebastian Andrzej Siewior |
2023-05-23 | page_pool: fix inconsistency for page_pool_ring_[un]lock() | Yunsheng Lin |
2023-05-23 | Merge tag 'tpmdd-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds |
2023-05-24 | tpm: tpm_tis: Disable interrupts for AEON UPX-i11 | Peter Ujfalusi |
2023-05-23 | Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2023-05-23 | ASoC: dwc: move DMA init to snd_soc_dai_driver probe() | Maxim Kochetkov |
2023-05-23 | ASoC: cs35l41: Fix default regmap values for some registers | Stefan Binding |
2023-05-23 | Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-05-23 | bpf, sockmap: Test progs verifier error with latest clang | John Fastabend |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with drops | John Fastabend |
2023-05-23 | bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer | John Fastabend |
2023-05-23 | bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0 | John Fastabend |
2023-05-23 | bpf, sockmap: Build helper to create connected socket pair | John Fastabend |
2023-05-23 | bpf, sockmap: Pull socket helpers out of listen test for general use | John Fastabend |
2023-05-23 | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend |
2023-05-23 | bpf, sockmap: Wake up polling after data copy | John Fastabend |
2023-05-23 | bpf, sockmap: TCP data stall on recv before accept | John Fastabend |
2023-05-23 | bpf, sockmap: Handle fin correctly | John Fastabend |
2023-05-23 | bpf, sockmap: Improved check for empty queue | John Fastabend |
2023-05-23 | bpf, sockmap: Reschedule is now done through backlog | John Fastabend |
2023-05-23 | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend |