summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)Author
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
2013-04-02ipvs: prefer NETDEV_DOWN event to free cached dstsJulian Anastasov
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov
2013-03-19ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30ipvs: fix error return codeJulia Lawall
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov
2012-08-10ipvs: fixed sparse warningClaudiu Ghioc
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov