aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ftp.c
AgeCommit message (Expand)Author
2023-11-08ipvs: add missing module descriptionsFlorian Westphal
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-01ipvs: change some data types from int to boolAndrea Claudi
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng
2017-03-30ipvs: remove unused variableArushi Singhal
2017-03-30netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal
2015-09-24ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman
2014-12-10ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov
2013-04-02ipvs: convert app locksJulian Anastasov
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-26ipvs: add check in ftp for initialized coreJulian Anastasov
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski
2011-06-13ipvs: support more FTP PASV responsesJulian Anastasov
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom
2010-10-21ipvs: optimize checksums for appsJulian Anastasov
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov
2010-09-08ipvs: fix active FTPJulian Anastasov
2010-09-02ipvs: avoid oops for passive FTPJulian Anastasov
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUADJoe Perches
2010-01-11ipvs: use standardized format in sprintfJoe Perches