summaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)Author
2024-02-21netfilter: x_tables: Use unsafe_memcpy() for 0-sized destinationKees Cook
2023-08-22netfilter: x_tables: refactor deprecated strncpyJustin Stitt
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-06netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal
2021-03-15netfilter: x_tables: Use correct memory barriers.Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-02-28netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-06-29audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs
2020-04-28netfilter: add audit table unregister actionsRichard Guy Briggs
2020-04-28audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin
2020-01-31netfilter: Use kvcallocJoe Perches
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-04-27netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-13netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-05netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal
2018-03-05netfilter: compat: reject huge allocation requestsFlorian Westphal
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-03-05netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal