aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)Author
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter
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
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom
2012-04-25ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-02ipvs: Stop using NLA_PUT*().David S. Miller
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches
2011-11-01ipvs: Removed unused variablesSimon Horman
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller