1. 8c13745 netfilter: xt_hashlimit: limit the max size of hashtable by Cong Wang · 4 years, 4 months ago
  2. c6ab7c6 netfilter: x_tables: add and use xt_check_proc_name by Florian Westphal · 6 years ago
  3. 1b203c1 netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constants by Geert Uytterhoeven · 8 years ago
  4. 1f827f5 netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division by Vishwanath Pai · 8 years ago
  5. 11d5f15 netfilter: xt_hashlimit: Create revision 2 to support higher pps rates by Vishwanath Pai · 8 years ago
  6. 0dc60a4 netfilter: xt_hashlimit: Prepare for revision 2 by Vishwanath Pai · 8 years ago
  7. e71456a netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
  8. b167a37 netfilter: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  9. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  10. 7bd8490 netfilter: xt_hashlimit: perform garbage collection from process context by Eric Dumazet · 10 years ago
  11. b4ef4ce netfilter: xt_hashlimit: fix proc entry leak in netns destroy path by Sergey Popovich · 10 years ago
  12. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  13. 14b872f xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts by Al Viro · 11 years ago
  14. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  15. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  16. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  17. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  18. 32263dd netfilter: xt_hashlimit: fix namespace destroy path by Vitaly E. Lavrov · 11 years ago
  19. 0918184 netfilter: xt_hashlimit: fix race that results in duplicated entries by Pablo Neira Ayuso · 11 years ago
  20. 1f27e25 netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bits by Florian Westphal · 12 years ago
  21. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  22. 0197dee netfilter: hashlimit: byte-based limit mode by Florian Westphal · 12 years ago
  23. 817e076 netfilter: hashlimit: move rateinfo initialization to helper by Florian Westphal · 12 years ago
  24. 7a909ac netfilter: limit, hashlimit: avoid duplicated inline by Florian Westphal · 12 years ago
  25. 412662d netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled by Stephen Rothwell · 12 years ago
  26. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 12 years ago
  27. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 12 years ago
  28. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  29. aca071c netfilter: xt_hashlimit: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  30. b4ba261 netfilter: xtables: change hotdrop pointer to direct modification by Jan Engelhardt · 15 years ago
  31. 62fc805 netfilter: xtables: deconstify struct xt_action_param for matches by Jan Engelhardt · 15 years ago
  32. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  33. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  34. 02e4eb7 netfilter: xt_hashlimit: RCU conversion by Eric Dumazet · 14 years ago
  35. 8f59922 netfilter: xt_hashlimit: IPV6 bugfix by Eric Dumazet · 14 years ago
  36. 779dd63 netfilter: xtables: remove xt_hashlimit revision 0 by Jan Engelhardt · 14 years ago
  37. 4a5a5c7 netfilter: xtables: slightly better error reporting by Jan Engelhardt · 14 years ago
  38. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  39. b0f3845 netfilter: xtables: change xt_match.checkentry return type by Jan Engelhardt · 14 years ago
  40. 55e0d7c netfilter: xt_hashlimit: dl_seq_stop() fix by Eric Dumazet · 14 years ago
  41. 8bee4ba netfilter: xt extensions: use pr_<level> by Jan Engelhardt · 14 years ago
  42. 85bc3f3 netfilter: xtables: do not print any messages on ENOMEM by Jan Engelhardt · 14 years ago
  43. aa5fa31 netfilter: xtables: make use of caller family rather than match family by Jan Engelhardt · 14 years ago
  44. 408ffaa netfilter: update my email address by Jan Engelhardt · 14 years ago
  45. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  46. 8a5ce54 xt_hashlimit: fix locking by Eric Dumazet · 14 years ago
  47. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  48. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  49. 2eff25c netfilter: xt_hashlimit: fix race condition and simplify locking by Patrick McHardy · 14 years ago
  50. e89fc3f netfilter: xt_hashlimit: netns support by Alexey Dobriyan · 14 years ago
  51. a1004d8 netfilter: xt_hashlimit: simplify seqfile code by Alexey Dobriyan · 14 years ago
  52. 89bc7a0 netfilter: xt_recent: save 8 bytes per htable by Jan Engelhardt · 14 years ago
  53. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  54. 683a04c netfilter: xt_hashlimit does a wrong SEQ_SKIP by Jesper Dangaard Brouer · 15 years ago
  55. 28337ff netfilter: xt_hashlimit fix by Eric Dumazet · 15 years ago
  56. af07d24 netfilter: fix hardcoded size assumptions by Hagen Paul Pfeifer · 15 years ago
  57. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  58. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  59. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  60. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  61. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  62. f7108a2 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  63. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  64. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  65. 967ab99 netfilter: xt_hashlimit: fix race between htable_destroy and htable_gc by Pavel Emelyanov · 16 years ago
  66. 6e79d85 netfilter: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  67. 1b9b70e [NETFILTER]: xt_hashlimit: fix mask calculation by Patrick McHardy · 16 years ago
  68. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  69. 7d9904c [NETFILTER]: xt_hashlimit: remove unneeded struct member by Jan Engelhardt · 16 years ago
  70. 3ed5df4 [NETFILTER]: Ipv6-related xt_hashlimit compilation fix. by Pavel Emelyanov · 16 years ago
  71. 09e410d [NETFILTER]: xt_hashlimit match, revision 1 by Jan Engelhardt · 16 years ago
  72. f4f6fb7 [NETFILTER]: more sparse fixes by Stephen Hemminger · 16 years ago
  73. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 16 years ago
  74. 7b21e09 [NETFILTER]: xt_hashlimit: reduce overhead without IPv6 by Eric Dumazet · 16 years ago
  75. e2f82ac [NETFILTER]: xt_hashlimit: speedup hash_dst() by Eric Dumazet · 16 years ago
  76. 193b23c [NETFILTER]: xt_hashlimit: remove ip6tables module dependency by Patrick McHardy · 16 years ago
  77. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 16 years ago
  78. cbebc51 [NETFILTER]: xt_hashlimit should use time_after_eq() by Eric Dumazet · 16 years ago
  79. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  80. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  81. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  82. 9f15c53 [NETFILTER]: x_tables: mark matches and targets __read_mostly by Patrick McHardy · 17 years ago
  83. 7c4e36b [NETFILTER]: Remove redundant parentheses/braces by Jan Engelhardt · 17 years ago
  84. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 17 years ago
  85. ccb79bd [NETFILTER]: x_tables: switch xt_match->checkentry to bool by Jan Engelhardt · 17 years ago
  86. 1d93a9c [NETFILTER]: x_tables: switch xt_match->match to bool by Jan Engelhardt · 17 years ago
  87. cff533a [NETFILTER]: x_tables: switch hotdrop to bool by Jan Engelhardt · 17 years ago
  88. e6f689d [NETFILTER]: Use setup_timer by Patrick McHardy · 17 years ago
  89. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  90. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  91. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  92. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  93. a8d0f95 [NET]: Add UDPLITE support in a few missing spots by Patrick McHardy · 17 years ago
  94. 9c2440b [NETFILTER] xt_hashlimit.c: fix typo by Alexey Dobriyan · 17 years ago
  95. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  96. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 17 years ago
  97. 02dba02 [NETFILTER]: xtables: fixes warning on compilation of hashlimit by Yasuyuki Kozakai · 17 years ago
  98. 39b46fc [NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6 by Patrick McHardy · 17 years ago