aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/xt_TEE.c
AgeCommit message (Expand)AuthorFilesLines
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