1. b61a8c1 ipvs: Pass ipvs not net to ip_vs_sync_conn by Eric W. Biederman · 9 years ago
  2. 18d6ade ipvs: Pass ipvs not net to ip_vs_proto_data_get by Eric W. Biederman · 9 years ago
  3. dc2add6 ipvs: Pass ipvs not net to ip_vs_find_dest by Eric W. Biederman · 9 years ago
  4. 19913de ipvs: Pass ipvs not net to ip_vs_fill_conn by Eric W. Biederman · 9 years ago
  5. e64e2b4 ipvs: Store ipvs not net in struct ip_vs_conn_param by Eric W. Biederman · 9 years ago
  6. 58dbc6f ipvs: Store ipvs not net in struct ip_vs_conn by Eric W. Biederman · 9 years ago
  7. 802c41a ipvs: drop inverse argument to conn_{in,out}_get by Alex Gartrell · 9 years ago
  8. f18ae72 ipvs: use the new dest addr family field by Julian Anastasov · 10 years ago
  9. 8052ba2 ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding by Alex Gartrell · 10 years ago
  10. ba38528 ipvs: Supply destination address family to ip_vs_conn_new by Alex Gartrell · 10 years ago
  11. 655eef1 ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest} by Alex Gartrell · 10 years ago
  12. 2627b7e ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack by Julian Anastasov · 10 years ago
  13. 2a97135 ipvs: fix AF assignment in ip_vs_conn_new() by Michal Kubecek · 10 years ago
  14. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  15. acaac5d ipvs: drop SCTP connections depending on state by Julian Anastasov · 11 years ago
  16. a38e5e2 ipvs: use cond_resched_rcu() helper when walking connections by Simon Horman · 11 years ago
  17. 7cf2eb7 ipvs: fix sparse warnings for ip_vs_conn listing by Julian Anastasov · 11 years ago
  18. ac69269 ipvs: do not disable bh for long time by Julian Anastasov · 11 years ago
  19. 413c2d04 ipvs: convert dests to rcu by Julian Anastasov · 11 years ago
  20. fca9c20 ipvs: add ip_vs_dest_hold and ip_vs_dest_put by Julian Anastasov · 11 years ago
  21. 9a05475c ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new by Julian Anastasov · 11 years ago
  22. 1845ed0 ipvs: reorder keys in connection structure by Julian Anastasov · 11 years ago
  23. 088339a ipvs: convert connection locking by Julian Anastasov · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  26. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  27. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  28. d4383f0 ipvs: API change to avoid rescan of IPv6 exthdr by Jesper Dangaard Brouer · 12 years ago
  29. 2f74713 ipvs: Complete IPv6 fragment handling for IPVS by Jesper Dangaard Brouer · 12 years ago
  30. 6b324db ipvs: optimize the use of flags in ip_vs_bind_dest by Pablo Neira Ayuso · 12 years ago
  31. f73181c ipvs: add support for sync threads by Pablo Neira Ayuso · 12 years ago
  32. 749c42b ipvs: reduce sync rate with time thresholds by Julian Anastasov · 12 years ago
  33. 882a844 ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter by Julian Anastasov · 12 years ago
  34. 06611f8 ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest by Julian Anastasov · 12 years ago
  35. 82cfc06 ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server by Julian Anastasov · 12 years ago
  36. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  37. 52793db ipvs: try also real server with port 0 in backup server by Julian Anastasov · 13 years ago
  38. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  39. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 13 years ago
  40. 503cf15 IPVS: rename of netns init and cleanup functions. by Hans Schillstrom · 13 years ago
  41. 0f08190 IPVS: fix netns if reading ip_vs_* procfs entries by Hans Schillstrom · 13 years ago
  42. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  44. 8e1b0b1 IPVS: Add expire_quiescent_template() by Simon Horman · 13 years ago
  45. 731109e ipvs: use hlist instead of list by Changli Gao · 13 years ago
  46. c6d2d44 IPVS: netns, final patch enabling network name space. by Hans Schillstrom · 14 years ago
  47. f6340ee IPVS: netns, defense work timer. by Hans Schillstrom · 14 years ago
  48. a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 14 years ago
  49. 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 14 years ago
  50. 9bbac6a IPVS: netns, common protocol changes and use of appcnt. by Hans Schillstrom · 14 years ago
  51. 9330419 IPVS: netns, use ip_vs_proto_data as param. by Hans Schillstrom · 14 years ago
  52. fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 14 years ago
  53. 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 14 years ago
  54. 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
  55. 4ecd294 ipvs: add static and read_mostly attributes by Eric Dumazet · 14 years ago
  56. ea2c73a IPVS: Only match pe_data created by the same pe by Simon Horman · 14 years ago
  57. e9e5eee IPVS: Add persistence engine to connection entry by Simon Horman · 14 years ago
  58. 3233759 ipvs: inherit forwarding method in backup by Julian Anastasov · 14 years ago
  59. f71499a IPVS: Fallback if persistence engine fails by Simon Horman · 14 years ago
  60. a3c918a IPVS: Add persistence engine data to /proc/net/ip_vs_conn by Simon Horman · 14 years ago
  61. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  62. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  63. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  64. 3575792 ipvs: extend connection flags to 32 bits by Julian Anastasov · 14 years ago
  65. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 14 years ago
  66. e490c1de 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
  67. 26ec037 IPVS: one-packet scheduling by Nick Chalk · 14 years ago
  68. aea9d71 ipvs: Add missing locking during connection table hashing and unhashing by Sven Wegener · 14 years ago
  69. 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
  70. 6f7edb4 IPVS: Allow boot time change of hash size by Catalin(ux) M. BOIE · 15 years ago
  71. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  72. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  73. be8be9e ipvs: Fix IPv4 FWMARK virtual services by Simon Horman · 15 years ago
  74. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  75. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  76. cb7f6a7 IPVS: Move IPVS to net/netfilter/ipvs by Julius Volz · 16 years ago[Renamed from net/ipv4/ipvs/ip_vs_conn.c]
  77. cfc78c5 IPVS: Adjust various debug outputs to use new macros by Julius Volz · 16 years ago
  78. 667a5f1 IPVS: Convert procfs files for IPv6 entry output by Vince Busam · 16 years ago
  79. 7937df1 IPVS: Convert real server lookup functions by Julius Volz · 16 years ago
  80. b3cdd2a7 IPVS: Add and bind IPv6 xmit functions by Julius Volz · 16 years ago
  81. 28364a5 IPVS: Extend functions for getting/creating connections by Julius Volz · 16 years ago
  82. e7ade46 IPVS: Change IPVS data structures to support IPv6 addresses by Julius Volz · 16 years ago
  83. 048cf48 ipvs: Annotate init functions with __init by Sven Wegener · 16 years ago
  84. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  85. b209639 [IPVS]: Create synced connections with their real state by Rumen G. Bogdanovski · 17 years ago
  86. 7a4fbb1 [IPVS]: Flag synced connections and expose them in proc by Rumen G. Bogdanovski · 17 years ago
  87. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  88. 22649d1 [IPVS]: Remove unused exports. by Adrian Bunk · 17 years ago
  89. 1e356f9 [IPVS]: Bind connections on stanby if the destination exists by Rumen G. Bogdanovski · 17 years ago
  90. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  91. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  92. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  93. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  94. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  95. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  96. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  97. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  98. 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
  99. e924283 [IPVS]: Another file needs linux/interrupt.h by Andrew Morton · 19 years ago
  100. f190055 [IPVS]: Add missing include <linux/net.h> by Arnaldo Carvalho de Melo · 19 years ago