summaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-071-10/+10
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-5/+5
* netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-091-18/+80
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-8/+8
* netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-0/+1
* netfilter: x_tables: add xt_find_tableFlorian Westphal2021-04-261-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-8/+2
|\
| * netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-131-8/+2
* | netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal2021-04-061-13/+33
|/
* netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
* Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-15/+34
* netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin2021-02-281-2/+4
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-081-34/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-15/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-031-1/+1
| |\
| | * netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-221-1/+1
| * | net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+4
| * | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-10/+10
| * | netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-5/+4
| |/
* | audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs2020-06-291-2/+3
|/
* netfilter: add audit table unregister actionsRichard Guy Briggs2020-04-281-0/+2
* audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs2020-04-281-9/+3
* netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin2020-03-041-3/+3
* netfilter: Use kvcallocJoe Perches2020-01-311-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* netfilter: make two functions staticFlorian Westphal2019-04-081-2/+1
* netfilter: convert the proto argument from u8 to u16Li RongQing2019-03-011-2/+2
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-02-121-1/+1
* netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-1/+1
|\
| * audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-77/+18
|\ \
| * | netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig2018-05-161-36/+6
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+3
| * | netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig2018-05-161-28/+11
| |/
* | netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal2018-04-271-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-17/+174
|\
| * netfilter: x_tables: Add note about how to free percpu countersBen Hutchings2018-03-301-1/+3
| * netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal2018-03-131-31/+31
| * netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal2018-03-051-0/+6
| * netfilter: compat: reject huge allocation requestsFlorian Westphal2018-03-051-8/+18
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-1/+3
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-0/+15
| * netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal2018-03-051-0/+3
| * netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal2018-03-051-1/+2
| * netfilter: x_tables: enforce unique and ascending entry pointsFlorian Westphal2018-03-051-1/+30
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-0/+29
| * netfilter: x_tables: check error target size tooFlorian Westphal2018-03-051-0/+23
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-6/+43