| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-03-15 | IPVS: Add expire_quiescent_template() |  Simon Horman | 1 | -2/+11 |
| 2011-03-15 | IPVS: Add sysctl_expire_nodest_conn() |  Simon Horman | 1 | -1/+7 |
| 2011-03-15 | IPVS: Add sysctl_sync_ver() |  Simon Horman | 1 | -2/+2 |
| 2011-03-15 | IPVS: Add {sysctl_sync_threshold,period}() |  Simon Horman | 3 | -9/+9 |
| 2011-03-15 | IPVS: Add sysctl_nat_icmp_send() |  Simon Horman | 1 | -3/+8 |
| 2011-03-15 | IPVS: Add sysctl_snat_reroute() |  Simon Horman | 1 | -4/+16 |
| 2011-03-15 | IPVS: Add ip_vs_route_me_harder() |  Simon Horman | 1 | -26/+22 |
| 2011-03-15 | ipvs: rename estimator functions |  Julian Anastasov | 2 | -8/+8 |
| 2011-03-15 | ipvs: optimize rates reading |  Julian Anastasov | 2 | -39/+25 |
| 2011-03-15 | ipvs: properly zero stats and rates |  Julian Anastasov | 2 | -42/+67 |
| 2011-03-15 | ipvs: reorganize tot_stats |  Julian Anastasov | 3 | -26/+28 |
| 2011-03-15 | netfilter:ipvs: use kmemdup |  Shan Wei | 2 | -7/+5 |
| 2011-03-15 | ipvs: remove _bh from percpu stats reading |  Julian Anastasov | 1 | -4/+4 |
| 2011-03-15 | ipvs: avoid lookup for fwmark 0 |  Julian Anastasov | 1 | -3/+5 |
| 2011-03-12 | ipv6: Convert to use flowi6 where applicable. |  David S. Miller | 2 | -13/+11 |
| 2011-03-12 | ipv4: Use flowi4 in public route lookup interfaces. |  David S. Miller | 1 | -6/+6 |
| 2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi |  David S. Miller | 2 | -2/+2 |
| 2011-03-12 | ipv4: Create and use route lookup helpers. |  David S. Miller | 1 | -12/+2 |
| 2011-03-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 |  David S. Miller | 1 | -2/+2 |
| 2011-03-02 | ipv4: Make output route lookup return rtable directly. |  David S. Miller | 1 | -3/+6 |
| 2011-03-02 | xfrm: Return dst directly from xfrm_lookup() |  David S. Miller | 1 | -2/+7 |
| 2011-03-02 | ipvs: fix dst_lock locking on dest update |  Julian Anastasov | 1 | -2/+2 |
| 2011-02-25 | ipvs: unify the formula to estimate the overhead of processing connections |  Changli Gao | 4 | -63/+13 |
| 2011-02-24 | ipvs: use enum to instead of magic numbers |  Changli Gao | 1 | -14/+27 |
| 2011-02-22 | ipvs: use hlist instead of list |  Changli Gao | 1 | -23/+29 |
| 2011-02-16 | ipvs: make "no destination available" message more informative |  Patrick Schaaf | 10 | -14/+41 |
| 2011-02-16 | ipvs: remove extra lookups for ICMP packets |  Julian Anastasov | 1 | -25/+3 |
| 2011-02-16 | ipvs: fix timer in get_curr_sync_buff |  Tinggong Wang | 1 | -2/+2 |
| 2011-02-07 | IPVS: precedence bug in ip_vs_sync_switch_mode() |  Dan Carpenter | 1 | -1/+1 |
| 2011-02-03 | IPVS: Use correct lock in SCTP module |  Simon Horman | 1 | -1/+1 |
| 2011-02-01 | IPVS: Remove ip_vs_sync_cleanup from section __exit |  Simon Horman | 1 | -1/+1 |
| 2011-02-01 | IPVS: Allow compilation with CONFIG_SYSCTL disabled |  Simon Horman | 3 | -25/+29 |
| 2011-02-01 | IPVS: remove duplicate initialisation or rs_table |  Simon Horman | 1 | -3/+0 |
| 2011-02-01 | IPVS: use z modifier for sizeof() argument |  Simon Horman | 1 | -1/+1 |
| 2011-01-25 | netfilter: ipvs: fix compiler warnings |  Changli Gao | 1 | -3/+1 |
| 2011-01-25 | IPVS netns BUG, register sysctl for root ns |  Hans Schillstrom | 1 | -1/+1 |
| 2011-01-22 | IPVS: Change sock_create_kernel() to __sock_create() |  Simon Horman | 1 | -2/+2 |
| 2011-01-22 | netfilter: ipvs: fix compiler warnings |  Changli Gao | 2 | -0/+8 |
| 2011-01-13 | IPVS: netns, final patch enabling network name space. |  Hans Schillstrom | 7 | -32/+1 |
| 2011-01-13 | IPVS: netns, misc init_net removal in core. |  Hans Schillstrom | 2 | -6/+9 |
| 2011-01-13 | IPVS: netns, svc counters moved in ip_vs_ctl,c |  Hans Schillstrom | 1 | -12/+9 |
| 2011-01-13 | IPVS: netns, trash handling |  Hans Schillstrom | 1 | -12/+11 |
| 2011-01-13 | IPVS: netns, defense work timer. |  Hans Schillstrom | 3 | -13/+13 |
| 2011-01-13 | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. |  Hans Schillstrom | 7 | -163/+184 |
| 2011-01-13 | IPVS: netns, connection hash got net as param. |  Hans Schillstrom | 9 | -72/+109 |
| 2011-01-13 | IPVS: netns, ip_vs_stats and its procfs |  Hans Schillstrom | 3 | -54/+200 |
| 2011-01-13 | IPVS: netns awareness to ip_vs_sync |  Hans Schillstrom | 3 | -182/+219 |
| 2011-01-13 | IPVS: netns awareness to ip_vs_est |  Hans Schillstrom | 2 | -48/+58 |
| 2011-01-13 | IPVS: netns awareness to ip_vs_app |  Hans Schillstrom | 5 | -52/+65 |
| 2011-01-13 | IPVS: netns, common protocol changes and use of appcnt. |  Hans Schillstrom | 5 | -35/+39 |