aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ftp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov1-162/+305
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov1-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-2/+0
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal1-1/+2
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-2/+1
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso1-5/+2
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng1-5/+8
2017-03-30ipvs: remove unused variableArushi Singhal1-4/+1
2017-03-30netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal1-1/+1
2015-09-24ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman1-6/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman1-3/+8
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman1-3/+3
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-3/+3
2014-12-10ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-2/+4
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-0/+2
2013-04-02ipvs: convert app locksJulian Anastasov1-0/+2
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-0/+1
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov1-16/+5
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-04-26ipvs: add check in ftp for initialized coreJulian Anastasov1-0/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski1-2/+3
2011-06-13ipvs: support more FTP PASV responsesJulian Anastasov1-14/+38
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom1-8/+19
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom1-6/+0
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-6/+8
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom1-4/+4
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom1-2/+6
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-4/+30
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon.Hans Schillstrom1-2/+3
2010-10-21ipvs: optimize checksums for appsJulian Anastasov1-1/+6
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman1-19/+24
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov1-139/+7
2010-09-08ipvs: fix active FTPJulian Anastasov1-6/+0
2010-09-02ipvs: avoid oops for passive FTPJulian Anastasov1-1/+2
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder1-12/+164
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUADJoe Perches1-2/+8
2010-01-11ipvs: use standardized format in sprintfJoe Perches1-1/+1
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-2/+2
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-8/+5
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+410