summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-06netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso
2023-09-06netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-09-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso
2023-09-06netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa
2023-09-06netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter
2023-08-30netfilter: xt_u32: validate user space inputWander Lairson Costa
2023-08-30netfilter: xt_sctp: validate the flag_info countWander Lairson Costa
2023-08-30netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal
2023-08-22netfilter: nf_tables: allow loop termination for pending fatal signalFlorian Westphal
2023-08-22netfilter: xtables: refactor deprecated strncpyJustin Stitt
2023-08-22netfilter: x_tables: refactor deprecated strncpyJustin Stitt
2023-08-22netfilter: nft_meta: refactor deprecated strncpyJustin Stitt
2023-08-22netfilter: nft_osf: refactor deprecated strncpyJustin Stitt
2023-08-22netfilter: nf_tables: refactor deprecated strncpyJustin Stitt
2023-08-22netfilter: nf_tables: refactor deprecated strncpyJustin Stitt
2023-08-22netfilter: ipset: refactor deprecated strncpyJustin Stitt
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados
2023-08-16netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-16netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-08-16netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-16netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-16netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal
2023-08-16netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal
2023-08-16netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-08-16netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-08-10netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-08-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-08-09netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-08-08netfilter: nfnetlink_log: always add a timestampMaciej Żenczykowski
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski