aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+6
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-09-18ipvs: Allow heterogeneous pools now that we support themAlex Gartrell1-4/+20
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+15
2014-09-16ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell1-6/+6
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-12/+12
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-7/+38
2014-09-09ipvs: reduce stack usage for sockopt dataJulian Anastasov1-50/+61
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso1-15/+4
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-86/+0
2014-07-16ipvs: Remove dead debug codeYannick Brosseau1-86/+0
2014-06-13ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov1-1/+1
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen1-1/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+22
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-3/+22
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov1-5/+1
2013-09-18ipvs: make the service replacement more robustJulian Anastasov1-51/+35
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+7
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin1-0/+14
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter1-0/+1
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-05-26ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei1-2/+2
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov1-16/+24
2013-04-23ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov1-4/+6
2013-04-23ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov1-1/+4
2013-04-02ipvs: convert services to rcuJulian Anastasov1-176/+123
2013-04-02ipvs: convert dests to rcuJulian Anastasov1-15/+17
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov1-1/+1
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov1-4/+1
2013-04-02ipvs: reorganize dest trashJulian Anastasov1-74/+104
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov1-2/+2
2013-04-02ipvs: preparations for using rcu in schedulersJulian Anastasov1-0/+8
2013-04-02ipvs: remove rs_lock by using RCUJulian Anastasov1-57/+31
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov1-7/+18
2013-04-02ipvs: rename functions related to dst_cache resetJulian Anastasov1-12/+22
2013-04-02ipvs: prefer NETDEV_DOWN event to free cached dstsJulian Anastasov1-5/+3
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-3/+5
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov1-0/+7
2013-03-19ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov1-3/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-4/+4
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-2/+2