summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6table_mangle.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-081-8/+0Star
* netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso2016-07-011-4/+0Star
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-14/+23
* netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-021-4/+5
* ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-291-1/+1
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
* inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-181-7/+5Star
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-181-3/+3
* netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller2015-04-041-6/+6
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-7/+6Star
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-5/+5
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* netfilter: ipv6: propagate routing errors from ip6_route_me_harder()Patrick McHardy2013-04-081-3/+6
* netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+3
* netfilter: PTR_RET can be usedWu Fengguang2012-08-141-3/+1Star
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1Star
* netfilter: ip6table_mangle: Fix set-but-unused variables.David S. Miller2011-04-181-1/+2
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: iptables: remove unused function argumentsJan Engelhardt2010-02-151-7/+3Star
* netfilter: xtables: fix mangle tablesAlexey Dobriyan2010-02-111-1/+3
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-38/+7Star
* netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-101-41/+7Star
* netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt2010-02-101-30/+20Star
* netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-181-1/+1
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-7/+7
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-2/+2
* netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-101-1/+1
* netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2009-08-101-5/+5
* netfilter: x_tables: remove unneeded initializationsStephen Hemminger2009-02-181-1/+0Star
* netfilter: netns: ip6table_mangle in netns for realAlexey Dobriyan2008-10-081-9/+22
* netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy2008-06-241-1/+1
* [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day2008-04-141-1/+1
* [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan2008-02-011-11/+29
* [NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan2008-02-011-1/+1
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-011-8/+9
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-20/+20
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-16/+16
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-111-6/+0Star
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-111-67/+29Star
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-261-2/+0Star
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-7/+7
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-5/+5
* [NETFILTER]: ip6_tables: remove redundant structure definitionsPatrick McHardy2007-02-081-19/+0Star
* [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...Jan Engelhardt2007-02-081-1/+1
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-5/+4Star
* [NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy2006-09-231-6/+2Star