summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAge
...
* ipvs: Pass ipvs not net to ip_vs_flushEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_add_serviceEric W. Biederman2015-09-24
* ipvs: Cache ipvs in ip_vs_genl_set_cmdEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_dest_trash_expireEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to __ip_vs_del_destEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_trash_cleanupEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_has_real_serviceEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to __ip_vs_service_findEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_svc_hashkeyEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to __ip_vs_svc_fwm_findEric W. Biederman2015-09-24
* ipvs: Pass ipvs not net to ip_vs_svc_fwm_hashkeyEric W. Biederman2015-09-24
* ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman2015-09-24
* ipvs: Don't use current in proc_do_defense_modeEric W. Biederman2015-09-24
* ipvs: add sysctl to ignore tunneled packetsAlex Gartrell2015-09-17
* ipvs: add schedule_icmp sysctlAlex Gartrell2015-09-01
* ipvs: add more mcast parameters for the sync daemonJulian Anastasov2015-08-21
* ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2015-08-21
* ipvs: call rtnl_lock earlyJulian Anastasov2015-08-21
* ipvs: fix crash if scheduler is changedJulian Anastasov2015-07-14
* ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-05-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-03
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-20
| |\
| | * ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov2015-02-09
* | | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-25
* | | ipvs: use 64-bit rates in statsJulian Anastasov2015-02-09
|/ /
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
|/
* netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-20
* ipvs: Allow heterogeneous pools now that we support themAlex Gartrell2014-09-18
* ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell2014-09-16
* ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell2014-09-16
* ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-16
* ipvs: Add destination address family to netlink interfaceAlex Gartrell2014-09-16
* ipvs: reduce stack usage for sockopt dataJulian Anastasov2014-09-09
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-20
|\
| * ipvs: Remove dead debug codeYannick Brosseau2014-07-16
* | ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-06-13
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-03-17
|\
| * sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen2014-03-07
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-19
|\
| * genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
| * genetlink: make all genl_ops users constJohannes Berg2013-11-14
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-14
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* | ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-15
|/
* ipvs: make the service replacement more robustJulian Anastasov2013-09-18
* ipvs: add sync_persist_mode flagJulian Anastasov2013-06-26