summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Linux 6.1.93v6.1.93Greg Kroah-Hartman1-1/+1
2024-06-12net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon1-14/+9
2024-06-12ALSA: timer: Set lower bound of start tick timeTakashi Iwai1-0/+10
2024-06-12riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2-3/+2
2024-06-12hwmon: (shtc1) Fix property misspellingGuenter Roeck1-1/+1
2024-06-12powerpc/pseries/lparcfg: drop error message from guest name lookupNathan Lynch1-2/+2
2024-06-12ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing1-2/+2
2024-06-12net: ena: Fix redundant device NUMA node overrideShay Agroskin1-11/+0
2024-06-12net: ena: Reduce lines with longer column width boundaryDavid Arinzon4-260/+151
2024-06-12net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon4-42/+136
2024-06-12net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha1-1/+1
2024-06-12spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-06-12drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-06-12kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada1-2/+4
2024-06-12netfilter: nft_fib: allow from forward/input without iif selectorEric Garver1-5/+3
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
2024-06-12netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso1-7/+65
2024-06-12netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal1-1/+12
2024-06-12netfilter: nft_payload: rebuild vlan header when neededPablo Neira Ayuso1-1/+2
2024-06-12netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso2-10/+10
2024-06-12ice: fix accounting if a VLAN already existsJacob Keller1-5/+6
2024-06-12net:fec: Add fec_enet_deinit()Xiaolei Wang1-0/+10
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-06-12net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran1-4/+7
2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-06-12enic: Validate length of nl attributes in enic_set_vf_portRoded Zats1-0/+12
2024-06-12ALSA: hda/realtek: Adjust G814JZR to use SPI init for ampLuke D. Jones1-1/+1
2024-06-12ALSA: hda/realtek: Amend G634 quirk to enable rear speakersLuke D. Jones1-1/+11
2024-06-12ALSA: hda/realtek: Add quirk for ASUS ROG G634ZLuke D. Jones1-0/+1
2024-06-12ALSA: core: Remove debugfs at disconnectionTakashi Iwai2-11/+19
2024-06-12ALSA: jack: Use guard() for lockingTakashi Iwai1-18/+7
2024-06-12bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-06-12dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa1-2/+2
2024-06-12net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2-2/+12
2024-06-12net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-06-12net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-06-12net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-06-12net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe1-0/+1
2024-06-12nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-06-12dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin1-2/+1
2024-06-12dma-mapping: benchmark: fix node id validationFedor Pchelkin1-1/+2
2024-06-12spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-06-12netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso1-16/+7
2024-06-12netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet1-0/+2
2024-06-12ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-06-12drivers/xen: Improve the late XenStore init protocolHenry Wang1-13/+23
2024-06-12nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-06-12nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
2024-06-12net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-06-12inet: factor out locked section of inet_accept() in a new helperPaolo Abeni2-15/+19