| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -144/+123 |
* | 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 |
* | netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macros | Jozsef Kadlecsik | 2011-02-01 | 1 | -0/+9 |
* | netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=n | Patrick McHardy | 2011-01-20 | 1 | -0/+12 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-01-20 | 15 | -85/+484 |
|\ |
|
| * | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2011-01-19 | 9 | -12/+40 |
| |\ |
|
| * | | netfilter: nf_conntrack_tstamp: add flow-based timestamp extension | Pablo Neira Ayuso | 2011-01-19 | 3 | -0/+59 |
| * | | netfilter: nf_conntrack: nf_conntrack snmp helper | Jiri Olsa | 2011-01-18 | 1 | -0/+6 |
| * | | netfilter: nf_nat: fix conversion to non-atomic bit ops | Changli Gao | 2011-01-18 | 1 | -2/+2 |
| * | | netfilter: nf_conntrack: use is_vmalloc_addr() | Patrick McHardy | 2011-01-14 | 3 | -5/+2 |
| * | | Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 | Patrick McHardy | 2011-01-14 | 55 | -939/+1161 |
| |\ \ |
|
| | * | | IPVS: netns, svc counters moved in ip_vs_ctl,c | Hans Schillstrom | 2011-01-13 | 1 | -0/+3 |
| | * | | IPVS: netns, trash handling | Hans Schillstrom | 2011-01-13 | 2 | -2/+5 |
| | * | | IPVS: netns, defense work timer. | Hans Schillstrom | 2011-01-13 | 2 | -1/+4 |
| | * | | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. | Hans Schillstrom | 2011-01-13 | 2 | -18/+46 |
| | * | | IPVS: netns, connection hash got net as param. | Hans Schillstrom | 2011-01-13 | 2 | -11/+44 |
| | * | | IPVS: netns, ip_vs_stats and its procfs | Hans Schillstrom | 2011-01-13 | 2 | -3/+52 |
| | * | | IPVS: netns awareness to ip_vs_sync | Hans Schillstrom | 2011-01-13 | 2 | -9/+21 |
| | * | | IPVS: netns awareness to ip_vs_est | Hans Schillstrom | 2011-01-13 | 2 | -2/+6 |
| | * | | IPVS: netns awareness to ip_vs_app | Hans Schillstrom | 2011-01-13 | 2 | -6/+11 |
| | * | | 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_sctp | Hans Schillstrom | 2011-01-13 | 1 | -0/+9 |
| | * | | IPVS: netns preparation for proto_udp | Hans Schillstrom | 2011-01-13 | 1 | -0/+8 |
| | * | | IPVS: netns preparation for proto_tcp | Hans Schillstrom | 2011-01-13 | 2 | -1/+9 |
| | * | | IPVS: netns, prepare protocol | Hans Schillstrom | 2011-01-13 | 2 | -1/+22 |
| | * | | IPVS: netns awarness to lblc sheduler | Hans Schillstrom | 2011-01-13 | 1 | -0/+4 |
| | * | | IPVS: netns awarness to lblcr sheduler | Hans Schillstrom | 2011-01-13 | 1 | -0/+5 |
| | * | | IPVS: netns to services part 1 | Hans Schillstrom | 2011-01-13 | 2 | -5/+67 |
| | * | | IPVS: netns, add basic init per netns. | Hans Schillstrom | 2011-01-13 | 3 | -0/+38 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Simon Horman | 2011-01-13 | 52 | -871/+806 |
| | |\ \ |
|
| * | | | | netfilter: fix Kconfig dependencies | Patrick McHardy | 2011-01-14 | 2 | -4/+4 |
| |/ / / |
|
| * | | | netfilter: fix compilation when conntrack is disabled but tproxy is enabled | KOVACS Krisztian | 2010-12-15 | 2 | -10/+10 |
| * | | | 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 |