1. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  2. b4ba261 netfilter: xtables: change hotdrop pointer to direct modification by Jan Engelhardt · 15 years ago
  3. 62fc805 netfilter: xtables: deconstify struct xt_action_param for matches by Jan Engelhardt · 15 years ago
  4. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  5. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  6. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  7. 4a5a5c7 netfilter: xtables: slightly better error reporting by Jan Engelhardt · 14 years ago
  8. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  9. b0f3845 netfilter: xtables: change xt_match.checkentry return type by Jan Engelhardt · 14 years ago
  10. 5dc7a6d netfilter: xt_recent: allow changing ip_list_[ug]id at runtime by Jan Engelhardt · 14 years ago
  11. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  12. ef16915 netfilter: xt_recent: fix regression in rules using a zero hit_count by Patrick McHardy · 14 years ago
  13. 8bee4ba netfilter: xt extensions: use pr_<level> by Jan Engelhardt · 14 years ago
  14. aa5fa31 netfilter: xtables: make use of caller family rather than match family by Jan Engelhardt · 14 years ago
  15. 606a9a0 netfilter: xt_recent: check for unsupported user space flags by Tim Gardner · 14 years ago
  16. 0079c5a netfilter: xt_recent: add an entry reaper by Tim Gardner · 14 years ago
  17. 5be4a4f netfilter: xt_recent: remove old proc directory by Jan Engelhardt · 14 years ago
  18. 06bf514 netfilter: xt_recent: update description by Jan Engelhardt · 14 years ago
  19. 408ffaa netfilter: update my email address by Jan Engelhardt · 14 years ago
  20. 8ccb92a netfilter: xt_recent: fix false match by Tim Gardner · 14 years ago
  21. 2c08522 netfilter: xt_recent: fix buffer overflow by Tim Gardner · 14 years ago
  22. 98e6d2d netfilter: xt_recent: inform user when hitcount is too large by Jan Engelhardt · 14 years ago
  23. 7d07d56 netfilter: xt_recent: netns support by Alexey Dobriyan · 14 years ago
  24. 294188a netfilter: xtables: obtain random bytes earlier, in checkentry by Jan Engelhardt · 15 years ago
  25. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  26. 37e55cf netfilter: xt_recent: fix stack overread in compat code by Jan Engelhardt · 15 years ago
  27. 325fb5b netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses by Josef Drexler · 15 years ago
  28. b0ceb56 netfilter: xt_recent: don't save proc dirs by Alexey Dobriyan · 16 years ago
  29. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  30. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  31. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  32. b09eec1 netfilter: xt_recent: use proc_create_data() by Alexey Dobriyan · 16 years ago
  33. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  34. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  35. f7108a2 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  36. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  37. 079aa88 netfilter: xt_recent: IPv6 support by Jan Engelhardt · 16 years ago
  38. e948b20 netfilter: rename ipt_recent to xt_recent by Jan Engelhardt · 16 years ago[Renamed (92%) from net/ipv4/netfilter/ipt_recent.c]
  39. a8ddc91 netfilter: ipt_recent: fix race between recent_mt_destroy and proc manipulations by Pavel Emelyanov · 16 years ago
  40. 3cf93c9 [NETFILTER]: annotate xtables targets with const and remove casts by Jan Engelhardt · 16 years ago
  41. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  42. d0ebf13 [NETFILTER]: ipt_recent: sanity check hit count by Daniel Hokka Zakrisson · 16 years ago
  43. 855304a [NETFILTER]: ipt_recent: fix sparse warnings by Patrick McHardy · 16 years ago
  44. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 16 years ago
  45. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  46. e2da591 [NETFILTER]: Make netfilter code use the seq_open_private by Pavel Emelyanov · 17 years ago
  47. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  48. 3af8e31 [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open() by Jesper Juhl · 17 years ago
  49. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  50. 9f15c53 [NETFILTER]: x_tables: mark matches and targets __read_mostly by Patrick McHardy · 17 years ago
  51. 7c4e36b [NETFILTER]: Remove redundant parentheses/braces by Jan Engelhardt · 17 years ago
  52. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 17 years ago
  53. ccb79bd [NETFILTER]: x_tables: switch xt_match->checkentry to bool by Jan Engelhardt · 17 years ago
  54. 1d93a9c [NETFILTER]: x_tables: switch xt_match->match to bool by Jan Engelhardt · 17 years ago
  55. cff533a [NETFILTER]: x_tables: switch hotdrop to bool by Jan Engelhardt · 17 years ago
  56. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  57. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  58. 6709dbb [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions by Jan Engelhardt · 17 years ago
  59. 6df81ab [PATCH] struct path: convert netfilter by Josef Sipek · 18 years ago
  60. 6a19d61 [NETFILTER]: ipt annotations by Al Viro · 18 years ago
  61. efa7416 [NETFILTER]: x_tables: remove unused size argument to check/destroy functions by Patrick McHardy · 18 years ago
  62. b93ff78 [NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc/net/ipt_recent/* by Daniel De Graaf · 18 years ago
  63. 2b2283d [NETFILTER]: recent match: missing refcnt initialization by Patrick McHardy · 18 years ago
  64. a0e889b [NETFILTER]: recent match: fix "sleeping function called from invalid context" by Patrick McHardy · 18 years ago
  65. 404bdbf [NETFILTER]: recent match: replace by rewritten version by Patrick McHardy · 18 years ago
  66. 493e242 [NETFILTER]: Fix memory leak in ipt_recent by Jesper Juhl · 18 years ago
  67. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  68. c498673 [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions by Patrick McHardy · 18 years ago
  69. 1d5cd90 [NETFILTER]: Convert ip_tables matches/targets to centralized error checking by Patrick McHardy · 18 years ago
  70. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 18 years ago
  71. e7be699 [NETFILTER]: Fix module_param types and permissions by Patrick McHardy · 19 years ago
  72. 2a43c4a [NETFILTER]: Fix recent match jiffies wrap mismatches by Phil Oester · 19 years ago
  73. bcfff0b [NETFILTER]: ipt_recent: last_pkts is an array of "unsigned long" not "u_int32_t" by David S. Miller · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago