summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_TEE.c
AgeCommit message (Expand)Author
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-09-12netfilter: Add the missed return value check of register_netdevice_notifierGao Feng
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-10-22netfilter: xt_TEE: fix NULL dereferenceEric Dumazet
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman
2015-08-21netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Pablo Neira Ayuso
2015-08-07netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso
2015-08-07netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: move tee_active to coreFlorian Westphal
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2012-10-17netfilter: xt_TEE: don't use destination address found in headerEric Dumazet
2012-05-14net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-04-20netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy
2010-04-19netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt
2010-04-19netfilter: xtables: inclusion of xt_TEEJan Engelhardt