1. ad542ced ipvs: Remove unused variable "cs" from ip_vs_leave function. by Krzysztof Wilczynski · 13 years ago
  2. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  3. 4a516f1 ipvs: Remove unused return value of protocol state transitions by Simon Horman · 13 years ago
  4. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  5. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  6. 6c8f794 IPVS: remove unused init and cleanup functions. by Hans Schillstrom · 13 years ago
  7. 552ad65 IPVS: labels at pos 0 by Hans Schillstrom · 13 years ago
  8. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 13 years ago
  9. 503cf15 IPVS: rename of netns init and cleanup functions. by Hans Schillstrom · 13 years ago
  10. afb523c ipvs: restore support for iptables SNAT by Julian Anastasov · 13 years ago
  11. c92f5ca ipvs: Remove all remaining references to rt->rt_{src,dst} by Julian Anastasov · 13 years ago
  12. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  13. 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 13 years ago
  14. a7a86b8 IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined by Simon Horman · 13 years ago
  15. 71a8ab6 IPVS: Add sysctl_expire_nodest_conn() by Simon Horman · 13 years ago
  16. 59e0350 IPVS: Add {sysctl_sync_threshold,period}() by Simon Horman · 13 years ago
  17. 0cfa558 IPVS: Add sysctl_nat_icmp_send() by Simon Horman · 13 years ago
  18. 84b3cee IPVS: Add sysctl_snat_reroute() by Simon Horman · 13 years ago
  19. ba4fd7e IPVS: Add ip_vs_route_me_harder() by Simon Horman · 13 years ago
  20. 2a0751a ipvs: reorganize tot_stats by Julian Anastasov · 13 years ago
  21. 6cb90db ipvs: remove extra lookups for ICMP packets by Julian Anastasov · 13 years ago
  22. a870c8c IPVS: use z modifier for sizeof() argument by Simon Horman · 13 years ago
  23. 9f4e1cc netfilter: ipvs: fix compiler warnings by Changli Gao · 13 years ago
  24. c6d2d44 IPVS: netns, final patch enabling network name space. by Hans Schillstrom · 14 years ago
  25. 4a98480 IPVS: netns, misc init_net removal in core. by Hans Schillstrom · 14 years ago
  26. f6340ee IPVS: netns, defense work timer. by Hans Schillstrom · 14 years ago
  27. a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 14 years ago
  28. 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 14 years ago
  29. b17fc99 IPVS: netns, ip_vs_stats and its procfs by Hans Schillstrom · 14 years ago
  30. f131315 IPVS: netns awareness to ip_vs_sync by Hans Schillstrom · 14 years ago
  31. 9330419 IPVS: netns, use ip_vs_proto_data as param. by Hans Schillstrom · 14 years ago
  32. fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 14 years ago
  33. 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 14 years ago
  34. 986a075 IPVS: Backup, Change sending to Version 1 format by Hans Schillstrom · 14 years ago
  35. a5959d5 IPVS: Handle Scheduling errors. by Hans Schillstrom · 14 years ago
  36. ce144f2 IPVS: Split ports[2] into src_port and dst_port by Hans Schillstrom · 14 years ago
  37. 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
  38. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  39. cb59155 ipvs: changes for local client by Julian Anastasov · 14 years ago
  40. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  41. f5a4184 ipvs: move ip_route_me_harder for ICMP by Julian Anastasov · 14 years ago
  42. 1ca5bb5 ipvs: create ip_vs_defrag_user by Julian Anastasov · 14 years ago
  43. 489fded ipvs: stop ICMP from FORWARD to local by Julian Anastasov · 14 years ago
  44. 190ecd2 ipvs: do not schedule conns from real servers by Julian Anastasov · 14 years ago
  45. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  46. f71499a IPVS: Fallback if persistence engine fails by Simon Horman · 14 years ago
  47. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  48. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  49. 5b57a98 IPVS: compact ip_vs_sched_persist() by Simon Horman · 14 years ago
  50. 8a80304 ipvs: make rerouting optional with snat_reroute by Julian Anastasov · 14 years ago
  51. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  52. 3575792 ipvs: extend connection flags to 32 bits by Julian Anastasov · 14 years ago
  53. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. 6523ce1 ipvs: fix active FTP by Julian Anastasov · 14 years ago
  55. 8ed2163 ipvs: use pkts for SCTP too by Julian Anastasov · 14 years ago
  56. 2c70b51 IPVS: include net/ip6_checksum.h for csum_ipv6_magic by Stephen Rothwell · 14 years ago
  57. 8870f84 IPVS: ICMPv6 checksum calculation by Simon Horman · 14 years ago
  58. 7f1c407 IPVS: make FTP work with full NAT support by Hannes Eder · 14 years ago
  59. 7b215ff IPVS: make friends with nf_conntrack by Hannes Eder · 14 years ago
  60. 26ec037 IPVS: one-packet scheduling by Nick Chalk · 14 years ago
  61. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  62. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  63. 2906f66 ipvs: SCTP Trasport Loadbalancing Support by Venkata Mohan Reddy · 14 years ago
  64. 9abfe31 ipvs: fix synchronization on connection close by Xiaotian Feng · 15 years ago
  65. 94b2655 IPVS: Add handling of incoming ICMPV6 messages by Julius Volz · 15 years ago
  66. 1e66daf ipvs: Use atomic operations atomicly by Simon Horman · 15 years ago
  67. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  68. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  69. be8be9e ipvs: Fix IPv4 FWMARK virtual services by Simon Horman · 15 years ago
  70. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  71. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  72. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  73. cb7f6a7 IPVS: Move IPVS to net/netfilter/ipvs by Julius Volz · 16 years ago[Renamed from net/ipv4/ipvs/ip_vs_core.c]
  74. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  75. dff630d ipvs: supply a valid 0 address to ip_vs_conn_new() by Simon Horman · 16 years ago
  76. e9c0ce2 ipvs: Embed user stats structure into kernel stats structure by Sven Wegener · 16 years ago
  77. 9d7f2a2 IPVS: Remove incorrect ip_route_me_harder(), fix IPv6 by Julius Volz · 16 years ago
  78. 178f5e4 IPVS: use ipv6_addr_copy() by Simon Horman · 16 years ago
  79. 5af149c IPVS: fix bogus indentation by Simon Horman · 16 years ago
  80. f2428ed ipvs: load balance ipv6 connections from a local process by Simon Horman · 16 years ago
  81. 4856c84 ipvs: load balance IPv4 connections from a local process by Malcolm Turnbull · 16 years ago
  82. 473b23d IPVS: Activate IPv6 Netfilter hooks by Julius Volz · 16 years ago
  83. c6883f5 IVPS: Disable sync daemon for IPv6 connections by Julius Volz · 16 years ago
  84. 7937df1 IPVS: Convert real server lookup functions by Julius Volz · 16 years ago
  85. 2a3b791 IPVS: Add/adjust Netfilter hook functions and helpers for v6 by Julius Volz · 16 years ago
  86. cd17f9e IPVS: Extend scheduling functions for IPv6 support by Julius Volz · 16 years ago
  87. b3cdd2a7 IPVS: Add and bind IPv6 xmit functions by Julius Volz · 16 years ago
  88. 28364a5 IPVS: Extend functions for getting/creating connections by Julius Volz · 16 years ago
  89. 51ef348 IPVS: Add 'af' args to protocol handler functions by Julius Volz · 16 years ago
  90. e7ade46 IPVS: Change IPVS data structures to support IPv6 addresses by Julius Volz · 16 years ago
  91. a919cf4 ipvs: Create init functions for estimator code by Sven Wegener · 16 years ago
  92. 9d3a0de ipvs: More reliable synchronization on connection close by Rumen G. Bogdanovski · 16 years ago
  93. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  94. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  95. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  96. 41c5b31 [NETFILTER]: Use nf_register_hooks for multiple registrations by Patrick McHardy · 17 years ago
  97. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  98. 464c4f1 [IPV4]: Add missing "space" by Joe Perches · 17 years ago
  99. efac527 [IPVS]: Synchronize closing of Connections by Rumen G. Bogdanovski · 17 years ago
  100. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago