1. 52793db ipvs: try also real server with port 0 in backup server by Julian Anastasov · 13 years ago
  2. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  3. bc94b52 netfilter: Kconfig: fix unmet xt_nfacct dependencies by Pablo Neira Ayuso · 13 years ago
  4. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  5. 54b07dc netfilter: provide config option to disable ancient procfs parts by Jan Engelhardt · 13 years ago
  6. 42c344a netfilter: xtables: collapse conditions in xt_ecn by Jan Engelhardt · 13 years ago
  7. af0d29c netfilter: xtables: add an IPv6 capable version of the ECN match by Patrick McHardy · 13 years ago
  8. a4c6f9d netfilter: xtables: give xt_ecn its own name by Jan Engelhardt · 13 years ago
  9. d446a82 netfilter: xtables: move ipt_ecn to xt_ecn by Jan Engelhardt · 13 years ago
  10. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  11. ceb98d0 netfilter: xtables: add nfacct match to support extended accounting by Pablo Neira Ayuso · 13 years ago
  12. 9413902 netfilter: add extended accounting infrastructure over nfnetlink by Pablo Neira Ayuso · 13 years ago
  13. c43c5f3 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  14. 1a31a4a netfilter: ctnetlink: fix scheduling while atomic if helper is autoloaded by Pablo Neira Ayuso · 13 years ago
  15. 81378f7 netfilter: ctnetlink: fix return value of ctnetlink_get_expect() by Pablo Neira Ayuso · 13 years ago
  16. 80e60e6 netfilter: ctnetlink: get and zero operations must be atomic by Pablo Neira Ayuso · 13 years ago
  17. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  18. 0354b48 netfilter: xt_connbytes: handle negation correctly by Florian Westphal · 13 years ago
  19. 4d4e61c netfilter: nf_nat: use hash random for bysource hash by Patrick McHardy · 13 years ago
  20. cbc9f2f netfilter: nf_nat: export NAT definitions to userspace by Patrick McHardy · 13 years ago
  21. 3d058d7 netfilter: rework user-space expectation helper support by Pablo Neira Ayuso · 13 years ago
  22. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  23. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  24. 966567b net: two vzalloc() cleanups by Eric Dumazet · 13 years ago
  25. c4042a3 netfilter: ctnetlink: support individual atomic-get-and-reset of counters by Pablo Neira Ayuso · 13 years ago
  26. 35dba1d netfilter: ctnetlink: use expect instead of master tuple in get operation by Pablo Neira Ayuso · 13 years ago
  27. b3e0bfa netfilter: nf_conntrack: use atomic64 for accounting counters by Eric Dumazet · 13 years ago
  28. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 13 years ago
  29. 76ad94f IPVS: Modify the SH scheduler to use weights by Michael Maxim · 13 years ago
  30. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  31. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  32. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  33. 3ced1be netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS by David S. Miller · 13 years ago
  34. c1baa88 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  35. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  36. 46a246c netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED. by David S. Miller · 13 years ago
  37. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  38. 70e9942 netfilter: nf_conntrack: make event callback registration per-netns by Pablo Neira Ayuso · 13 years ago
  39. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  40. 648ae8e netfilter: ipset: suppress compile-time warnings in ip_set_hash_ipport*.c by Jozsef Kadlecsik · 13 years ago
  41. 3f9416c drop "select GCD" from three Kconfig files by Paul Bolle · 13 years ago
  42. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  43. 563e123 netfilter: do not propagate nf_queue errors in nf_hook_slow by Florian Westphal · 13 years ago
  44. ad542ced ipvs: Remove unused variable "cs" from ip_vs_leave function. by Krzysztof Wilczynski · 13 years ago
  45. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  46. b6338b5 ipvs: Removed unused variables by Simon Horman · 13 years ago
  47. 4a516f1 ipvs: Remove unused return value of protocol state transitions by Simon Horman · 13 years ago
  48. 3c2de2a ipvs: Remove unused parameter from ip_vs_confirm_conntrack() by Simon Horman · 13 years ago
  49. 52669df ipvs: Expose ip_vs_ftp module parameters via sysfs. by Krzysztof Wilczynski · 13 years ago
  50. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  51. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  52. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  53. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  54. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  55. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  56. ae2a458 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  57. ae1d48b IPVS netns shutdown/startup dead-lock by Hans Schillstrom · 13 years ago
  58. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  59. 3458e21 netfilter: Use proper rwlock init function by Thomas Gleixner · 13 years ago
  60. 98d9ae8 netfilter: nf_conntrack: fix event flooding in GRE protocol tracker by Florian Westphal · 13 years ago
  61. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  62. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  63. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  64. 3dbd443 net: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  65. 7858241 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  66. bb9fc37 netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_sack skips fastpath by Jozsef Kadlecsik · 13 years ago
  67. 4a5cc84a netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP option by Jozsef Kadlecsik · 13 years ago
  68. 4c6e420 netfilter: nf_ct_pptp: fix DNATed PPTP connection address translation by Sanket Shah · 13 years ago
  69. c667523 netfilter: nf_queue: reject NF_STOLEN verdicts from userspace by Florian Westphal · 13 years ago
  70. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  71. fad5444 netfilter: avoid double free in nf_reinject by Julian Anastasov · 13 years ago
  72. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  73. 00fe1ae netfilter: xt_rateest: fix xt_rateest_mt_checkentry() by Eric Dumazet · 13 years ago
  74. 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
  75. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  76. 0342cbc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  77. 7676e34 IPVS: Free resources on module removal by Simon Horman · 13 years ago
  78. f5caadb 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
  79. 89dc79b netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces by Jozsef Kadlecsik · 13 years ago
  80. cefcb60 net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu() by Paul E. McKenney · 13 years ago
  81. 97d32cf netfilter: nfnetlink_queue: batch verdict support by Florian Westphal · 13 years ago
  82. 5863702 netfilter: nfnetlink_queue: assert monotonic packet ids by Eric Dumazet · 13 years ago
  83. 84a797d netfilter: nfnetlink_queue: provide rcu enabled callbacks by Eric Dumazet · 13 years ago
  84. 6b75e3e netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg() by Eric Dumazet · 13 years ago
  85. 181b1e9 netfilter: Reduce switch/case indent by Joe Perches · 13 years ago
  86. 131ad62 netfilter: add SELinux context support to AUDIT target by Mr Dash Four · 13 years ago
  87. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  88. dec17b7 Remove redundant linux/version.h includes from net/ by Jesper Juhl · 13 years ago
  89. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  90. 15b4d93 netfilter: ipset: whitespace and coding fixes detected by checkpatch.pl by Jozsef Kadlecsik · 13 years ago
  91. e385357 netfilter: ipset: hash:net,iface type introduced by Jozsef Kadlecsik · 13 years ago
  92. 9b03a5e netfilter: ipset: use the stored first cidr value instead of '1' by Jozsef Kadlecsik · 13 years ago
  93. 9d88323 netfilter: ipset: fix return code for destroy when sets are in use by Jozsef Kadlecsik · 13 years ago
  94. b66554c netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API change by Jozsef Kadlecsik · 13 years ago
  95. e6146e8 netfilter: ipset: use unified from/to address masking and check the usage by Jozsef Kadlecsik · 13 years ago
  96. f3dfd15 netfilter: ipset: take into account cidr value for the from address when creating the set by Jozsef Kadlecsik · 13 years ago
  97. d0d9e0a netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* types by Jozsef Kadlecsik · 13 years ago
  98. f1e00b3 netfilter: ipset: set type support with multiple revisions added by Jozsef Kadlecsik · 13 years ago
  99. 3d14b17 netfilter: ipset: fix adding ranges to hash types by Jozsef Kadlecsik · 13 years ago
  100. c1e2e04 netfilter: ipset: support listing setnames and headers too by Jozsef Kadlecsik · 13 years ago