summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6_tables.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-30
|\
| * Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-30
| * netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-05
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-05
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-05
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-05
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-05
| * netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-05
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
|/
* net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-05
* netfilter: add back stackpointer size checksFlorian Westphal2018-02-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-19
| * netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-08
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-03
|\ \ | |/ |/|
| * netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-04
* | netfilter: remove redundant assignment to eColin Ian King2017-11-20
|/
* netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-24
* netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-08
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-04
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-02
* netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal2017-04-08
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-07
* ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-09
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-06
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-06
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-06
* netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-13
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-03
* netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-25
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-18
* netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-03
* netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-05
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-29
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-14
* netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-14
* netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-14
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-14
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-14
* netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-14
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-14
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-14
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-14
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-14
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-14
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-14
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-28
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-28
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-28