1. b880c1f IPVS: Backup, adding version 0 sending capabilities by Hans Schillstrom · 14 years ago
  2. 986a075 IPVS: Backup, Change sending to Version 1 format by Hans Schillstrom · 14 years ago
  3. fe5e7a1 IPVS: Backup, Adding Version 1 receive capability by Hans Schillstrom · 14 years ago
  4. 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
  5. d494262 IPVS: Make the cp argument to ip_vs_sync_conn() static by Simon Horman · 14 years ago
  6. e9e5eee IPVS: Add persistence engine to connection entry by Simon Horman · 14 years ago
  7. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  8. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  9. 190ecd2 ipvs: do not schedule conns from real servers by Julian Anastasov · 14 years ago
  10. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  11. 8b27b10 ipvs: optimize checksums for apps by Julian Anastasov · 14 years ago
  12. 714f095 ipvs: IPv6 tunnel mode by Hans Schillstrom · 14 years ago
  13. 0d1e71b IPVS: Allow configuration of persistence engines by Simon Horman · 14 years ago
  14. 8be67a6 IPVS: management of persistence engine modules by Simon Horman · 14 years ago
  15. a3c918a IPVS: Add persistence engine data to /proc/net/ip_vs_conn by Simon Horman · 14 years ago
  16. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  17. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  18. 8a80304 ipvs: make rerouting optional with snat_reroute by Julian Anastasov · 14 years ago
  19. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  20. 3575792 ipvs: extend connection flags to 32 bits by Julian Anastasov · 14 years ago
  21. 6523ce1 ipvs: fix active FTP by Julian Anastasov · 14 years ago
  22. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 14 years ago
  23. 7f1c407 IPVS: make FTP work with full NAT support by Hannes Eder · 14 years ago
  24. 2906f66 ipvs: SCTP Trasport Loadbalancing Support by Venkata Mohan Reddy · 14 years ago
  25. 6f7edb4 IPVS: Allow boot time change of hash size by Catalin(ux) M. BOIE · 14 years ago
  26. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  27. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  28. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  29. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  30. f3a7c66 net: replace __constant_{endian} uses in net headers by Harvey Harrison · 15 years ago
  31. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  32. 4814893 IPVS: Remove supports_ipv6 scheduler flag by Julius Volz · 16 years ago
  33. 3685f25d misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  34. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  35. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  36. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  37. 1668e01 ipv4: Make inet_sock.h independent of route.h by KOVACS Krisztian · 16 years ago
  38. e9c0ce2 ipvs: Embed user stats structure into kernel stats structure by Sven Wegener · 16 years ago
  39. 2206a3f ipvs: Restrict connection table size via Kconfig by Sven Wegener · 16 years ago
  40. cfc78c5 IPVS: Adjust various debug outputs to use new macros by Julius Volz · 16 years ago
  41. 7937df1 IPVS: Convert real server lookup functions by Julius Volz · 16 years ago
  42. b3cdd2a7 IPVS: Add and bind IPv6 xmit functions by Julius Volz · 16 years ago
  43. 28364a5 IPVS: Extend functions for getting/creating connections by Julius Volz · 16 years ago
  44. 0bbdd42 IPVS: Extend protocol DNAT/SNAT and state handlers by Julius Volz · 16 years ago
  45. 51ef348 IPVS: Add 'af' args to protocol handler functions by Julius Volz · 16 years ago
  46. b14198f IPVS: Add IPv6 support flag to schedulers by Julius Volz · 16 years ago
  47. 3c2e050 IPVS: Add v6 support to ip_vs_service_get() by Julius Volz · 16 years ago
  48. c860c6b IPVS: Add internal versions of sockopt interface structs by Julius Volz · 16 years ago
  49. c842a3a IPVS: Add debug macros for v4 and v6 address output by Julius Volz · 16 years ago
  50. 64aae3c IPVS: Add general v4/v6 helper functions / data structures by Julius Volz · 16 years ago
  51. e7ade46 IPVS: Change IPVS data structures to support IPv6 addresses by Julius Volz · 16 years ago
  52. a919cf4 ipvs: Create init functions for estimator code by Sven Wegener · 16 years ago
  53. 3a14a313 ipvs: Embed estimator object into stats object by Sven Wegener · 16 years ago
  54. 5587da5 ipvs: Mark net_vs_ctl_path const by Sven Wegener · 16 years ago
  55. afdd614 ipvs: Use ARRAY_SIZE() by Sven Wegener · 16 years ago
  56. bc4768e ipvs: Move userspace definitions to include/linux/ip_vs.h by Julius Volz · 16 years ago
  57. 2ad17de ipvs: fix oops in backup for fwmark conn templates by Julian Anastasov · 16 years ago
  58. 90754f8 [IPVS]: Switch to using ctl_paths. by Pavel Emelyanov · 16 years ago
  59. b950dfc [IPVS]: Remove declaration of unimplemented method and remove unused definition from include/net/ip_vs.h by Rami Rosen · 16 years ago
  60. 9055fa1 [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED by Simon Horman · 17 years ago
  61. 9e103fa [IPVS]: Fix sysctl warnings about missing strategy in schedulers by Simon Horman · 17 years ago
  62. 611cd55 [IPVS]: Fix sysctl warnings about missing strategy by Christian Borntraeger · 17 years ago
  63. efac527 [IPVS]: Synchronize closing of Connections by Rumen G. Bogdanovski · 17 years ago
  64. 1e356f9 [IPVS]: Bind connections on stanby if the destination exists by Rumen G. Bogdanovski · 17 years ago
  65. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  66. af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
  67. f9214b2 [NET]: ipvs checksum annotations. by Al Viro · 18 years ago
  68. b1550f2 [NET]: Annotate ip_vs_checksum_complete() and callers. by Al Viro · 18 years ago
  69. da41390 [IPVS]: Compile fix for annotations in userland. by Simon Horman · 18 years ago
  70. 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
  71. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  72. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  73. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  74. 8eea00a [IPVS]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  75. 87375ab [IPVS]: ip_vs_ftp breaks connections using persistence by Julian Anastasov · 19 years ago
  76. 732db65 [IPVS]: "extern inline" -> "static inline" by Adrian Bunk · 19 years ago
  77. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago