aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TPROXY.c
AgeCommit message (Expand)Author
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-08-18netfilter: tproxy: properly refcount tcp listenersEric Dumazet
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso
2015-03-17netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal
2010-10-25netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...KOVACS Krisztian
2010-10-21tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler
2010-10-21tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler
2010-09-16netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao
2010-07-09netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: iptables TPROXY targetKOVACS Krisztian