summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TPROXY.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Libify xt_TPROXYMáté Eckl2018-06-031-337/+18
* netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl2018-06-031-13/+2
* netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-141-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-4/+0
|\
| * netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-4/+0
* | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-2/+2
* | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-1/+1
|/
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-081-1/+4
* netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-061-5/+10
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-7/+9
* netfilter: tproxy: properly refcount tcp listenersEric Dumazet2016-08-181-0/+4
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-11/+20
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-181-12/+12
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-091-4/+2
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-2/+2
|\
| * netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso2015-03-201-2/+2
* | netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-6/+12
|/
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-1/+1
* netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal2013-08-051-1/+1
* netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal2013-07-311-1/+159
* netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal2013-07-311-0/+9
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-2/+2
* netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-091-2/+2
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-171-2/+20
* netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...KOVACS Krisztian2010-10-251-4/+6
* tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler2010-10-211-70/+132
* tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler2010-10-211-37/+225
* tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler2010-10-211-5/+63
* netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao2010-09-161-1/+1
* netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao2010-07-091-2/+4
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-2/+2
* netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-2/+2
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-7/+2
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-8/+3
* netfilter: iptables TPROXY targetKOVACS Krisztian2008-10-081-0/+112