index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_TEE.c
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3
Thomas Gleixner
2018-10-11
netfilter: xt_TEE: add missing code to get interface index in checkentry.
Taehee Yoo
2018-10-11
netfilter: xt_TEE: fix wrong interface selection
Taehee Yoo
2018-07-17
netfilter: Kconfig: Change select IPv6 dependencies
Máté Eckl
2018-03-30
netfilter: Rework xt_TEE netdevice notifier
Kirill Tkhai
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-09-12
netfilter: Add the missed return value check of register_netdevice_notifier
Gao Feng
2016-02-08
netfilter: tee: select NF_DUP_IPV6 unconditionally
Arnd Bergmann
2015-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-10-22
netfilter: xt_TEE: fix NULL dereference
Eric Dumazet
2015-09-18
netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6
Eric W. Biederman
2015-08-21
netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)
Pablo Neira Ayuso
2015-08-07
netfilter: factor out packet duplication for IPv4/IPv6
Pablo Neira Ayuso
2015-08-07
netfilter: xt_TEE: get rid of WITH_CONNTRACK definition
Pablo Neira Ayuso
2015-07-15
netfilter: add and use jump label for xt_tee
Florian Westphal
2015-07-15
netfilter: move tee_active to core
Florian Westphal
2015-05-25
ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags
Martin KaFai Lau
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
2012-10-17
netfilter: xt_TEE: don't use destination address found in header
Eric Dumazet
2012-05-14
net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx
Alex Shi
2012-02-22
netfilter: ip6_route_output() never returns NULL.
RongQing.Li
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
2011-12-11
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-03-12
ipv6: Convert to use flowi6 where applicable.
David S. Miller
2011-03-12
ipv4: Use flowi4 in public route lookup interfaces.
David S. Miller
2011-03-12
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-02
ipv4: Make output route lookup return rtable directly.
David S. Miller
2010-11-17
net: use the macros defined for the members of flowi
Changli Gao
2010-06-15
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-06-10
net-next: remove useless union keyword
Changli Gao
2010-06-08
netfilter: nf_conntrack: IPS_UNTRACKED bit
Eric Dumazet
2010-05-28
xt_tee: use skb_dst_drop()
Eric Dumazet
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-04-20
netfilter: xt_TEE: resolve oif using netdevice notifiers
Patrick McHardy
2010-04-19
netfilter: xt_TEE: have cloned packet travel through Xtables too
Jan Engelhardt
2010-04-19
netfilter: xtables: inclusion of xt_TEE
Jan Engelhardt