| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-11-04 | 1 | -2/+4 |
|\ |
|
| * | netfilter: xt_TEE: fix NULL dereference | Eric Dumazet | 2015-10-22 | 1 | -2/+4 |
* | | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 | Eric W. Biederman | 2015-09-18 | 1 | -2/+2 |
|/ |
|
* | netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6) | Pablo Neira Ayuso | 2015-08-21 | 1 | -2/+2 |
* | netfilter: factor out packet duplication for IPv4/IPv6 | Pablo Neira Ayuso | 2015-08-07 | 1 | -152/+6 |
* | netfilter: xt_TEE: get rid of WITH_CONNTRACK definition | Pablo Neira Ayuso | 2015-08-07 | 1 | -5/+3 |
* | netfilter: add and use jump label for xt_tee | Florian Westphal | 2015-07-15 | 1 | -0/+2 |
* | netfilter: move tee_active to core | Florian Westphal | 2015-07-15 | 1 | -7/+6 |
* | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags | Martin KaFai Lau | 2015-05-25 | 1 | -0/+1 |
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | netfilter: xt_TEE: don't use destination address found in header | Eric Dumazet | 2012-10-17 | 1 | -0/+1 |
* | net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx | Alex Shi | 2012-05-14 | 1 | -6/+6 |
* | netfilter: ip6_route_output() never returns NULL. | RongQing.Li | 2012-02-22 | 1 | -2/+3 |
* | net:netfilter: use IS_ENABLED | Igor Maravić | 2011-12-16 | 1 | -1/+1 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -6/+3 |
* | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 2011-03-12 | 1 | -6/+6 |
* | ipv4: Use flowi4 in public route lookup interfaces. | David S. Miller | 2011-03-12 | 1 | -7/+7 |
* | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2011-03-12 | 1 | -2/+2 |
* | ipv4: Make output route lookup return rtable directly. | David S. Miller | 2011-03-02 | 1 | -1/+2 |
* | net: use the macros defined for the members of flowi | Changli Gao | 2010-11-17 | 1 | -6/+6 |
* | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2010-06-15 | 1 | -2/+2 |
|\ |
|
| * | net-next: remove useless union keyword | Changli Gao | 2010-06-10 | 1 | -2/+2 |
* | | netfilter: nf_conntrack: IPS_UNTRACKED bit | Eric Dumazet | 2010-06-08 | 1 | -2/+2 |
|/ |
|
* | xt_tee: use skb_dst_drop() | Eric Dumazet | 2010-05-28 | 1 | -2/+2 |
* | netfilter: xtables: substitute temporary defines by final name | Jan Engelhardt | 2010-05-11 | 1 | -2/+2 |
* | netfilter: xt_TEE: resolve oif using netdevice notifiers | Patrick McHardy | 2010-04-20 | 1 | -23/+80 |
* | netfilter: xt_TEE: have cloned packet travel through Xtables too | Jan Engelhardt | 2010-04-19 | 1 | -22/+18 |
* | netfilter: xtables: inclusion of xt_TEE | Jan Engelhardt | 2010-04-19 | 1 | -0/+256 |