summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.19.316v4.19.316Greg Kroah-Hartman2024-06-161-1/+1
* nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov2024-06-161-2/+2
* s390/ap: Fix crash in AP internal function modify_bitmap()Harald Freudenberger2024-06-161-1/+1
* ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li2024-06-161-1/+3
* sparc: move struct termio to asm/termios.hMike Gilbert2024-06-162-10/+9
* net: fix __dst_negative_advice() raceEric Dumazet2024-06-165-47/+30
* kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson2024-06-161-5/+3
* kdb: Merge identical case statements in kdb_read()Daniel Thompson2024-06-161-9/+1
* kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson2024-06-161-0/+5
* kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson2024-06-161-21/+34
* kdb: Fix buffer overflow during tab-completeDaniel Thompson2024-06-161-8/+13
* sparc64: Fix number of online CPUsSam Ravnborg2024-06-164-18/+3
* intel_th: pci: Add Meteor Lake-S CPU supportAlexander Shishkin2024-06-161-0/+5
* net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich2024-06-161-0/+2
* crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu2024-06-161-14/+5
* KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier2024-06-161-0/+1
* netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-06-161-1/+19
* netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-06-161-0/+3
* netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso2024-06-161-0/+1
* netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso2024-06-161-1/+1
* netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin2024-06-161-0/+20
* netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal2024-06-161-0/+1
* netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso2024-06-161-4/+3
* netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso2024-06-166-0/+37
* netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso2024-06-161-1/+1
* netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal2024-06-161-0/+1
* netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso2024-06-161-9/+1
* netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso2024-06-161-3/+3
* netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal2024-06-161-3/+11
* netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2024-06-163-5/+10
* netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush (for 4.19)Pablo Neira Ayuso2024-06-161-0/+3
* netfilter: nf_tables: disable toggling dormant table state more than oncePablo Neira Ayuso2024-06-161-0/+4
* netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2024-06-163-25/+41
* netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2024-06-162-18/+22
* netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso2024-06-162-7/+30
* netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2024-06-161-0/+2
* netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso2024-06-162-3/+9
* netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso2024-06-161-6/+3
* netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso2024-06-161-4/+2
* netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso2024-06-161-2/+6
* netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2024-06-163-0/+11
* netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso2024-06-161-1/+6
* netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso2024-06-161-1/+6
* netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso2024-06-161-4/+26
* netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2024-06-162-120/+5
* netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso2024-06-162-81/+143
* netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2024-06-162-10/+276
* netfilter: nf_tables: don't skip expired elements during walkPablo Neira Ayuso2024-06-163-4/+4
* netfilter: nft_set_rbtree: fix overlap expiration walkPablo Neira Ayuso2024-06-161-6/+14
* netfilter: nft_set_rbtree: fix null deref on element insertionPablo Neira Ayuso2024-06-161-7/+13