summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-3/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-4/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-2/+2
* netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-10/+10
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+1
* netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-251-1/+1
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-21/+24
* netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-11/+9
* netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-051-204/+40
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-291-2/+4
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-43/+5
* netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-141-7/+0
* netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-141-2/+0
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-141-126/+29
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-17/+9
* netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+3
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-1/+2
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-141-12/+8
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-11/+1
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-141-0/+16
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-141-0/+4
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-281-0/+2
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-281-12/+11
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-281-2/+4
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-281-9/+8
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-14/+28
* netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-021-11/+10
* netfilter: ipv4: code indentationIan Morris2015-10-161-3/+3
* netfilter: ipv4: function definition layoutIan Morris2015-10-161-3/+3
* netfilter: ipv4: ternary operator layoutIan Morris2015-10-161-3/+3
* netfilter: ipv4: label placementIan Morris2015-10-161-1/+1
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-181-1/+1
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-171-4/+4
* Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-281-18/+10
* netfilter: xtables: remove __pure annotationFlorian Westphal2015-07-151-1/+1
* netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-1/+2
* netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-17/+20
* netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-151-10/+18
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-2/+2
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-48/+16
* netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-121-4/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
|\
| * netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
* | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+6
|/
* netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller2015-04-041-7/+6
* netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-3/+3
OpenPOWER on IntegriCloud