summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-201-1/+1
|\
| * ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov2015-02-091-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+6
|/
* netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-201-2/+1Star
* ipvs: Allow heterogeneous pools now that we support themAlex Gartrell2014-09-181-4/+20
* ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell2014-09-161-0/+15
* ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell2014-09-161-6/+6
* ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-161-12/+12
* ipvs: Add destination address family to netlink interfaceAlex Gartrell2014-09-161-7/+38
* ipvs: reduce stack usage for sockopt dataJulian Anastasov2014-09-091-50/+61
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-15/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-211-86/+0Star
|\
| * ipvs: Remove dead debug codeYannick Brosseau2014-07-161-86/+0Star
* | ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-06-131-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-03-171-1/+1
|\
| * sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen2014-03-071-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-2/+2
|\
| * genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-1/+1
| * genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-3/+22
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-3/+22
* | ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-151-5/+1Star
|/
* ipvs: make the service replacement more robustJulian Anastasov2013-09-181-51/+35Star
* ipvs: add sync_persist_mode flagJulian Anastasov2013-06-261-0/+7
* ipvs: sloppy TCP and SCTPAlexander Frolkin2013-06-261-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-0/+1
|\
| * ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter2013-06-101-0/+1
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-061-2/+2
|\ \
| * | ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei2013-05-261-2/+2
| |/
* / net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
|/
* ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-231-16/+24
* ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov2013-04-231-4/+6
* ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov2013-04-231-1/+4
* ipvs: convert services to rcuJulian Anastasov2013-04-021-176/+123Star
* ipvs: convert dests to rcuJulian Anastasov2013-04-021-15/+17
* ipvs: convert sched_lock to spin lockJulian Anastasov2013-04-021-1/+1
* ipvs: do not expect result from done_serviceJulian Anastasov2013-04-021-4/+1Star
* ipvs: reorganize dest trashJulian Anastasov2013-04-021-74/+104
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-021-2/+2
* ipvs: preparations for using rcu in schedulersJulian Anastasov2013-04-021-0/+8
* ipvs: remove rs_lock by using RCUJulian Anastasov2013-04-021-57/+31Star
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-7/+18
* ipvs: rename functions related to dst_cache resetJulian Anastasov2013-04-021-12/+22
* ipvs: prefer NETDEV_DOWN event to free cached dstsJulian Anastasov2013-04-021-5/+3Star
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-251-3/+5
|\
| * ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov2013-03-191-3/+5
* | ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-191-0/+7
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-3/+3