summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)Author
2015-10-22ipvs: fix crash if scheduler is changedJulian Anastasov
2015-05-08ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner
2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-02-09ipvs: use 64-bit rates in statsJulian Anastasov
2015-02-09ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-09-18ipvs: Allow heterogeneous pools now that we support themAlex Gartrell
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell
2014-09-16ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell
2014-09-09ipvs: reduce stack usage for sockopt dataJulian Anastasov
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-16ipvs: Remove dead debug codeYannick Brosseau
2014-06-13ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov
2013-09-18ipvs: make the service replacement more robustJulian Anastasov
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-26ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov
2013-04-23ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov
2013-04-23ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov
2013-04-02ipvs: convert services to rcuJulian Anastasov
2013-04-02ipvs: convert dests to rcuJulian Anastasov
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov
2013-04-02ipvs: reorganize dest trashJulian Anastasov
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov
2013-04-02ipvs: preparations for using rcu in schedulersJulian Anastasov
2013-04-02ipvs: remove rs_lock by using RCUJulian Anastasov
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov
2013-04-02ipvs: rename functions related to dst_cache resetJulian Anastasov