aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_app.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+14
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov1-10/+14
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2016-02-18netfilter: ipvs: avoid unused variable warningsArnd Bergmann1-6/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanupEric W. Biederman1-4/+4
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_inc_releaseEric W. Biederman1-4/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman1-11/+6
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman1-2/+1
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_inc_newEric W. Biederman1-3/+3
2015-09-24ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman1-2/+4
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-2/+2
2013-04-02ipvs: convert app locksJulian Anastasov1-8/+19
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov1-16/+42
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom1-10/+0
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-2/+2
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom1-1/+1
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-12/+3
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman1-13/+10
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom1-3/+0
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom1-30/+43
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-4/+24
2010-09-21ipvs: changes related to service usecntJulian Anastasov1-3/+3
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder1-43/+0
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
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-8/+8
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+622