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_TPROXY.c
Age
Commit message (
Expand
)
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-07-16
netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h
Máté Eckl
2018-07-06
netfilter: nf_tproxy: fix possible non-linear access to transport header
Máté Eckl
2018-06-03
netfilter: Libify xt_TPROXY
Máté Eckl
2018-06-03
netfilter: Decrease code duplication regarding transparent socket option
Máté Eckl
2018-02-14
netfilter: x_tables: use pr ratelimiting in all remaining spots
Florian Westphal
2017-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-08-07
net: ipv6: add second dif to inet6 socket lookups
David Ahern
2017-08-07
net: ipv4: add second dif to inet socket lookups
David Ahern
2017-07-24
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-04-08
netfilter: make it safer during the inet6_dev->addr_list traversal
Liping Zhang
2016-12-06
netfilter: defrag: only register defrag functionality if needed
Florian Westphal
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-08-18
netfilter: tproxy: properly refcount tcp listeners
Eric Dumazet
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2015-07-09
inet: inet_twsk_deschedule factorization
Eric Dumazet
2015-04-13
tcp/dccp: get rid of central timewait timer
Eric Dumazet
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()
Pablo Neira Ayuso
2015-03-17
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
Eric Dumazet
2013-10-09
ipv6: make lookups simpler and faster
Eric Dumazet
2013-08-05
netfilter: tproxy: fix build with IP6_NF_IPTABLES=n
Florian Westphal
2013-07-31
netfilter: tproxy: remove nf_tproxy_core.h
Florian Westphal
2013-07-31
netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb
Florian Westphal
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-05-09
netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()
Hans Schillstrom
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
2011-02-17
netfilter: tproxy: do not assign timewait sockets to skb->sk
Florian Westphal
2010-10-25
netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...
KOVACS Krisztian
2010-10-21
tproxy: use the interface primary IP address as a default value for --on-ip
Balazs Scheidler
2010-10-21
tproxy: added IPv6 support to the TPROXY target
Balazs Scheidler
2010-10-21
tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...
Balazs Scheidler
2010-09-16
netfilter: use NFPROTO_IPV4 instead of AF_INET
Changli Gao
2010-07-09
netfilter: xt_TPROXY: the length of lines should be within 80
Changli Gao
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-03-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
2010-03-25
netfilter: xtables: change xt_target.checkentry return type
Jan Engelhardt
2010-03-25
netfilter: xt extensions: use pr_<level> (2)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (5/6)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
2008-10-08
netfilter: iptables TPROXY target
KOVACS Krisztian