summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TEE.c
Commit message (Expand)AuthorAgeFilesLines
* xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+2
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-2/+2
* netfilter: Add the missed return value check of register_netdevice_notifierGao Feng2016-09-121-1/+7
* netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2016-02-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-041-2/+4
|\
| * netfilter: xt_TEE: fix NULL dereferenceEric Dumazet2015-10-221-2/+4
* | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-181-2/+2
|/
* netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Pablo Neira Ayuso2015-08-211-2/+2
* netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-071-152/+6
* netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso2015-08-071-5/+3
* netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-0/+2
* netfilter: move tee_active to coreFlorian Westphal2015-07-151-7/+6
* ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-251-0/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* netfilter: xt_TEE: don't use destination address found in headerEric Dumazet2012-10-171-0/+1
* net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxxAlex Shi2012-05-141-6/+6
* netfilter: ip6_route_output() never returns NULL.RongQing.Li2012-02-221-2/+3
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-6/+3
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-6/+6
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-7/+7
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-6/+6
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-2/+2
|\
| * net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* | netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-081-2/+2
|/
* xt_tee: use skb_dst_drop()Eric Dumazet2010-05-281-2/+2
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+2
* netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy2010-04-201-23/+80
* netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt2010-04-191-22/+18
* netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-191-0/+256
OpenPOWER on IntegriCloud