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