summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel1-2/+3
2024-06-12null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-06-12ASoC: cs42l43: Only restrict 44.1kHz for the ASPCharles Keepax1-2/+3
2024-06-12net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran1-4/+7
2024-06-12Octeontx2-pf: Free send queue buffers incase of leaf to innerHariprasad Kelam1-0/+4
2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-06-12af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+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: core: Remove debugfs at disconnectionTakashi Iwai2-11/+19
2024-06-12netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann3-4/+12
2024-06-12netkit: Fix setting mac address in l2 modeDaniel Borkmann1-5/+21
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: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu1-2/+1
2024-06-12net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman1-2/+2
2024-06-12net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan1-4/+8
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-12drm/amd/display: Enable colorspace property for MST connectorsMario Limonciello1-0/+3
2024-06-12nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-06-12nvme-multipath: fix io accounting on failoverKeith Busch3-2/+4
2024-06-12nvme: fix multipath batched completion accountingKeith Busch1-5/+10
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-12dma-mapping: benchmark: fix up kthread-related error handlingFedor Pchelkin1-6/+10
2024-06-12spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König1-2/+12
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: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
2024-06-12netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet1-0/+2
2024-06-12selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)1-0/+1
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-12tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs1-1/+2
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López1-0/+4
2024-06-12cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-06-12cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
2024-06-12kasan, fortify: properly rename memintrinsicsAndrey Konovalov1-4/+18
2024-06-12netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells1-1/+1
2024-06-12null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-06-12idpf: Interpret .set_channels() input differentlyLarysa Zaremba1-15/+6
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-12net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-06-12tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9