1. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. bba54de ipvs: provide iph to schedulers by Julian Anastasov · 11 years ago
  3. 06f3d7f ipvs: SCTP ports should be writable in ICMP packets by Julian Anastasov · 11 years ago
  4. dc7b3eb ipvs: Fix reuse connection if real server is dead by Grzegorz Lyczba · 11 years ago
  5. 9fd0fa7 ipvs: Avoid shadowing net variable in ip_vs_leave() by Simon Horman · 11 years ago
  6. 0a92586 ipvs: fix sparse warnings for some parameters by Julian Anastasov · 11 years ago
  7. ac69269 ipvs: do not disable bh for long time by Julian Anastasov · 11 years ago
  8. ceec4c3 ipvs: convert services to rcu by Julian Anastasov · 11 years ago
  9. 6b6df46 ipvs: preparations for using rcu in schedulers by Julian Anastasov · 11 years ago
  10. 276472e ipvs: remove rs_lock by using RCU by Julian Anastasov · 11 years ago
  11. 026ace0 ipvs: optimize dst usage for real server by Julian Anastasov · 11 years ago
  12. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  13. bf93ad7 ipvs: remove extra rcu lock by Julian Anastasov · 11 years ago
  14. 0c12582 ipvs: add backup_only flag to avoid loops by Julian Anastasov · 11 years ago
  15. b962abd ipvs: fix some sparse warnings by Julian Anastasov · 11 years ago
  16. e716503 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 12 years ago
  17. d4383f0 ipvs: API change to avoid rescan of IPv6 exthdr by Jesper Dangaard Brouer · 12 years ago
  18. 2f74713 ipvs: Complete IPv6 fragment handling for IPVS by Jesper Dangaard Brouer · 12 years ago
  19. 63dca2c ipvs: Fix faulty IPv6 extension header handling in IPVS by Jesper Dangaard Brouer · 12 years ago
  20. 2fab891 ipvs: IPv6 extend ICMPv6 handling for future types by Jesper Dangaard Brouer · 12 years ago
  21. 120b9c1 ipvs: Trivial changes, use compressed IPv6 address in output by Jesper Dangaard Brouer · 12 years ago
  22. f2edb9f ipvs: implement passive PMTUD for IPIP packets by Julian Anastasov · 12 years ago
  23. 4c809d6 netfilter: ipvs: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  24. 749c42b ipvs: reduce sync rate with time thresholds by Julian Anastasov · 12 years ago
  25. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. 8537de8 ipvs: kernel oops - do_ip_vs_get_ctl by Hans Schillstrom · 12 years ago
  27. 39f618b ipvs: reset ipvs pointer in netns by Julian Anastasov · 12 years ago
  28. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  29. e0aac52 ipvs: fix matching of fwmark templates during scheduling by Simon Horman · 13 years ago
  30. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  31. ad542ced ipvs: Remove unused variable "cs" from ip_vs_leave function. by Krzysztof Wilczynski · 13 years ago
  32. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  33. 4a516f1 ipvs: Remove unused return value of protocol state transitions by Simon Horman · 13 years ago
  34. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  35. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  36. 6c8f794 IPVS: remove unused init and cleanup functions. by Hans Schillstrom · 13 years ago
  37. 552ad65 IPVS: labels at pos 0 by Hans Schillstrom · 13 years ago
  38. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 13 years ago
  39. 503cf15 IPVS: rename of netns init and cleanup functions. by Hans Schillstrom · 13 years ago
  40. afb523c ipvs: restore support for iptables SNAT by Julian Anastasov · 13 years ago
  41. c92f5ca ipvs: Remove all remaining references to rt->rt_{src,dst} by Julian Anastasov · 13 years ago
  42. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  43. 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 13 years ago
  44. a7a86b8 IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined by Simon Horman · 14 years ago
  45. 71a8ab6 IPVS: Add sysctl_expire_nodest_conn() by Simon Horman · 14 years ago
  46. 59e0350 IPVS: Add {sysctl_sync_threshold,period}() by Simon Horman · 14 years ago
  47. 0cfa558 IPVS: Add sysctl_nat_icmp_send() by Simon Horman · 14 years ago
  48. 84b3cee IPVS: Add sysctl_snat_reroute() by Simon Horman · 14 years ago
  49. ba4fd7e IPVS: Add ip_vs_route_me_harder() by Simon Horman · 14 years ago
  50. 2a0751a ipvs: reorganize tot_stats by Julian Anastasov · 13 years ago
  51. 6cb90db ipvs: remove extra lookups for ICMP packets by Julian Anastasov · 14 years ago
  52. a870c8c IPVS: use z modifier for sizeof() argument by Simon Horman · 14 years ago
  53. 9f4e1cc netfilter: ipvs: fix compiler warnings by Changli Gao · 14 years ago
  54. c6d2d44 IPVS: netns, final patch enabling network name space. by Hans Schillstrom · 14 years ago
  55. 4a98480 IPVS: netns, misc init_net removal in core. by Hans Schillstrom · 14 years ago
  56. f6340ee IPVS: netns, defense work timer. by Hans Schillstrom · 14 years ago
  57. a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 14 years ago
  58. 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 14 years ago
  59. b17fc99 IPVS: netns, ip_vs_stats and its procfs by Hans Schillstrom · 14 years ago
  60. f131315 IPVS: netns awareness to ip_vs_sync by Hans Schillstrom · 14 years ago
  61. 9330419 IPVS: netns, use ip_vs_proto_data as param. by Hans Schillstrom · 14 years ago
  62. fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 14 years ago
  63. 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 14 years ago
  64. 986a075 IPVS: Backup, Change sending to Version 1 format by Hans Schillstrom · 14 years ago
  65. a5959d5 IPVS: Handle Scheduling errors. by Hans Schillstrom · 14 years ago
  66. ce144f2 IPVS: Split ports[2] into src_port and dst_port by Hans Schillstrom · 14 years ago
  67. 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
  68. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  69. cb59155 ipvs: changes for local client by Julian Anastasov · 14 years ago
  70. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  71. f5a4184 ipvs: move ip_route_me_harder for ICMP by Julian Anastasov · 14 years ago
  72. 1ca5bb5 ipvs: create ip_vs_defrag_user by Julian Anastasov · 14 years ago
  73. 489fded ipvs: stop ICMP from FORWARD to local by Julian Anastasov · 14 years ago
  74. 190ecd2 ipvs: do not schedule conns from real servers by Julian Anastasov · 14 years ago
  75. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  76. f71499a IPVS: Fallback if persistence engine fails by Simon Horman · 14 years ago
  77. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  78. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  79. 5b57a98 IPVS: compact ip_vs_sched_persist() by Simon Horman · 14 years ago
  80. 8a80304 ipvs: make rerouting optional with snat_reroute by Julian Anastasov · 14 years ago
  81. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  82. 3575792 ipvs: extend connection flags to 32 bits by Julian Anastasov · 14 years ago
  83. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. 6523ce1 ipvs: fix active FTP by Julian Anastasov · 14 years ago
  85. 8ed2163 ipvs: use pkts for SCTP too by Julian Anastasov · 14 years ago
  86. 2c70b51 IPVS: include net/ip6_checksum.h for csum_ipv6_magic by Stephen Rothwell · 14 years ago
  87. 8870f84 IPVS: ICMPv6 checksum calculation by Simon Horman · 14 years ago
  88. 7f1c407 IPVS: make FTP work with full NAT support by Hannes Eder · 14 years ago
  89. 7b215ff IPVS: make friends with nf_conntrack by Hannes Eder · 14 years ago
  90. 26ec037 IPVS: one-packet scheduling by Nick Chalk · 14 years ago
  91. 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
  92. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  93. 2906f66 ipvs: SCTP Trasport Loadbalancing Support by Venkata Mohan Reddy · 14 years ago
  94. 9abfe31 ipvs: fix synchronization on connection close by Xiaotian Feng · 15 years ago
  95. 94b2655 IPVS: Add handling of incoming ICMPV6 messages by Julius Volz · 15 years ago
  96. 1e66daf ipvs: Use atomic operations atomicly by Simon Horman · 15 years ago
  97. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  98. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  99. be8be9e ipvs: Fix IPv4 FWMARK virtual services by Simon Horman · 15 years ago
  100. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago