aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/ip_tables.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersGravatar Florian Westphal 1-0/+1
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Gravatar Varsha Rao 1-9/+3
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-3/+1
2017-08-02netfilter: constify nf_loginfo structuresGravatar Julia Lawall 1-1/+1
2017-08-02netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Gravatar Taehee Yoo 1-2/+0
2017-07-31netfilter: x_tables: Fix use-after-free in ipt_do_table.Gravatar Taehee Yoo 1-4/+5
2017-04-07netfilter: Remove unnecessary cast on void pointerGravatar simran singhal 1-12/+8
2017-01-09iptables: use match, target and data copy_to_user helpersGravatar Willem de Bruijn 1-15/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-06netfilter: x_tables: pack percpu counter allocationsGravatar Florian Westphal 1-3/+6
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorGravatar Florian Westphal 1-4/+1
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterGravatar Florian Westphal 1-2/+2
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testGravatar Julia Lawall 1-10/+10
2016-11-03netfilter: x_tables: move hook state into xt_action_param structureGravatar Pablo Neira Ayuso 1-5/+1
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportGravatar Liping Zhang 1-1/+1
2016-07-18netfilter: x_tables: speed up jump target validationGravatar Florian Westphal 1-21/+24
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFGravatar Joe Perches 1-11/+9
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingGravatar Pablo Neira Ayuso 1-204/+40
2016-04-29netfilter: fix IS_ERR_VALUE usageGravatar Pablo Neira Ayuso 1-2/+4
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userGravatar Florian Westphal 1-43/+5
2016-04-14netfilter: x_tables: remove obsolete checkGravatar Florian Westphal 1-7/+0
2016-04-14netfilter: x_tables: remove obsolete overflow check for compat case tooGravatar Florian Westphal 1-2/+0
2016-04-14netfilter: x_tables: do compat validation via translate_tableGravatar Florian Westphal 1-126/+29
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalGravatar Florian Westphal 1-17/+9
2016-04-14netfilter: ip_tables: simplify translate_compat_table argsGravatar Florian Westphal 1-35/+24
2016-04-14netfilter: x_tables: check for bogus target offsetGravatar Florian Westphal 1-2/+3
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsGravatar Florian Westphal 1-1/+2
2016-04-14netfilter: x_tables: kill check_entry helperGravatar Florian Westphal 1-12/+8
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsGravatar Florian Westphal 1-11/+1
2016-04-14netfilter: x_tables: validate targets of jumpsGravatar Florian Westphal 1-0/+16
2016-04-14netfilter: x_tables: don't move to non-existent next ruleGravatar Florian Westphal 1-0/+4
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Gravatar Pablo Neira Ayuso 1-0/+2
2016-03-28netfilter: x_tables: fix unconditional helperGravatar Florian Westphal 1-12/+11
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeGravatar Florian Westphal 1-2/+4
2016-03-28netfilter: x_tables: validate e->target_offset earlyGravatar Florian Westphal 1-9/+8
2016-03-02netfilter: xtables: don't hook tables by defaultGravatar Florian Westphal 1-14/+28
2016-03-02netfilter: xtables: prepare for on-demand hook registerGravatar Florian Westphal 1-11/+10
2015-10-16netfilter: ipv4: code indentationGravatar Ian Morris 1-3/+3
2015-10-16netfilter: ipv4: function definition layoutGravatar Ian Morris 1-3/+3
2015-10-16netfilter: ipv4: ternary operator layoutGravatar Ian Morris 1-3/+3
2015-10-16netfilter: ipv4: label placementGravatar Ian Morris 1-1/+1
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramGravatar Eric W. Biederman 1-0/+1
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableGravatar Eric W. Biederman 1-1/+1
2015-09-17netfilter: Use nf_hook_state.netGravatar Eric W. Biederman 1-4/+4
2015-08-28Revert "netfilter: xtables: compute exact size needed for jumpstack"Gravatar Florian Westphal 1-18/+10
2015-07-15netfilter: xtables: remove __pure annotationGravatar Florian Westphal 1-1/+1
2015-07-15netfilter: add and use jump label for xt_teeGravatar Florian Westphal 1-1/+2
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetGravatar Florian Westphal 1-17/+20
2015-07-15netfilter: xtables: compute exact size needed for jumpstackGravatar Florian Westphal 1-10/+18
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Gravatar Eric Dumazet 1-2/+2