aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/xt_TPROXY.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21netfilter: xt_TPROXY: remove pr_debug invocationsGravatar Justin Stitt 1-23/+2
2021-04-26netfilter: disable defrag once its no longer neededGravatar Florian Westphal 1-0/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-9/+0
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hGravatar Máté Eckl 1-9/+0
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerGravatar Máté Eckl 1-4/+4
2018-06-03netfilter: Libify xt_TPROXYGravatar Máté Eckl 1-337/+18
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionGravatar Máté Eckl 1-13/+2
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsGravatar Florian Westphal 1-4/+2
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-4/+0
2017-08-07net: ipv6: add second dif to inet6 socket lookupsGravatar David Ahern 1-2/+2
2017-08-07net: ipv4: add second dif to inet socket lookupsGravatar David Ahern 1-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Gravatar Taehee Yoo 1-4/+0
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-2/+2
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalGravatar Liping Zhang 1-1/+4
2016-12-06netfilter: defrag: only register defrag functionality if neededGravatar Florian Westphal 1-5/+10
2016-11-03netfilter: x_tables: move hook state into xt_action_param structureGravatar Pablo Neira Ayuso 1-7/+9
2016-08-18netfilter: tproxy: properly refcount tcp listenersGravatar Eric Dumazet 1-0/+4
2016-02-11inet: refactor inet[6]_lookup functions to take skbGravatar Craig Gallek 1-11/+20
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Gravatar Eric W. Biederman 1-12/+12
2015-07-09inet: inet_twsk_deschedule factorizationGravatar Eric Dumazet 1-4/+2
2015-04-13tcp/dccp: get rid of central timewait timerGravatar Eric Dumazet 1-2/+2
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2015-03-20netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Gravatar Pablo Neira Ayuso 1-2/+2
2015-03-17netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportGravatar Eric Dumazet 1-6/+12
2013-10-09ipv6: make lookups simpler and fasterGravatar Eric Dumazet 1-1/+1
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nGravatar Florian Westphal 1-1/+1
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hGravatar Florian Westphal 1-1/+159
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbGravatar Florian Westphal 1-0/+9
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-2/+2
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Gravatar Hans Schillstrom 1-2/+2
2011-12-16net:netfilter: use IS_ENABLEDGravatar Igor Maravić 1-1/+1
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skGravatar Florian Westphal 1-2/+20
2010-10-25netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...Gravatar KOVACS Krisztian 1-4/+6
2010-10-21tproxy: use the interface primary IP address as a default value for --on-ipGravatar Balazs Scheidler 1-70/+132
2010-10-21tproxy: added IPv6 support to the TPROXY targetGravatar Balazs Scheidler 1-37/+225
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Gravatar Balazs Scheidler 1-5/+63
2010-09-16netfilter: use NFPROTO_IPV4 instead of AF_INETGravatar Changli Gao 1-1/+1
2010-07-09netfilter: xt_TPROXY: the length of lines should be within 80Gravatar Changli Gao 1-2/+4
2010-05-11netfilter: xtables: substitute temporary defines by final nameGravatar Jan Engelhardt 1-1/+1
2010-03-25netfilter: xtables: change targets to return error codeGravatar Jan Engelhardt 1-2/+2
2010-03-25netfilter: xtables: change xt_target.checkentry return typeGravatar Jan Engelhardt 1-1/+1
2010-03-25netfilter: xt extensions: use pr_<level> (2)Gravatar Jan Engelhardt 1-2/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Gravatar Jan Engelhardt 1-7/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Gravatar Jan Engelhardt 1-8/+3
2008-10-08netfilter: iptables TPROXY targetGravatar KOVACS Krisztian 1-0/+112