1. ae1d48b IPVS netns shutdown/startup dead-lock by Hans Schillstrom · 13 years ago
  2. 6c8f794 IPVS: remove unused init and cleanup functions. by Hans Schillstrom · 13 years ago
  3. 503cf15 IPVS: rename of netns init and cleanup functions. by Hans Schillstrom · 13 years ago
  4. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  5. 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 13 years ago
  6. 7532e8d IPVS: Add sysctl_sync_ver() by Simon Horman · 13 years ago
  7. 59e0350 IPVS: Add {sysctl_sync_threshold,period}() by Simon Horman · 13 years ago
  8. 6060c74 netfilter:ipvs: use kmemdup by Shan Wei · 13 years ago
  9. 16a7fd3 ipvs: fix timer in get_curr_sync_buff by Tinggong Wang · 13 years ago
  10. 7c9989a IPVS: precedence bug in ip_vs_sync_switch_mode() by Dan Carpenter · 13 years ago
  11. ed3d1e7 IPVS: Remove ip_vs_sync_cleanup from section __exit by Simon Horman · 13 years ago
  12. 4b3fd57 IPVS: Change sock_create_kernel() to __sock_create() by Simon Horman · 13 years ago
  13. c6d2d44 IPVS: netns, final patch enabling network name space. by Hans Schillstrom · 13 years ago
  14. a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 13 years ago
  15. 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 13 years ago
  16. f131315 IPVS: netns awareness to ip_vs_sync by Hans Schillstrom · 13 years ago
  17. 9bbac6a IPVS: netns, common protocol changes and use of appcnt. by Hans Schillstrom · 13 years ago
  18. fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 13 years ago
  19. 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 13 years ago
  20. b880c1f IPVS: Backup, adding version 0 sending capabilities by Hans Schillstrom · 14 years ago
  21. 986a075 IPVS: Backup, Change sending to Version 1 format by Hans Schillstrom · 14 years ago
  22. fe5e7a1 IPVS: Backup, Adding Version 1 receive capability by Hans Schillstrom · 14 years ago
  23. 2981bc9 IPVS: Backup, Adding structs for new sync format by Hans Schillstrom · 14 years ago
  24. 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
  25. 8aadf93 IPVS: buffer argument to ip_vs_process_message() should not be const by Simon Horman · 14 years ago
  26. 7ae246a IPVS: Remove useless { } block from ip_vs_process_message() by Simon Horman · 14 years ago
  27. d494262 IPVS: Make the cp argument to ip_vs_sync_conn() static by Simon Horman · 14 years ago
  28. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  29. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  30. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  31. 2906f66 ipvs: SCTP Trasport Loadbalancing Support by Venkata Mohan Reddy · 14 years ago
  32. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  33. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  34. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  35. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  36. cb7f6a7 IPVS: Move IPVS to net/netfilter/ipvs by Julius Volz · 16 years ago[Renamed from net/ipv4/ipvs/ip_vs_sync.c]
  37. e6f225e ipvs: Restrict sync message to 255 connections by Sven Wegener · 16 years ago
  38. cd9fe6c ipvs: Use pointer to address from sync message by Sven Wegener · 16 years ago
  39. 7937df1 IPVS: Convert real server lookup functions by Julius Volz · 16 years ago
  40. 28364a5 IPVS: Extend functions for getting/creating connections by Julius Volz · 16 years ago
  41. e7ade46 IPVS: Change IPVS data structures to support IPv6 addresses by Julius Volz · 16 years ago
  42. bc0fde2 ipvs: Fix possible deadlock in sync code by Sven Wegener · 16 years ago
  43. 375c6bb ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() by Sven Wegener · 16 years ago
  44. ba6fd85 ipvs: Put backup thread on mcast socket wait queue by Sven Wegener · 16 years ago
  45. 998e7a7 ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread() by Sven Wegener · 16 years ago
  46. e6dd731 ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock() by Sven Wegener · 16 years ago
  47. d564005 ipvs: Initialize mcast addr at compile time by Sven Wegener · 16 years ago
  48. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  49. 2ad17de ipvs: fix oops in backup for fwmark conn templates by Julian Anastasov · 16 years ago
  50. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  51. b209639 [IPVS]: Create synced connections with their real state by Rumen G. Bogdanovski · 17 years ago
  52. 7a4fbb1 [IPVS]: Flag synced connections and expose them in proc by Rumen G. Bogdanovski · 17 years ago
  53. efac527 [IPVS]: Synchronize closing of Connections by Rumen G. Bogdanovski · 17 years ago
  54. 1e356f9 [IPVS]: Bind connections on stanby if the destination exists by Rumen G. Bogdanovski · 17 years ago
  55. 5c81833 [IPVS]: use proper timeout instead of fixed value by Andy Gospodarek · 17 years ago
  56. 6651fd5 Use task_pid_nr() in ip_vs_sync.c by Pavel Emelyanov · 17 years ago
  57. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  58. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  59. cc0191a [IPVS]: Fix state variable on failure to start ipvs threads by Neil Horman · 17 years ago
  60. 37004af [IPVS]: Make ip_vs_sync.c <= 80col wide. by Simon Horman · 18 years ago
  61. 89eaeb0 [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep() by Simon Horman · 18 years ago
  62. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  63. 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
  64. a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
  65. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  66. 87375ab [IPVS]: ip_vs_ftp breaks connections using persistence by Julian Anastasov · 19 years ago
  67. 4da62fc [IPVS]: Fix for overflows by pageexec · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago