| Commit message (Expand) | Author | Age | Files | Lines |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | IPVS: remove unused init and cleanup functions. | Hans Schillstrom | 2011-06-14 | 1 | -6/+0 |
* | IPVS: rename of netns init and cleanup functions. | Hans Schillstrom | 2011-06-13 | 1 | -13/+13 |
* | IPVS remove unused var from migration to netns | Hans Schillstrom | 2011-06-13 | 1 | -2/+0 |
* | IPVS: bug in ip_vs_ftp, same list heaad used in all netns. | Hans Schillstrom | 2011-05-27 | 1 | -1/+2 |
* | ipvs: Remove all remaining references to rt->rt_{src,dst} | Julian Anastasov | 2011-05-12 | 1 | -5/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-05-11 | 1 | -0/+17 |
|\ |
|
| * | IPVS: init and cleanup restructuring | Hans Schillstrom | 2011-05-10 | 1 | -0/+17 |
* | | net: Remove __KERNEL__ cpp checks from include/net | David S. Miller | 2011-04-24 | 1 | -5/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-04-11 | 1 | -1/+1 |
|\ |
|
| * | IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons() | Hans Schillstrom | 2011-04-04 | 1 | -1/+1 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | IPVS: Use global mutex in ip_vs_app.c | Simon Horman | 2011-03-21 | 1 | -2/+0 |
* | IPVS: Conditionally include sysctl members of struct netns_ipvs | Simon Horman | 2011-03-15 | 1 | -8/+13 |
* | IPVS: Conditional ip_vs_conntrack_enabled() | Simon Horman | 2011-03-15 | 1 | -0/+4 |
* | IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined | Simon Horman | 2011-03-15 | 1 | -0/+4 |
* | IPVS: Add sysctl_sync_ver() | Simon Horman | 2011-03-15 | 1 | -0/+11 |
* | IPVS: Add {sysctl_sync_threshold,period}() | Simon Horman | 2011-03-15 | 1 | -0/+29 |
* | ipvs: rename estimator functions | Julian Anastasov | 2011-03-15 | 1 | -2/+2 |
* | ipvs: optimize rates reading | Julian Anastasov | 2011-03-15 | 1 | -0/+2 |
* | ipvs: remove unused seqcount stats | Julian Anastasov | 2011-03-15 | 1 | -17/+0 |
* | ipvs: properly zero stats and rates | Julian Anastasov | 2011-03-15 | 1 | -0/+1 |
* | ipvs: reorganize tot_stats | Julian Anastasov | 2011-03-15 | 1 | -2/+1 |
* | ipvs: move struct netns_ipvs | Julian Anastasov | 2011-03-15 | 1 | -0/+122 |
* | IPVS: Fix variable assignment in ip_vs_notrack | Jesper Juhl | 2011-03-15 | 1 | -1/+1 |
* | ipvs: unify the formula to estimate the overhead of processing connections | Changli Gao | 2011-02-25 | 1 | -0/+14 |
* | ipvs: use hlist instead of list | Changli Gao | 2011-02-22 | 1 | -1/+1 |
* | ipvs: make "no destination available" message more informative | Patrick Schaaf | 2011-02-16 | 1 | -0/+2 |
* | IPVS: Remove unused variables | Simon Horman | 2011-02-01 | 1 | -2/+0 |
* | IPVS: netns, trash handling | Hans Schillstrom | 2011-01-13 | 1 | -2/+2 |
* | IPVS: netns, defense work timer. | Hans Schillstrom | 2011-01-13 | 1 | -1/+1 |
* | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. | Hans Schillstrom | 2011-01-13 | 1 | -16/+11 |
* | IPVS: netns, connection hash got net as param. | Hans Schillstrom | 2011-01-13 | 1 | -11/+42 |
* | IPVS: netns, ip_vs_stats and its procfs | Hans Schillstrom | 2011-01-13 | 1 | -3/+48 |
* | IPVS: netns awareness to ip_vs_sync | Hans Schillstrom | 2011-01-13 | 1 | -9/+5 |
* | IPVS: netns awareness to ip_vs_est | Hans Schillstrom | 2011-01-13 | 1 | -2/+2 |
* | IPVS: netns awareness to ip_vs_app | Hans Schillstrom | 2011-01-13 | 1 | -6/+6 |
* | IPVS: netns, common protocol changes and use of appcnt. | Hans Schillstrom | 2011-01-13 | 1 | -2/+0 |
* | IPVS: netns, use ip_vs_proto_data as param. | Hans Schillstrom | 2011-01-13 | 1 | -12/+6 |
* | IPVS: netns preparation for proto_tcp | Hans Schillstrom | 2011-01-13 | 1 | -1/+1 |
* | IPVS: netns, prepare protocol | Hans Schillstrom | 2011-01-13 | 1 | -1/+19 |
* | IPVS: netns to services part 1 | Hans Schillstrom | 2011-01-13 | 1 | -5/+59 |
* | IPVS: netns, add basic init per netns. | Hans Schillstrom | 2011-01-13 | 1 | -0/+11 |
* | IPVS: Backup, adding version 0 sending capabilities | Hans Schillstrom | 2010-11-25 | 1 | -0/+2 |
* | IPVS: Backup, Change sending to Version 1 format | Hans Schillstrom | 2010-11-25 | 1 | -1/+1 |
* | IPVS: Backup, Adding Version 1 receive capability | Hans Schillstrom | 2010-11-25 | 1 | -0/+1 |
* | IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ... | Hans Schillstrom | 2010-11-25 | 1 | -2/+4 |
* | IPVS: Make the cp argument to ip_vs_sync_conn() static | Simon Horman | 2010-11-16 | 1 | -1/+1 |
* | IPVS: Add persistence engine to connection entry | Simon Horman | 2010-11-16 | 1 | -2/+14 |
* | ipvs: provide address family for debugging | Julian Anastasov | 2010-10-21 | 1 | -8/+9 |