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