summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann1-1/+2
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-2/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-30ipvs: fix error return codeJulia Lawall1-1/+3
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller1-4/+12
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov1-0/+8
2012-08-10ipvs: fixed sparse warningClaudiu Ghioc1-4/+4
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov1-2/+3
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet1-7/+7
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso1-3/+26
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-1/+24
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso1-0/+16
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+32
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom1-22/+30
2012-04-25ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov1-2/+2
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-7/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-13/+13
2012-04-02ipvs: Stop using NLA_PUT*().David S. Miller1-50/+58
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov1-2/+8
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-12/+6
2011-11-01ipvs: Removed unused variablesSimon Horman1-4/+0
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-51/+80
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom1-51/+80
2011-10-05netfilter: Use proper rwlock init functionThomas Gleixner1-1/+1
2011-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller1-0/+1
2011-07-22IPVS: Free resources on module removalSimon Horman1-0/+1
2011-06-14IPVS: labels at pos 0Hans Schillstrom1-4/+4
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-10/+10
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom1-3/+3
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-19/+101
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-19/+101
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-3/+0
2011-04-05IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocksSimon Horman1-3/+0
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom1-1/+1
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet1-1/+1
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-104/+152
2011-03-15IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman1-36/+62
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman1-2/+2
2011-03-15ipvs: rename estimator functionsJulian Anastasov1-6/+6
2011-03-15ipvs: optimize rates readingJulian Anastasov1-19/+12
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov1-36/+60
2011-03-15ipvs: reorganize tot_statsJulian Anastasov1-21/+24
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov1-3/+5