1. b3e0bfa netfilter: nf_conntrack: use atomic64 for accounting counters by Eric Dumazet · 13 years ago
  2. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 13 years ago
  3. 76ad94f IPVS: Modify the SH scheduler to use weights by Michael Maxim · 13 years ago
  4. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  5. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  6. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  7. 3ced1be netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS by David S. Miller · 13 years ago
  8. c1baa88 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  9. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  10. 46a246c netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED. by David S. Miller · 13 years ago
  11. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  12. 70e9942 netfilter: nf_conntrack: make event callback registration per-netns by Pablo Neira Ayuso · 13 years ago
  13. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  14. 648ae8e netfilter: ipset: suppress compile-time warnings in ip_set_hash_ipport*.c by Jozsef Kadlecsik · 13 years ago
  15. 3f9416c drop "select GCD" from three Kconfig files by Paul Bolle · 13 years ago
  16. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  17. 563e123 netfilter: do not propagate nf_queue errors in nf_hook_slow by Florian Westphal · 13 years ago
  18. ad542ced ipvs: Remove unused variable "cs" from ip_vs_leave function. by Krzysztof Wilczynski · 13 years ago
  19. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  20. b6338b5 ipvs: Removed unused variables by Simon Horman · 13 years ago
  21. 4a516f1 ipvs: Remove unused return value of protocol state transitions by Simon Horman · 13 years ago
  22. 3c2de2a ipvs: Remove unused parameter from ip_vs_confirm_conntrack() by Simon Horman · 13 years ago
  23. 52669df ipvs: Expose ip_vs_ftp module parameters via sysfs. by Krzysztof Wilczynski · 13 years ago
  24. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  25. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  26. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  27. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  28. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  29. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  30. ae2a458 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  31. ae1d48b IPVS netns shutdown/startup dead-lock by Hans Schillstrom · 13 years ago
  32. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  33. 3458e21 netfilter: Use proper rwlock init function by Thomas Gleixner · 13 years ago
  34. 98d9ae8 netfilter: nf_conntrack: fix event flooding in GRE protocol tracker by Florian Westphal · 13 years ago
  35. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  36. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  37. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  38. 3dbd443 net: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  39. 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
  40. bb9fc37 netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_sack skips fastpath by Jozsef Kadlecsik · 13 years ago
  41. 4a5cc84a netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP option by Jozsef Kadlecsik · 13 years ago
  42. 4c6e420 netfilter: nf_ct_pptp: fix DNATed PPTP connection address translation by Sanket Shah · 13 years ago
  43. c667523 netfilter: nf_queue: reject NF_STOLEN verdicts from userspace by Florian Westphal · 13 years ago
  44. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  45. fad5444 netfilter: avoid double free in nf_reinject by Julian Anastasov · 13 years ago
  46. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  47. 00fe1ae netfilter: xt_rateest: fix xt_rateest_mt_checkentry() by Eric Dumazet · 13 years ago
  48. 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
  49. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  50. 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
  51. 7676e34 IPVS: Free resources on module removal by Simon Horman · 13 years ago
  52. 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
  53. 89dc79b netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces by Jozsef Kadlecsik · 13 years ago
  54. cefcb60 net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu() by Paul E. McKenney · 13 years ago
  55. 97d32cf netfilter: nfnetlink_queue: batch verdict support by Florian Westphal · 13 years ago
  56. 5863702 netfilter: nfnetlink_queue: assert monotonic packet ids by Eric Dumazet · 13 years ago
  57. 84a797d netfilter: nfnetlink_queue: provide rcu enabled callbacks by Eric Dumazet · 13 years ago
  58. 6b75e3e netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg() by Eric Dumazet · 13 years ago
  59. 181b1e9 netfilter: Reduce switch/case indent by Joe Perches · 13 years ago
  60. 131ad62 netfilter: add SELinux context support to AUDIT target by Mr Dash Four · 13 years ago
  61. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  62. dec17b7 Remove redundant linux/version.h includes from net/ by Jesper Juhl · 13 years ago
  63. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  64. 15b4d93 netfilter: ipset: whitespace and coding fixes detected by checkpatch.pl by Jozsef Kadlecsik · 13 years ago
  65. e385357 netfilter: ipset: hash:net,iface type introduced by Jozsef Kadlecsik · 13 years ago
  66. 9b03a5e netfilter: ipset: use the stored first cidr value instead of '1' by Jozsef Kadlecsik · 13 years ago
  67. 9d88323 netfilter: ipset: fix return code for destroy when sets are in use by Jozsef Kadlecsik · 13 years ago
  68. b66554c netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API change by Jozsef Kadlecsik · 13 years ago
  69. e6146e8 netfilter: ipset: use unified from/to address masking and check the usage by Jozsef Kadlecsik · 13 years ago
  70. f3dfd15 netfilter: ipset: take into account cidr value for the from address when creating the set by Jozsef Kadlecsik · 13 years ago
  71. d0d9e0a netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* types by Jozsef Kadlecsik · 13 years ago
  72. f1e00b3 netfilter: ipset: set type support with multiple revisions added by Jozsef Kadlecsik · 13 years ago
  73. 3d14b17 netfilter: ipset: fix adding ranges to hash types by Jozsef Kadlecsik · 13 years ago
  74. c1e2e04 netfilter: ipset: support listing setnames and headers too by Jozsef Kadlecsik · 13 years ago
  75. ac8cc92 netfilter: ipset: options and flags support added to the kernel API by Jozsef Kadlecsik · 13 years ago
  76. 483e9ea netfilter: ipset: whitespace fixes: some space before tab slipped in by Jozsef Kadlecsik · 13 years ago
  77. 5416219 netfilter: ipset: timeout can be modified for already added elements by Jozsef Kadlecsik · 13 years ago
  78. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 13 years ago
  79. 619c151 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next-2.6 by Patrick McHardy · 13 years ago
  80. 1f2d9c9 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 13 years ago
  81. 6c8f794 IPVS: remove unused init and cleanup functions. by Hans Schillstrom · 13 years ago
  82. 552ad65 IPVS: labels at pos 0 by Hans Schillstrom · 13 years ago
  83. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 13 years ago
  84. 503cf15 IPVS: rename of netns init and cleanup functions. by Hans Schillstrom · 13 years ago
  85. c3aa1bd ipvs: support more FTP PASV responses by Julian Anastasov · 13 years ago
  86. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  87. 88ed01d netfilter: nf_conntrack: fix ct refcount leak in l4proto->error() by Pablo Neira Ayuso · 13 years ago
  88. b48e3c5 netfilter: ipset: Use the stored first cidr value instead of '1' by Jozsef Kadlecsik · 13 years ago
  89. fcbf128 netfilter: ipset: Fix return code for destroy when sets are in use by Jozsef Kadlecsik · 13 years ago
  90. afb523c ipvs: restore support for iptables SNAT by Julian Anastasov · 13 years ago
  91. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 13 years ago
  92. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 13 years ago
  93. 9184a9c netfilter: ipset: fix ip_set_flush return code by Jozsef Kadlecsik · 13 years ago
  94. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  95. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  96. eb04f2f 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
  97. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  98. 30b9284 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  99. e6e4d9e netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phones by Patrick McHardy · 13 years ago
  100. 274ea0e netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages by Patrick McHardy · 13 years ago