1. 7b308fe netfilter: xt_recent: fix (increase) ipv6 literal buffer length by Maciej Żenczykowski · 1 year, 4 months ago
  2. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years, 2 months ago
  3. b1bdde3 netfilter: xt_recent: Fix attempt to update deleted entry by Jozsef Kadlecsik · 4 years, 1 month ago
  4. 4b7ddc5 netfilter: delete repeated words by Randy Dunlap · 4 years, 7 months ago
  5. 6daf141 netfilter: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  6. db25517 netfilter: xt_recent: recent_seq_next should increase position index by Vasily Averin · 5 years ago
  7. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  8. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  9. 6ca64ef netfilter: xt_recent: Use struct_size() in kvzalloc() by Gustavo A. R. Silva · 6 years ago
  10. f564650 netfilter: check if the socket netns is correct. by Flavio Leitner · 7 years ago
  11. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  12. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  13. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  14. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. b1d0a5d netfilter: x_tables: add and use xt_check_proc_name by Florian Westphal · 7 years ago
  16. 47d63a0 net: Convert hashlimit_net_ops and recent_net_ops by Kirill Tkhai · 7 years ago
  17. b260664 netfilter: x_tables: use pr ratelimiting in all remaining spots by Florian Westphal · 7 years ago
  18. 3754b87 netfilter: remove unused variable by stephen hemminger · 8 years ago
  19. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  20. cdec268 netfilter: Use seq_puts()/seq_putc() where possible by simran singhal · 8 years ago
  21. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  22. 613dbd9 netfilter: x_tables: move hook state into xt_action_param structure by Pablo Neira Ayuso · 8 years ago
  23. 7bdc662 netfilter: Enhance the codes used to get random once by Gao Feng · 8 years ago
  24. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  25. cef9ed8 netfilter: xt_recent: don't reject rule if new hitcount exceeds table max by Florian Westphal · 10 years ago
  26. abc86d0 netfilter: xt_recent: relax ip_pkt_list_tot restrictions by Florian Westphal · 10 years ago
  27. 4cb2897 net: use the new API kvfree() by WANG Cong · 11 years ago
  28. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 12 years ago
  29. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  30. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  31. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  32. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  33. 2727de7 netfilter: xt_recent: avoid high order page allocations by Eric Dumazet · 12 years ago
  34. 665e205 netfilter: xt_recent: fix namespace destroy path by Vitaly E. Lavrov · 12 years ago
  35. da74280 userns xt_recent: Specify the owner/group of ip_list_perms in the initial user namespace by Eric W. Biederman · 13 years ago
  36. efdedd5 netfilter: xt_recent: add address masking option by Denys Fedoryshchenko · 13 years ago
  37. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  38. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago
  39. b4ba261 netfilter: xtables: change hotdrop pointer to direct modification by Jan Engelhardt · 16 years ago
  40. 62fc805 netfilter: xtables: deconstify struct xt_action_param for matches by Jan Engelhardt · 16 years ago
  41. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 16 years ago
  42. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  43. 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
  44. 4a5a5c7 netfilter: xtables: slightly better error reporting by Jan Engelhardt · 15 years ago
  45. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 15 years ago
  46. b0f3845 netfilter: xtables: change xt_match.checkentry return type by Jan Engelhardt · 15 years ago
  47. 5dc7a6d netfilter: xt_recent: allow changing ip_list_[ug]id at runtime by Jan Engelhardt · 15 years ago
  48. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 15 years ago
  49. ef16915 netfilter: xt_recent: fix regression in rules using a zero hit_count by Patrick McHardy · 15 years ago
  50. 8bee4ba netfilter: xt extensions: use pr_<level> by Jan Engelhardt · 15 years ago
  51. aa5fa31 netfilter: xtables: make use of caller family rather than match family by Jan Engelhardt · 15 years ago
  52. 606a9a0 netfilter: xt_recent: check for unsupported user space flags by Tim Gardner · 15 years ago
  53. 0079c5a netfilter: xt_recent: add an entry reaper by Tim Gardner · 15 years ago
  54. 5be4a4f netfilter: xt_recent: remove old proc directory by Jan Engelhardt · 15 years ago
  55. 06bf514 netfilter: xt_recent: update description by Jan Engelhardt · 15 years ago
  56. 408ffaa netfilter: update my email address by Jan Engelhardt · 15 years ago
  57. 8ccb92a netfilter: xt_recent: fix false match by Tim Gardner · 15 years ago
  58. 2c08522 netfilter: xt_recent: fix buffer overflow by Tim Gardner · 15 years ago
  59. 98e6d2d netfilter: xt_recent: inform user when hitcount is too large by Jan Engelhardt · 15 years ago
  60. 7d07d563 netfilter: xt_recent: netns support by Alexey Dobriyan · 15 years ago
  61. 294188a netfilter: xtables: obtain random bytes earlier, in checkentry by Jan Engelhardt · 15 years ago
  62. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  63. 37e55cf netfilter: xt_recent: fix stack overread in compat code by Jan Engelhardt · 16 years ago
  64. 325fb5b netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses by Josef Drexler · 16 years ago
  65. b0ceb56 netfilter: xt_recent: don't save proc dirs by Alexey Dobriyan · 16 years ago
  66. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  67. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  68. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  69. b09eec1 netfilter: xt_recent: use proc_create_data() by Alexey Dobriyan · 16 years ago
  70. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  71. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  72. f7108a20 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  73. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  74. 079aa88 netfilter: xt_recent: IPv6 support by Jan Engelhardt · 16 years ago
  75. e948b20 netfilter: rename ipt_recent to xt_recent by Jan Engelhardt · 16 years ago[Renamed (92%) from net/ipv4/netfilter/ipt_recent.c]
  76. a8ddc91 netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulations by Pavel Emelyanov · 17 years ago
  77. 3cf93c9 [NETFILTER]: annotate xtables targets with const and remove casts by Jan Engelhardt · 17 years ago
  78. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 17 years ago
  79. d0ebf13 [NETFILTER]: ipt_recent: sanity check hit count by Daniel Hokka Zakrisson · 17 years ago
  80. 855304a [NETFILTER]: ipt_recent: fix sparse warnings by Patrick McHardy · 17 years ago
  81. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 17 years ago
  82. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  83. e2da591 [NETFILTER]: Make netfilter code use the seq_open_private by Pavel Emelyanov · 17 years ago
  84. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 18 years ago
  85. 3af8e31 [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open() by Jesper Juhl · 18 years ago
  86. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 18 years ago
  87. 9f15c53 [NETFILTER]: x_tables: mark matches and targets __read_mostly by Patrick McHardy · 18 years ago
  88. 7c4e36b [NETFILTER]: Remove redundant parentheses/braces by Jan Engelhardt · 18 years ago
  89. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 18 years ago
  90. ccb79bd [NETFILTER]: x_tables: switch xt_match->checkentry to bool by Jan Engelhardt · 18 years ago
  91. 1d93a9c [NETFILTER]: x_tables: switch xt_match->match to bool by Jan Engelhardt · 18 years ago
  92. cff533a [NETFILTER]: x_tables: switch hotdrop to bool by Jan Engelhardt · 18 years ago
  93. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
  94. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  95. 6709dbb [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions by Jan Engelhardt · 18 years ago
  96. 6df81ab [PATCH] struct path: convert netfilter by Josef Sipek · 18 years ago
  97. 6a19d61 [NETFILTER]: ipt annotations by Al Viro · 18 years ago
  98. efa7416 [NETFILTER]: x_tables: remove unused size argument to check/destroy functions by Patrick McHardy · 19 years ago
  99. b93ff78 [NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc/net/ipt_recent/* by Daniel De Graaf · 19 years ago
  100. 2b2283d [NETFILTER]: recent match: missing refcnt initialization by Patrick McHardy · 19 years ago