aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TEE.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30netfilter: Rework xt_TEE netdevice notifierKirill Tkhai1-27/+46
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+2
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-2/+2
2016-09-12netfilter: Add the missed return value check of register_netdevice_notifierGao Feng1-1/+7
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann1-2/+2
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2015-10-22netfilter: xt_TEE: fix NULL dereferenceEric Dumazet1-2/+4
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman1-2/+2
2015-08-21netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Pablo Neira Ayuso1-2/+2
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso1-152/+6
2015-08-07netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso1-5/+3
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal1-0/+2
2015-07-15netfilter: move tee_active to coreFlorian Westphal1-7/+6
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau1-0/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2012-10-17netfilter: xt_TEE: don't use destination address found in headerEric Dumazet1-0/+1
2012-05-14net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi1-6/+6
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li1-2/+3
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-6/+3
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-6/+6
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-7/+7
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-6/+6
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-2/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet1-2/+2
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet1-2/+2
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-2/+2
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy1-23/+80
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt1-22/+18
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt1-0/+256