aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TPROXY.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-21netfilter: xt_TPROXY: remove pr_debug invocationsJustin Stitt1-23/+2
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal1-0/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-9/+0
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl1-9/+0
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl1-4/+4
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl1-337/+18
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl1-13/+2
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-4/+2
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+0
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern1-2/+2
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern1-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-4/+0
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang1-1/+4
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal1-5/+10
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-7/+9
2016-08-18netfilter: tproxy: properly refcount tcp listenersEric Dumazet1-0/+4
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek1-11/+20
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-12/+12
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-4/+2
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-2/+2
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-03-20netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso1-2/+2
2015-03-17netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet1-6/+12
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-1/+1
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal1-1/+1
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal1-1/+159
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal1-0/+9
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+2
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom1-2/+2
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-1/+1
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal1-2/+20
2010-10-25netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXYKOVACS Krisztian1-4/+6
2010-10-21tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler1-70/+132
2010-10-21tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler1-37/+225
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tupleBalazs Scheidler1-5/+63
2010-09-16netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao1-1/+1
2010-07-09netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao1-2/+4
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-2/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-7/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-8/+3
2008-10-08netfilter: iptables TPROXY targetKOVACS Krisztian1-0/+112