1. 051966c netfilter: nf_nat: add protoff argument to packet mangling functions by Patrick McHardy · 12 years ago
  2. 4cdd3408 netfilter: nf_conntrack_ipv6: improve fragmentation handling by Patrick McHardy · 12 years ago
  3. 590e3f7 ipvs: IPv6 MTU checking cleanup and bugfix by Jesper Dangaard Brouer · 12 years ago
  4. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  5. 2d8a041 ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) by Mathias Krause · 12 years ago
  6. 3654e61 ipvs: add pmtu_disc option to disable IP DF for TUN packets by Julian Anastasov · 12 years ago
  7. f2edb9f ipvs: implement passive PMTUD for IPIP packets by Julian Anastasov · 12 years ago
  8. 2b2d280 ipvs: fixed sparse warning by Claudiu Ghioc · 12 years ago
  9. be97fdb ipvs: generalize app registration in netns by Julian Anastasov · 12 years ago
  10. aaea4ed ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper by Julian Anastasov · 12 years ago
  11. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  12. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  13. 283283c ipvs: fix oops in ip_vs_dst_event on rmmod by Julian Anastasov · 12 years ago
  14. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  15. c24584c netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6 by Eric Dumazet · 12 years ago
  16. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  17. 4c809d6 netfilter: ipvs: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  18. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  19. 068d522 ipvs: ip_vs_proto: local functions should not be exposed globally by H Hartley Sweeten · 12 years ago
  20. d5cce20 ipvs: ip_vs_ftp: local functions should not be exposed globally by H Hartley Sweeten · 12 years ago
  21. 6b324db ipvs: optimize the use of flags in ip_vs_bind_dest by Pablo Neira Ayuso · 12 years ago
  22. f73181c ipvs: add support for sync threads by Pablo Neira Ayuso · 12 years ago
  23. 749c42b ipvs: reduce sync rate with time thresholds by Julian Anastasov · 12 years ago
  24. 1c003b1 ipvs: wakeup master thread by Pablo Neira Ayuso · 12 years ago
  25. cdcc5e9 ipvs: always update some of the flags bits in backup by Julian Anastasov · 12 years ago
  26. 882a844 ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter by Julian Anastasov · 12 years ago
  27. 06611f8 ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest by Julian Anastasov · 12 years ago
  28. 82cfc06 ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server by Julian Anastasov · 12 years ago
  29. 9615e61e ipvs: use GFP_KERNEL allocation where possible by Sasha Levin · 12 years ago
  30. d6318f0 ipvs: SH scheduler does not need GFP_ATOMIC allocation by Julian Anastasov · 12 years ago
  31. 45d4e71 ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init by Julian Anastasov · 12 years ago
  32. 4f2a94d ipvs: WRR scheduler does not need GFP_ATOMIC allocation by Julian Anastasov · 12 years ago
  33. 4beddbe ipvs: DH scheduler does not need GFP_ATOMIC allocation by Julian Anastasov · 12 years ago
  34. 748d845 ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init by Julian Anastasov · 12 years ago
  35. 41cff6d ipvs: timeout tables do not need GFP_ATOMIC allocation by Julian Anastasov · 12 years ago
  36. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  37. 8537de8 ipvs: kernel oops - do_ip_vs_get_ctl by Hans Schillstrom · 12 years ago
  38. 582b8e3 ipvs: take care of return value from protocol init_netns by Hans Schillstrom · 12 years ago
  39. 4b984cd ipvs: null check of net->ipvs in lblc(r) shedulers by Hans Schillstrom · 12 years ago
  40. 39f618b ipvs: reset ipvs pointer in netns by Julian Anastasov · 12 years ago
  41. 8d08d71 ipvs: add check in ftp for initialized core by Julian Anastasov · 12 years ago
  42. 8f9b9a2 ipvs: fix crash in ip_vs_control_net_cleanup on unload by Julian Anastasov · 12 years ago
  43. 7118c07 ipvs: Verify that IP_VS protocol has been registered by Sasha Levin · 12 years ago
  44. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  45. a5347fe net: Delete all remaining instances of ctl_path by Eric W. Biederman · 12 years ago
  46. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  47. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  48. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  49. 969e8e2 ipvs: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  50. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  51. e0aac52 ipvs: fix matching of fwmark templates during scheduling by Simon Horman · 12 years ago
  52. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  53. 455ffa6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  54. 52793db ipvs: try also real server with port 0 in backup server by Julian Anastasov · 12 years ago
  55. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 12 years ago
  56. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  57. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 12 years ago
  58. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 13 years ago
  59. 76ad94f IPVS: Modify the SH scheduler to use weights by Michael Maxim · 13 years ago
  60. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  61. 3f9416c drop "select GCD" from three Kconfig files by Paul Bolle · 13 years ago
  62. ad542ced ipvs: Remove unused variable "cs" from ip_vs_leave function. by Krzysztof Wilczynski · 13 years ago
  63. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  64. b6338b5 ipvs: Removed unused variables by Simon Horman · 13 years ago
  65. 4a516f1 ipvs: Remove unused return value of protocol state transitions by Simon Horman · 13 years ago
  66. 3c2de2a ipvs: Remove unused parameter from ip_vs_confirm_conntrack() by Simon Horman · 13 years ago
  67. 52669df ipvs: Expose ip_vs_ftp module parameters via sysfs. by Krzysztof Wilczynski · 13 years ago
  68. ae2a458 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  69. ae1d48b IPVS netns shutdown/startup dead-lock by Hans Schillstrom · 13 years ago
  70. 3458e21 netfilter: Use proper rwlock init function by Thomas Gleixner · 13 years ago
  71. 384b90a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6 by David S. Miller · 13 years ago
  72. 7676e34 IPVS: Free resources on module removal by Simon Horman · 13 years ago
  73. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  74. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  75. 6c8f794 IPVS: remove unused init and cleanup functions. by Hans Schillstrom · 13 years ago
  76. 552ad65 IPVS: labels at pos 0 by Hans Schillstrom · 13 years ago
  77. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 13 years ago
  78. 503cf15 IPVS: rename of netns init and cleanup functions. by Hans Schillstrom · 13 years ago
  79. c3aa1bd ipvs: support more FTP PASV responses by Julian Anastasov · 13 years ago
  80. afb523c ipvs: restore support for iptables SNAT by Julian Anastasov · 13 years ago
  81. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 13 years ago
  82. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  83. 0f08190 IPVS: fix netns if reading ip_vs_* procfs entries by Hans Schillstrom · 13 years ago
  84. c92f5ca ipvs: Remove all remaining references to rt->rt_{src,dst} by Julian Anastasov · 13 years ago
  85. 44e3125 ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt(). by David S. Miller · 13 years ago
  86. e58b344 ipvs: Use IP_VS_RT_MODE_* instead of magic constants. by David S. Miller · 13 years ago
  87. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  88. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  89. 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 13 years ago
  90. 4805347 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  91. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  92. e3f6a65 IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocks by Simon Horman · 13 years ago
  93. a09d197 IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons() by Hans Schillstrom · 13 years ago
  94. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  95. 736561a IPVS: Use global mutex in ip_vs_app.c by Simon Horman · 13 years ago
  96. f40f94f ipvs: fix a typo in __ip_vs_control_init() by Eric Dumazet · 13 years ago
  97. 31111c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  98. 14e4054 IPVS: Add __ip_vs_control_{init,cleanup}_sysctl() by Simon Horman · 13 years ago
  99. fb1de43 IPVS: Conditionally define and use ip_vs_lblc{r}_table by Simon Horman · 13 years ago
  100. a7a86b8 IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined by Simon Horman · 13 years ago