aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-241-108/+143
* ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-10-211-2/+3
* ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-10-021-0/+1
* IPVS: Free resources on module removalSimon Horman2011-08-151-0/+1
* 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
* | IPVS netns BUG, register sysctl for root nsHans Schillstrom2011-01-251-1/+1
* | netfilter: ipvs: fix compiler warningsChangli Gao2011-01-221-0/+4
* | IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-131-6/+1
* | IPVS: netns, misc init_net removal in core.Hans Schillstrom2011-01-131-4/+5
* | IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom2011-01-131-12/+9
* | IPVS: netns, trash handlingHans Schillstrom2011-01-131-12/+11
* | IPVS: netns, defense work timer.Hans Schillstrom2011-01-131-11/+9
* | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-131-141/+150
* | IPVS: netns, ip_vs_stats and its procfsHans Schillstrom2011-01-131-20/+114
* | IPVS: netns awareness to ip_vs_syncHans Schillstrom2011-01-131-21/+31
* | IPVS: netns awareness to ip_vs_estHans Schillstrom2011-01-131-10/+10
* | IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-21/+34
* | IPVS: netns to services part 1Hans Schillstrom2011-01-131-100/+132
* | IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-9/+40
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-5/+3
|\ \ | |/
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+1
| |\
| | * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
| * | net: use the macros defined for the members of flowiChangli Gao2010-11-171-4/+2
| |/
* | IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom2010-11-251-1/+27
* | IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-251-2/+2
* | IPVS: Add persistence engine to connection entrySimon Horman2010-11-161-2/+2
|/
* ipvs: changes for local real serverJulian Anastasov2010-10-211-14/+4
* Fixed race condition at ip_vs.ko module init.Eduardo Blanco2010-10-191-9/+10
* IPVS: Allow configuration of persistence enginesSimon Horman2010-10-041-3/+54