aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/xt_TEE.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Gravatar Thomas Gleixner 1-4/+1
2018-10-11netfilter: xt_TEE: add missing code to get interface index in checkentry.Gravatar Taehee Yoo 1-0/+7
2018-10-11netfilter: xt_TEE: fix wrong interface selectionGravatar Taehee Yoo 1-17/+52
2018-07-17netfilter: Kconfig: Change select IPv6 dependenciesGravatar Máté Eckl 1-2/+2
2018-03-30netfilter: Rework xt_TEE netdevice notifierGravatar Kirill Tkhai 1-27/+46
2017-01-09xtables: extend matches and targets with .usersizeGravatar Willem de Bruijn 1-0/+2
2016-11-03netfilter: x_tables: move hook state into xt_action_param structureGravatar Pablo Neira Ayuso 1-2/+2
2016-09-12netfilter: Add the missed return value check of register_netdevice_notifierGravatar Gao Feng 1-1/+7
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyGravatar Arnd Bergmann 1-2/+2
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-2/+4
2015-10-22netfilter: xt_TEE: fix NULL dereferenceGravatar Eric Dumazet 1-2/+4
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Gravatar Eric W. Biederman 1-2/+2
2015-08-21netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Gravatar Pablo Neira Ayuso 1-2/+2
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Gravatar Pablo Neira Ayuso 1-152/+6
2015-08-07netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionGravatar Pablo Neira Ayuso 1-5/+3
2015-07-15netfilter: add and use jump label for xt_teeGravatar Florian Westphal 1-0/+2
2015-07-15netfilter: move tee_active to coreGravatar Florian Westphal 1-7/+6
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsGravatar Martin KaFai Lau 1-0/+1
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2012-10-17netfilter: xt_TEE: don't use destination address found in headerGravatar Eric Dumazet 1-0/+1
2012-05-14net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxGravatar Alex Shi 1-6/+6
2012-02-22netfilter: ip6_route_output() never returns NULL.Gravatar RongQing.Li 1-2/+3
2011-12-16net:netfilter: use IS_ENABLEDGravatar Igor Maravić 1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-6/+3
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-6/+6
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.Gravatar David S. Miller 1-7/+7
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-2/+2
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-1/+2
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-6/+6
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-2/+2
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-2/+2
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitGravatar Eric Dumazet 1-2/+2
2010-05-28xt_tee: use skb_dst_drop()Gravatar Eric Dumazet 1-2/+2
2010-05-11netfilter: xtables: substitute temporary defines by final nameGravatar Jan Engelhardt 1-2/+2
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersGravatar Patrick McHardy 1-23/+80
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooGravatar Jan Engelhardt 1-22/+18
2010-04-19netfilter: xtables: inclusion of xt_TEEGravatar Jan Engelhardt 1-0/+256