summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-1/+4
|\
| * netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2018-05-231-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+1
|\ \ | |/ |/|
| * netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-081-0/+1
* | netfilter: x_tables: remove duplicate ip6t_get_target function callTaehee Yoo2018-04-241-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-20/+13
|\
| * Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-301-16/+1
| * netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-051-1/+16
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-3/+7
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-1/+1
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-10/+3
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-5/+0
| * netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-051-1/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
|/
* net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-051-0/+1
* 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/+12
|\
| * netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0
| * netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-14/+12
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-6/+1
|\ \ | |/ |/|
| * netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-6/+1
* | netfilter: remove redundant assignment to eColin Ian King2017-11-201-1/+0
|/
* 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/+3
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
* netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal2017-04-081-9/+0
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-12/+8
* ip6tables: 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-3/+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-8/+8
* netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-051-188/+41
* 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/+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-125/+23
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-18/+9
* netfilter: ip6_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