- c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 14 years ago
- 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- 0f08190 IPVS: fix netns if reading ip_vs_* procfs entries by Hans Schillstrom · 14 years ago
- c92f5ca ipvs: Remove all remaining references to rt->rt_{src,dst} by Julian Anastasov · 14 years ago
- 44e3125 ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt(). by David S. Miller · 14 years ago
- e58b344 ipvs: Use IP_VS_RT_MODE_* instead of magic constants. by David S. Miller · 14 years ago
- 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 14 years ago
- 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 14 years ago
- 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 14 years ago
- 4805347 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
- c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
- e3f6a652 IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocks by Simon Horman · 14 years ago
- a09d197 IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons() by Hans Schillstrom · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 736561a IPVS: Use global mutex in ip_vs_app.c by Simon Horman · 14 years ago
- f40f94f ipvs: fix a typo in __ip_vs_control_init() by Eric Dumazet · 14 years ago
- 31111c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
- 14e4054 IPVS: Add __ip_vs_control_{init,cleanup}_sysctl() by Simon Horman · 14 years ago
- fb1de43 IPVS: Conditionally define and use ip_vs_lblc{r}_table by Simon Horman · 14 years ago
- a7a86b8 IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined by Simon Horman · 14 years ago
- b27d777 IPVS: Conditinally use sysctl_lblc{r}_expiration by Simon Horman · 14 years ago
- 8e1b0b1 IPVS: Add expire_quiescent_template() by Simon Horman · 14 years ago
- 71a8ab6 IPVS: Add sysctl_expire_nodest_conn() by Simon Horman · 14 years ago
- 7532e8d IPVS: Add sysctl_sync_ver() by Simon Horman · 14 years ago
- 59e0350 IPVS: Add {sysctl_sync_threshold,period}() by Simon Horman · 14 years ago
- 0cfa558 IPVS: Add sysctl_nat_icmp_send() by Simon Horman · 14 years ago
- 84b3cee IPVS: Add sysctl_snat_reroute() by Simon Horman · 14 years ago
- ba4fd7e IPVS: Add ip_vs_route_me_harder() by Simon Horman · 14 years ago
- 6ef757f ipvs: rename estimator functions by Julian Anastasov · 14 years ago
- ea9f22c ipvs: optimize rates reading by Julian Anastasov · 14 years ago
- 55a3d4e ipvs: properly zero stats and rates by Julian Anastasov · 14 years ago
- 2a0751a ipvs: reorganize tot_stats by Julian Anastasov · 14 years ago
- 6060c74 netfilter:ipvs: use kmemdup by Shan Wei · 14 years ago
- 4a569c0 ipvs: remove _bh from percpu stats reading by Julian Anastasov · 14 years ago
- 097fc76 ipvs: avoid lookup for fwmark 0 by Julian Anastasov · 14 years ago
- 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 14 years ago
- 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 14 years ago
- 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
- 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 14 years ago
- 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
- 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
- ff75f40 ipvs: fix dst_lock locking on dest update by Julian Anastasov · 14 years ago
- b552f7e ipvs: unify the formula to estimate the overhead of processing connections by Changli Gao · 14 years ago
- 17a8f8e ipvs: use enum to instead of magic numbers by Changli Gao · 14 years ago
- 731109e ipvs: use hlist instead of list by Changli Gao · 14 years ago
- 41ac51e ipvs: make "no destination available" message more informative by Patrick Schaaf · 14 years ago
- 6cb90db ipvs: remove extra lookups for ICMP packets by Julian Anastasov · 14 years ago
- 16a7fd3 ipvs: fix timer in get_curr_sync_buff by Tinggong Wang · 14 years ago
- 7c9989a IPVS: precedence bug in ip_vs_sync_switch_mode() by Dan Carpenter · 14 years ago
- 8525d6f IPVS: Use correct lock in SCTP module by Simon Horman · 14 years ago
- ed3d1e7 IPVS: Remove ip_vs_sync_cleanup from section __exit by Simon Horman · 14 years ago
- 0443929 IPVS: Allow compilation with CONFIG_SYSCTL disabled by Simon Horman · 14 years ago
- 258e958 IPVS: remove duplicate initialisation or rs_table by Simon Horman · 14 years ago
- a870c8c IPVS: use z modifier for sizeof() argument by Simon Horman · 14 years ago
- 9f4e1cc netfilter: ipvs: fix compiler warnings by Changli Gao · 14 years ago
- 0792470 IPVS netns BUG, register sysctl for root ns by Hans Schillstrom · 14 years ago
- 4b3fd57 IPVS: Change sock_create_kernel() to __sock_create() by Simon Horman · 14 years ago
- 091bb34 netfilter: ipvs: fix compiler warnings by Changli Gao · 14 years ago
- c6d2d44 IPVS: netns, final patch enabling network name space. by Hans Schillstrom · 14 years ago
- 4a98480 IPVS: netns, misc init_net removal in core. by Hans Schillstrom · 14 years ago
- 763f8d0 IPVS: netns, svc counters moved in ip_vs_ctl,c by Hans Schillstrom · 14 years ago
- f2431e6 IPVS: netns, trash handling by Hans Schillstrom · 14 years ago
- f6340ee IPVS: netns, defense work timer. by Hans Schillstrom · 14 years ago
- a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 14 years ago
- 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 14 years ago
- b17fc99 IPVS: netns, ip_vs_stats and its procfs by Hans Schillstrom · 14 years ago
- f131315 IPVS: netns awareness to ip_vs_sync by Hans Schillstrom · 14 years ago
- 29c2026 IPVS: netns awareness to ip_vs_est by Hans Schillstrom · 14 years ago
- ab8a5e8 IPVS: netns awareness to ip_vs_app by Hans Schillstrom · 14 years ago
- 9bbac6a IPVS: netns, common protocol changes and use of appcnt. by Hans Schillstrom · 14 years ago
- 9330419 IPVS: netns, use ip_vs_proto_data as param. by Hans Schillstrom · 14 years ago
- 88fe2d3 IPVS: netns preparation for proto_ah_esp by Hans Schillstrom · 14 years ago
- 9d93487 IPVS: netns preparation for proto_sctp by Hans Schillstrom · 14 years ago
- 78b16bd IPVS: netns preparation for proto_udp by Hans Schillstrom · 14 years ago
- 4a85b96 IPVS: netns preparation for proto_tcp by Hans Schillstrom · 14 years ago
- 252c641 IPVS: netns, prepare protocol by Hans Schillstrom · 14 years ago
- b6e885d IPVS: netns awarness to lblc sheduler by Hans Schillstrom · 14 years ago
- d0a1eef IPVS: netns awarness to lblcr sheduler by Hans Schillstrom · 14 years ago
- fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 14 years ago
- 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 14 years ago
- fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 14 years ago
- 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
- afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
- b880c1f IPVS: Backup, adding version 0 sending capabilities by Hans Schillstrom · 14 years ago
- 986a075 IPVS: Backup, Change sending to Version 1 format by Hans Schillstrom · 14 years ago
- fe5e7a1 IPVS: Backup, Adding Version 1 receive capability by Hans Schillstrom · 14 years ago
- 2981bc9 IPVS: Backup, Adding structs for new sync format by Hans Schillstrom · 14 years ago
- a5959d5 IPVS: Handle Scheduling errors. by Hans Schillstrom · 14 years ago
- 3716522 IPVS: skb defrag in L7 helpers by Hans Schillstrom · 14 years ago
- ce144f2 IPVS: Split ports[2] into src_port and dst_port by Hans Schillstrom · 14 years ago
- 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
- 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- dba4490d netfilter: fix IP_VS dependencies by Patrick McHardy · 14 years ago
- 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
- 8f1b03a ipvs: allow transmit of GRO aggregated skbs by Simon Horman · 14 years ago
- a333e2ec ipvs: remove shadow rt variable by Eric Dumazet · 14 years ago
- 4ecd294 ipvs: add static and read_mostly attributes by Eric Dumazet · 14 years ago
- 8aadf93 IPVS: buffer argument to ip_vs_process_message() should not be const by Simon Horman · 14 years ago
- 7ae246a IPVS: Remove useless { } block from ip_vs_process_message() by Simon Horman · 14 years ago