summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-07-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+1
|\
| * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+1
* | 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: xtables: use ipt_get_target_c instead of ipt_get_targetTaehee Yoo2018-04-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-19/+12Star
|\
| * Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-301-16/+1Star
| * 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-2/+6
| * 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/+3Star
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-5/+0Star
| * netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-051-1/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+6
|\
| * netfilter: add back stackpointer size checksFlorian Westphal2018-02-141-1/+6
* | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai2018-02-191-0/+1
|/
* 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/+21
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-041-3/+1Star
|\
| * netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
| * netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-021-2/+0Star
* | netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-311-4/+5
|/
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-12/+8Star
* iptables: 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-2/+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/+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-11/+9Star
* netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-051-204/+40Star
* 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-43/+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