summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add back stackpointer size checksFlorian Westphal2018-02-141-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-15/+12Star
|\
| * netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0Star
| * netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-14/+12Star
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-6/+1Star
|\ \ | |/ |/|
| * netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-6/+1Star
* | netfilter: remove redundant assignment to eColin Ian King2017-11-201-1/+0Star
|/
* netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-241-2/+20
* netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-081-0/+1
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3Star
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
* netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal2017-04-081-9/+0Star
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-12/+8Star
* ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6Star
* 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/+1Star
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-3/+2Star
* 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/+1Star
* 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-8/+8
* netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-051-188/+41Star
* 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-44/+5Star
* netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-141-7/+0Star
* netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-141-2/+0Star
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-141-125/+23Star
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-18/+9Star
* netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24Star
* 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/+8Star
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-11/+1Star
* 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/+11Star
* 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/+8Star
* 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/+12
* netfilter: ip6_tables: improve if statementsIan Morris2015-10-141-3/+3
* netfilter: ip6_tables: ternary operator layoutIan Morris2015-10-131-2/+2
* netfilter: ipv6: code indentationIan Morris2015-10-131-2/+2
* netfilter: ip6_tables: function definition layoutIan Morris2015-10-131-3/+3
* netfilter: ip6_tables: label placementIan Morris2015-10-131-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