index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipvs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-8
/
+8
|
/
*
IPVS: Use global mutex in ip_vs_app.c
Simon Horman
2011-03-21
1
-13
/
+10
*
ipvs: fix a typo in __ip_vs_control_init()
Eric Dumazet
2011-03-21
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2011-03-15
8
-210
/
+312
|
\
|
*
IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()
Simon Horman
2011-03-15
1
-36
/
+62
|
*
IPVS: Conditionally define and use ip_vs_lblc{r}_table
Simon Horman
2011-03-15
2
-9
/
+20
|
*
IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined
Simon Horman
2011-03-15
1
-2
/
+7
|
*
IPVS: Conditinally use sysctl_lblc{r}_expiration
Simon Horman
2011-03-15
2
-9
/
+28
|
*
IPVS: Add expire_quiescent_template()
Simon Horman
2011-03-15
1
-2
/
+11
|
*
IPVS: Add sysctl_expire_nodest_conn()
Simon Horman
2011-03-15
1
-1
/
+7
|
*
IPVS: Add sysctl_sync_ver()
Simon Horman
2011-03-15
1
-2
/
+2
|
*
IPVS: Add {sysctl_sync_threshold,period}()
Simon Horman
2011-03-15
3
-9
/
+9
|
*
IPVS: Add sysctl_nat_icmp_send()
Simon Horman
2011-03-15
1
-3
/
+8
|
*
IPVS: Add sysctl_snat_reroute()
Simon Horman
2011-03-15
1
-4
/
+16
|
*
IPVS: Add ip_vs_route_me_harder()
Simon Horman
2011-03-15
1
-26
/
+22
|
*
ipvs: rename estimator functions
Julian Anastasov
2011-03-15
2
-8
/
+8
|
*
ipvs: optimize rates reading
Julian Anastasov
2011-03-15
2
-39
/
+25
|
*
ipvs: properly zero stats and rates
Julian Anastasov
2011-03-15
2
-43
/
+68
|
*
ipvs: reorganize tot_stats
Julian Anastasov
2011-03-15
3
-26
/
+28
|
*
netfilter:ipvs: use kmemdup
Shan Wei
2011-03-15
2
-7
/
+5
|
*
ipvs: remove _bh from percpu stats reading
Julian Anastasov
2011-03-15
1
-4
/
+4
|
*
ipvs: avoid lookup for fwmark 0
Julian Anastasov
2011-03-15
1
-3
/
+5
*
|
ipv6: Convert to use flowi6 where applicable.
David S. Miller
2011-03-12
2
-13
/
+11
*
|
ipv4: Use flowi4 in public route lookup interfaces.
David S. Miller
2011-03-12
1
-6
/
+6
*
|
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-12
2
-2
/
+2
*
|
ipv4: Create and use route lookup helpers.
David S. Miller
2011-03-12
1
-12
/
+2
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-03-03
1
-2
/
+2
|
\
\
|
*
|
ipvs: fix dst_lock locking on dest update
Julian Anastasov
2011-03-02
1
-2
/
+2
*
|
|
ipv4: Make output route lookup return rtable directly.
David S. Miller
2011-03-02
1
-3
/
+6
*
|
|
xfrm: Return dst directly from xfrm_lookup()
David S. Miller
2011-03-02
1
-2
/
+7
|
|
/
|
/
|
*
|
ipvs: unify the formula to estimate the overhead of processing connections
Changli Gao
2011-02-25
4
-63
/
+13
*
|
ipvs: use enum to instead of magic numbers
Changli Gao
2011-02-24
1
-14
/
+27
*
|
ipvs: use hlist instead of list
Changli Gao
2011-02-22
1
-23
/
+29
*
|
ipvs: make "no destination available" message more informative
Patrick Schaaf
2011-02-16
10
-14
/
+41
*
|
ipvs: remove extra lookups for ICMP packets
Julian Anastasov
2011-02-16
1
-25
/
+3
*
|
ipvs: fix timer in get_curr_sync_buff
Tinggong Wang
2011-02-16
1
-2
/
+2
*
|
IPVS: precedence bug in ip_vs_sync_switch_mode()
Dan Carpenter
2011-02-07
1
-1
/
+1
*
|
IPVS: Use correct lock in SCTP module
Simon Horman
2011-02-03
1
-1
/
+1
*
|
IPVS: Remove ip_vs_sync_cleanup from section __exit
Simon Horman
2011-02-01
1
-1
/
+1
*
|
IPVS: Allow compilation with CONFIG_SYSCTL disabled
Simon Horman
2011-02-01
3
-25
/
+29
*
|
IPVS: remove duplicate initialisation or rs_table
Simon Horman
2011-02-01
1
-3
/
+0
*
|
IPVS: use z modifier for sizeof() argument
Simon Horman
2011-02-01
1
-1
/
+1
*
|
netfilter: ipvs: fix compiler warnings
Changli Gao
2011-01-25
1
-3
/
+1
*
|
IPVS netns BUG, register sysctl for root ns
Hans Schillstrom
2011-01-25
1
-1
/
+1
*
|
IPVS: Change sock_create_kernel() to __sock_create()
Simon Horman
2011-01-22
1
-2
/
+2
*
|
netfilter: ipvs: fix compiler warnings
Changli Gao
2011-01-22
2
-0
/
+8
*
|
IPVS: netns, final patch enabling network name space.
Hans Schillstrom
2011-01-13
7
-32
/
+1
*
|
IPVS: netns, misc init_net removal in core.
Hans Schillstrom
2011-01-13
2
-6
/
+9
[next]