summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-11-14tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov-7/+35
2023-11-14net: stmmac: avoid rx queue overrunBaruch Siach-0/+1
2023-11-14net: stmmac: fix rx budget limit checkBaruch Siach-1/+1
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra-5/+25
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra-3/+6
2023-11-14zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell-1/+1
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore-1/+1
2023-11-14nouveau: use an rwlock for the event lock.Dave Airlie-8/+8
2023-11-14nouveau/gsp/r535: Fix a NULL vs error pointer bugDan Carpenter-2/+2
2023-11-14nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()Dan Carpenter-1/+1
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura-3/+7
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner-12/+0
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightAbel Wu-23/+128
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N-9/+13
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N-0/+6
2023-11-14gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionKonstantin Runov-2/+2
2023-11-14Remove myself as maintainer of GFS2Bob Peterson-1/+0
2023-11-14ALSA: hda/realtek: Enable Mute LED on HP 255 G10Matus Malych-0/+1
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen-41/+40
2023-11-14netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso-25/+30
2023-11-14netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik-7/+7
2023-11-14netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso-2/+3
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter-5/+6
2023-11-14netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao-1/+1
2023-11-14netfilter: nft_set_rbtree: Remove unused variable nft_netYang Li-2/+0
2023-11-14af_unix: fix use-after-free in unix_stream_read_actor()Eric Dumazet-4/+5
2023-11-14xen/events: remove some simple helpers from events_base.cJuergen Gross-59/+38
2023-11-14xen/events: reduce externally visible helper functionsJuergen Gross-11/+15
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein-6/+5
2023-11-14ovl: fix misformatted commentAmir Goldstein-1/+1
2023-11-13Merge branch 'r8169-fix-dash-devices-network-lost-issue'Jakub Kicinski-11/+31
2023-11-13r8169: fix network lost after resume on DASH systemsChunHao Lin-0/+6
2023-11-13r8169: add handling DASH when DASH is disabledChunHao Lin-11/+25
2023-11-13Merge branch 'fix-large-frames-in-the-gemini-ethernet-driver'Jakub Kicinski-18/+31
2023-11-13net: ethernet: cortina: Fix MTU max settingLinus Walleij-14/+5
2023-11-13net: ethernet: cortina: Handle large framesLinus Walleij-1/+23
2023-11-13net: ethernet: cortina: Fix max RX frame defineLinus Walleij-3/+3
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet-0/+6
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet-6/+13
2023-11-13Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski-2/+0
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet-0/+28
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet-6/+42
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet-36/+50
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet-4/+23
2023-11-13bcachefs: Split out btree_key_cache_types.hKent Overstreet-26/+31
2023-11-13bcachefs: Guard against insufficient devices to create stripesKent Overstreet-2/+14
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet-5/+5
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva-1/+1
2023-11-13bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva-1/+1
2023-11-13bcachefs: Use correct fgf_t type as function argumentKent Overstreet-2/+2