1. 861fb10 netfilter: Use correct return for seq_show functions by Joe Perches · 9 years ago
  2. e71456a netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
  3. 772476d net/netfilter/x_tables.c: use __seq_open_private() by Rob Jones · 10 years ago
  4. 7926dbf netfilter: don't use mutex_lock_interruptible() by Pablo Neira Ayuso · 10 years ago
  5. f6b5082 netfilter: x_tables: xt_free_table_info() cleanup by Eric Dumazet · 10 years ago
  6. b416c14 netfilter: x_tables: fix ordering of jumpstack allocation and table update by Will Deacon · 11 years ago
  7. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  8. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  9. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  10. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  11. 5b76c49 netfilter: x_tables: print correct hook names for ARP by Jan Engelhardt · 11 years ago
  12. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  13. 3dbd443 net: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  14. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  15. 5a6351e netfilter: fix ebtables compat support by Eric Dumazet · 13 years ago
  16. 7f5c6d4 netfilter: get rid of atomic ops in fast path by Eric Dumazet · 13 years ago
  17. 42046e2 netfilter: x_tables: return -ENOENT for non-existant matches/targets by Patrick McHardy · 13 years ago
  18. adb00ae netfilter: x_tables: misuse of try_then_request_module by Stephen Hemminger · 13 years ago
  19. 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 13 years ago
  20. fbabf31 netfilter: create audit records for x_tables replaces by Thomas Graf · 13 years ago
  21. 255d0dc netfilter: x_table: speedup compat operations by Eric Dumazet · 13 years ago
  22. 83723d6 netfilter: x_tables: dont block BH while reading counters by Eric Dumazet · 13 years ago
  23. f68c530 netfilter: unregister nf hooks, matches and targets in the reverse order by Changli Gao · 14 years ago
  24. 7489aec netfilter: xtables: stackptr should be percpu by Eric Dumazet · 14 years ago
  25. c936e8b netfilter: don't xt_jumpstack_alloc twice in xt_register_table by Xiaotian Feng · 14 years ago
  26. d97a9e4 netfilter: x_tables: move sleeping allocation outside BH-disabled region by Jan Engelhardt · 14 years ago
  27. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  28. f3c5c1b netfilter: xtables: make ip_tables reentrant by Jan Engelhardt · 14 years ago
  29. 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
  30. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  31. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  32. fd0ec0e netfilter: xtables: consolidate code into xt_request_find_match by Jan Engelhardt · 15 years ago
  33. d2a7b6b netfilter: xtables: make use of xt_request_find_target by Jan Engelhardt · 15 years ago
  34. be91fd5 netfilter: xtables: replace custom duprintf with pr_debug by Jan Engelhardt · 14 years ago
  35. 3e5e524 netfilter: CONFIG_COMPAT: allow delta to exceed 32767 by Florian Westphal · 14 years ago
  36. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  37. b402405 netfilter: xtables: print details on size mismatch by Jan Engelhardt · 15 years ago
  38. a8c28d05 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 14 years ago
  39. e3eaa99 netfilter: xtables: generate initial table on-demand by Jan Engelhardt · 15 years ago
  40. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 15 years ago
  41. 42107f5 netfilter: xtables: symmetric COMPAT_XT_ALIGN definition by Alexey Dobriyan · 14 years ago
  42. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  43. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  44. 3dd5d7e x_tables: Convert printk to pr_err by Joe Perches · 15 years ago
  45. 4518536 netfilter: xtables: print hook name instead of mask by Jan Engelhardt · 15 years ago
  46. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  47. b5bb143 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  48. 7845447 netfilter: iptables: lock free counters by Stephen Hemminger · 15 years ago
  49. eb13220 netfilter: make proc/net/ip* print names from foreign NFPROTO by Jan Engelhardt · 15 years ago
  50. 656caff netfilter 04/09: x_tables: fix match/target revision lookup by Patrick McHardy · 15 years ago
  51. 916a917 netfilter: xtables: provide invoked family value to extensions by Jan Engelhardt · 16 years ago
  52. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  53. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  54. 367c679 netfilter: xtables: do centralized checkentry call (1/2) by Jan Engelhardt · 16 years ago
  55. 102befa netfilter: x_tables: output bad hook mask in hexadecimal by Jan Engelhardt · 16 years ago
  56. 043ef46 netfilter: move Ebtables to use Xtables by Jan Engelhardt · 16 years ago
  57. 55b69e9 netfilter: implement NFPROTO_UNSPEC as a wildcard for extensions by Jan Engelhardt · 16 years ago
  58. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  59. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  60. 8b16924 netfilter: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  61. 0e93bb9 netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_names by Pavel Emelyanov · 16 years ago
  62. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 16 years ago
  63. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  64. 3cb609d [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_* by Alexey Dobriyan · 16 years ago
  65. 715cf35 [NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_names by Alexey Dobriyan · 16 years ago
  66. 025d93d [NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_* by Alexey Dobriyan · 16 years ago
  67. b0a6363 [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code by Patrick McHardy · 16 years ago
  68. 44d34e7 [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table() by Alexey Dobriyan · 16 years ago
  69. 8d87005 [NETFILTER]: x_tables: per-netns xt_tables by Alexey Dobriyan · 16 years ago
  70. a98da11 [NETFILTER]: x_tables: change xt_table_register() return value convention by Alexey Dobriyan · 16 years ago
  71. b386d9f [NETFILTER]: ip_tables: move compat offset calculation to x_tables by Patrick McHardy · 16 years ago
  72. 8956695 [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros by Patrick McHardy · 16 years ago
  73. 259d4e4 [NETFILTER]: x_tables: struct xt_table_info diet by Eric Dumazet · 17 years ago
  74. a18aa31 [NETFILTER]: ip_tables: fix compat copy race by Patrick McHardy · 17 years ago
  75. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  76. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  77. 5faf415 [NETFILTER]: x_tables: add more detail to error message about match/target mask mismatch by Balazs Scheidler · 17 years ago
  78. ce18afe [NETFILTER]: x_tables: remove duplicate of xt_prefix by Tobias Klauser · 17 years ago
  79. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  80. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  81. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  82. 9fa492c [NETFILTER]: x_tables: simplify compat API by Patrick McHardy · 18 years ago
  83. df0933d [NETFILTER]: kill listhelp.h by Patrick McHardy · 18 years ago
  84. 52d9c42 [NETFILTER]: x_tables: add helpers for mass match/target registration by Patrick McHardy · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  86. 7800007 [NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in compat layer by Patrick McHardy · 18 years ago
  87. 91536b7 [NETFILTER]: x_tables: move table->lock initialization by Dmitry Mishin · 18 years ago
  88. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  89. 2722971 [NETFILTER]: iptables 32bit compat layer by Dmitry Mishin · 18 years ago
  90. 9e19bb6 [NETFILTER] x_table.c: sem2mutex by Ingo Molnar · 18 years ago
  91. a45049c [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches by Pablo Neira Ayuso · 18 years ago
  92. 37f9f73 [NETFILTER]: xt_tables: add centralized error checking by Patrick McHardy · 18 years ago
  93. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 18 years ago