1. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  2. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  3. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 15 years ago
  4. 2890a15 ipvs: remove EXPERIMENTAL tag by Simon Horman · 15 years ago
  5. 7f1c407 IPVS: make FTP work with full NAT support by Hannes Eder · 15 years ago
  6. 7b215ff IPVS: make friends with nf_conntrack by Hannes Eder · 15 years ago
  7. 9c3e1c3 netfilter: xt_ipvs (netfilter matcher for IPVS) by Hannes Eder · 15 years ago
  8. 8a0acaa ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out by Xiaoyu Du · 15 years ago
  9. 72c7664 ipvs: Kconfig cleanup by Michal Marek · 15 years ago
  10. e490c1de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  11. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 26ec037 IPVS: one-packet scheduling by Nick Chalk · 15 years ago
  13. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  14. d8d1f30 net-next: remove useless union keyword by Changli Gao · 15 years ago
  15. aea9d71 ipvs: Add missing locking during connection table hashing and unhashing by Sven Wegener · 15 years ago
  16. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  17. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  18. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  19. 3d91c1a IPVS: fix potential stack overflow with overly long protocol names by Patrick McHardy · 15 years ago
  20. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  21. 7911b5c netfilter: ipvs: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 15 years ago
  22. 1da05f5 netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUAD by Joe Perches · 15 years ago
  23. 38bdbd8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  24. 51f0bc7 IPVS: ip_vs_lblcr: use list headA by Simon Horman · 15 years ago
  25. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago
  26. 2906f66 ipvs: SCTP Trasport Loadbalancing Support by Venkata Mohan Reddy · 15 years ago
  27. 9ab99d5a Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  28. a79e7ac ipvs: use standardized format in sprintf by Joe Perches · 15 years ago
  29. 6f7edb4 IPVS: Allow boot time change of hash size by Catalin(ux) M. BOIE · 15 years ago
  30. 04bcef2 ipvs: Add boundary check on ioctl arguments by Arjan van de Ven · 15 years ago
  31. ae24e57 ipvs: ip_vs_wrr.c: use lib/gcd.c by Florian Fainelli · 15 years ago
  32. 258c889 ipvs: zero usvc and udest by Simon Horman · 15 years ago
  33. 9abfe31 ipvs: fix synchronization on connection close by Xiaotian Feng · 15 years ago
  34. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  35. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  36. 94b2655 IPVS: Add handling of incoming ICMPV6 messages by Julius Volz · 16 years ago
  37. 1e66daf ipvs: Use atomic operations atomicly by Simon Horman · 16 years ago
  38. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 16 years ago
  39. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 16 years ago
  40. 9aada7a IPVS: use pr_fmt by Hannes Eder · 16 years ago
  41. 134e637 genetlink: make netns aware by Johannes Berg · 16 years ago
  42. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  43. 8f698d5 ipvs: Use genl_register_family_with_ops() by Michał Mirosław · 16 years ago
  44. be8be9e ipvs: Fix IPv4 FWMARK virtual services by Simon Horman · 16 years ago
  45. 09640e63 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  46. 68888d1 IPVS: Make "no destination available" message more consistent between schedulers by Simon Horman · 16 years ago
  47. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. b7b45f4 netfilter: payload_len is be16, add size of struct rather than size of pointer by Harvey Harrison · 16 years ago
  49. ca62059 ipvs: oldlen, newlen should be be16, not be32 by Harvey Harrison · 16 years ago
  50. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  51. 4814893 IPVS: Remove supports_ipv6 scheduler flag by Julius Volz · 16 years ago
  52. 4454837 IPVS: Add IPv6 support to LBLC/LBLCR schedulers by Julius Volz · 16 years ago
  53. 20971a0 IPVS: Add IPv6 support to SH and DH schedulers by Julius Volz · 16 years ago
  54. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  55. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  56. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  57. 0537ae6 ipvs: Update CONFIG_IP_VS_IPV6 description and help text by Julius Volz · 16 years ago
  58. f901b64 ipvs: Add proper dependencies on IP_VS, and fix description header line. by David S. Miller · 16 years ago
  59. cb7f6a7 IPVS: Move IPVS to net/netfilter/ipvs by Julius Volz · 16 years ago