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