summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10scsi: qla2xxx: Update manufacturer detailBikash Hazarika1-1/+1
2024-04-10scsi: qla2xxx: Update manufacturer detailsBikash Hazarika2-2/+2
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-10i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-04-10octeontx2-pf: check negative error code in otx2_open()Su Hui1-1/+1
2024-04-10octeontx2-af: Fix issue with loading coalesced KPU profilesHariprasad Kelam1-1/+1
2024-04-10udp: prevent local UDP tunnel packets from being GROedAntoine Tenart1-0/+6
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2-14/+2
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart4-3/+40
2024-04-10mlxbf_gige: stop interface during shutdownDavid Thompson1-2/+8
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-10selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski1-1/+1
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2-0/+8
2024-04-10selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart1-8/+2
2024-04-10net: stmmac: fix rx queue priority assignmentPiotr Wejman2-16/+62
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-04-10vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET1-1/+2
2024-04-10netfilter: validate user input for expected lengthEric Dumazet4-0/+18
2024-04-10netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan1-2/+7
2024-04-10netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso1-0/+1
2024-04-10netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso1-0/+3
2024-04-10KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson1-0/+10
2024-04-10KVM: x86: Bail to userspace if emulation of atomic user access faultsSean Christopherson1-1/+1
2024-04-10thermal: devfreq_cooling: Fix perf state when calculate dfc res_utilYe Zhang1-1/+1
2024-04-10mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka4-11/+20
2024-04-10Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar1-18/+5
2024-04-10io_uring: ensure '0' is returned on file registration successJens Axboe1-1/+1
2024-04-10locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar1-2/+12
2024-04-10net/rds: fix possible cp null dereferenceMahmoud Adam1-1/+1
2024-04-10xen-netfront: Add missing skb_mark_for_recycleJesper Dangaard Brouer1-0/+1
2024-04-10Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera1-16/+32
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-04-10arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold1-0/+2
2024-04-10x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson2-0/+4
2024-04-10x86/cpufeatures: Add new word for scattered featuresSandipan Das4-5/+9
2024-04-10r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit1-0/+9
2024-04-10dm integrity: fix out-of-range warningArnd Bergmann1-1/+1
2024-04-10Octeontx2-af: fix pause frame configuration in GMP modeHariprasad Kelam1-0/+5
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei1-0/+5
2024-04-10mlxbf_gige: call request_irq() after NAPI initializedDavid Thompson1-7/+11
2024-04-10ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_...Nikita Kiryushin1-2/+6
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet4-0/+24
2024-04-10s390/qeth: handle deferred cc1Alexandra Winter1-2/+36
2024-04-10ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
2024-04-10wifi: iwlwifi: mvm: rfi: fix potential response leaksJohannes Berg1-2/+6
2024-04-10iwlwifi: mvm: rfi: use kmemdup() to replace kzalloc + memcpyBixuan Cui1-3/+1
2024-04-10mlxbf_gige: stop PHY during open() error pathsDavid Thompson1-1/+4
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka1-0/+5
2024-04-10USB: UAS: return ENODEV when submit urbs fail with device not attachedWeitao Wang1-15/+13