summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: add ipv6 support to ftpJulian Anastasov2018-06-011-162/+305
* ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov2018-02-281-1/+1
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-2/+0
* netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal2017-04-191-1/+2
* netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-2/+1
* Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2017-04-151-5/+2
|\
| * ipvs: remove unused variableArushi Singhal2017-03-301-4/+1
| * netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal2017-03-301-1/+1
* | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-5/+8
|/
* ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman2015-09-241-6/+2
* ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman2015-09-241-3/+8
* ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman2015-09-241-3/+3
* ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman2015-09-241-3/+3
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2014-12-101-5/+5
* netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-3/+3
* ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-161-2/+4
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-0/+2
* ipvs: convert app locksJulian Anastasov2013-04-021-0/+2
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-0/+1
* ipvs: generalize app registration in netnsJulian Anastasov2012-08-101-16/+5
* ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-0/+2
|\
| * ipvs: add check in ftp for initialized coreJulian Anastasov2012-04-261-0/+2
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
|/
* ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski2011-11-011-2/+3
* ipvs: support more FTP PASV responsesJulian Anastasov2011-06-131-14/+38
* IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom2011-05-271-8/+19
* IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-131-6/+0
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-131-6/+8
* IPVS: netns awareness to ip_vs_appHans Schillstrom2011-01-131-4/+4
* IPVS: netns preparation for proto_tcpHans Schillstrom2011-01-131-2/+6
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-4/+30
* IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-251-2/+3
* ipvs: optimize checksums for appsJulian Anastasov2010-10-211-1/+6
* IPVS: Add struct ip_vs_conn_paramSimon Horman2010-10-041-19/+24
* ipvs: netfilter connection tracking changesJulian Anastasov2010-09-211-139/+7
* ipvs: fix active FTPJulian Anastasov2010-09-081-6/+0
* ipvs: avoid oops for passive FTPJulian Anastasov2010-09-021-1/+2
* IPVS: make FTP work with full NAT supportHannes Eder2010-07-231-12/+164
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUADJoe Perches2010-03-151-2/+8
|/
* ipvs: use standardized format in sprintfJoe Perches2010-01-111-1/+1
* IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-021-2/+2
* IPVS: use pr_fmtHannes Eder2009-07-301-0/+3
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-8/+5
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-0/+410
OpenPOWER on IntegriCloud