summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-051-2/+4
* netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-221-0/+5
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-1/+2
* netfilter: use IS_ENABLE to replace if defined in TRACE targetGao feng2013-04-021-4/+2
* netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-5/+5
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-4/+4
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior2011-06-161-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-16/+12
|\
| * netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-16/+12
OpenPOWER on IntegriCloud