summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/kallsyms: update the usage in the comment blockMasahiro Yamada2023-07-271-1/+1
* scripts/kallsyms.c Make the comment up-to-date with current implementationYuma Ueda2023-07-271-1/+2
* kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann2023-07-271-0/+1
* spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel2023-07-271-8/+1
* drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li2023-07-271-1/+4
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-271-1/+2
* jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-271-73/+29
* net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean2023-07-271-7/+14
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-273-4/+6
* tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-271-3/+3
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-272-3/+7
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-271-5/+6
* tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-271-4/+4
* tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-272-4/+4
* tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-272-4/+10
* tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-272-4/+9
* tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-272-3/+7
* tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-272-4/+5
* tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-271-2/+2
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-271-1/+3
* Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-271-22/+31
* Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-271-0/+3
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-276-44/+164
* netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso2023-07-271-0/+2
* netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso2023-07-271-0/+3
* netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal2023-07-271-1/+5
* netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal2023-07-271-2/+2
* netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal2023-07-271-0/+3
* ALSA: hda/realtek: Fix generic fixup definition for cs35l41 ampVitaly Rodionov2023-07-271-10/+15
* llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-07-271-3/+0
* fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong2023-07-271-0/+3
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-272-19/+6
* net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-271-1/+1
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-274-6/+9
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-274-5/+6
* net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-07-273-7/+13
* igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer2023-07-271-2/+2
* igc: Avoid transmit queue timeout for XDPKurt Kanzenbach2023-07-271-0/+8
* bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck2023-07-271-1/+7
* bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi2023-07-271-2/+19
* bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi2023-07-271-5/+6
* octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya2023-07-271-2/+3
* security: keys: Modify mismatched function nameJiapeng Chong2023-07-271-1/+1
* iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-274-29/+16
* iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki2023-07-273-32/+85
* iavf: Wait for reset in callbacks which trigger itMarcin Szycik2023-07-274-17/+68
* iavf: make functions static where possiblePrzemek Kitszel2023-07-274-43/+28
* iavf: send VLAN offloading caps once after VFRAhmed Zaki2023-07-271-5/+0
* iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2023-07-272-18/+17