summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-221-4/+12
|\ \ | |/ |/|
| * ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-101-0/+8
| * ipvs: fixed sparse warningClaudiu Ghioc2012-08-101-4/+4
* | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-08-151-0/+1
|/
* ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-07-171-2/+3
* netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet2012-06-251-7/+7
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-3/+26
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-1/+24
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-081-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-24/+32
|\
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-22/+30
| * ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov2012-04-251-2/+2
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-7/+0
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+1
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-13/+13
* | ipvs: Stop using NLA_PUT*().David S. Miller2012-04-021-50/+58
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-021-2/+8
|\
| * ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-311-2/+8
* | ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-281-1/+1
|/
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-12/+6
* ipvs: Removed unused variablesSimon Horman2011-11-011-4/+0
* Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-10-171-51/+80
|\
| * IPVS netns shutdown/startup dead-lockHans Schillstrom2011-10-121-51/+80
* | netfilter: Use proper rwlock init functionThomas Gleixner2011-10-051-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller2011-07-281-0/+1
|\
| * IPVS: Free resources on module removalSimon Horman2011-07-221-0/+1
* | IPVS: labels at pos 0Hans Schillstrom2011-06-141-4/+4
* | IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-10/+10
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-3/+3
|\
| * IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom2011-05-151-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-19/+101
|\|
| * IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-19/+101
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-3/+0
|\ \ | |/ |/|
| * IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocksSimon Horman2011-04-051-3/+0
* | IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom2011-04-041-1/+1
|/
* ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet2011-03-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-151-104/+152
|\
| * IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman2011-03-151-36/+62
| * IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-151-2/+2
| * ipvs: rename estimator functionsJulian Anastasov2011-03-151-6/+6
| * ipvs: optimize rates readingJulian Anastasov2011-03-151-19/+12
| * ipvs: properly zero stats and ratesJulian Anastasov2011-03-151-36/+60
| * ipvs: reorganize tot_statsJulian Anastasov2011-03-151-21/+24
| * ipvs: avoid lookup for fwmark 0Julian Anastasov2011-03-151-3/+5
* | ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-6/+4
* | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-2/+2
|\ \ | |/ |/|
| * ipvs: fix dst_lock locking on dest updateJulian Anastasov2011-03-021-2/+2
* | IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman2011-02-011-5/+9
* | IPVS: remove duplicate initialisation or rs_tableSimon Horman2011-02-011-3/+0