1. f6a6768 netfilter: nf_log: fix uninit read in nf_log_proc_dostring by Jann Horn · 6 years ago
  2. 1712fae netfilter: nf_log: don't hold nf_log_mutex during user access by Jann Horn · 6 years ago
  3. c47538f netfilter: nft_log: restrict the log prefix length to 127 by Liping Zhang · 7 years ago
  4. dbb5918 netfilter: fix namespace handling in nf_log_proc_dostring by Jann Horn · 8 years ago
  5. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  6. c6ac37d netfilter: nf_log: fix error on write NONE to logger choice sysctl by Pavel Tikhomirov · 8 years ago
  7. 7e53e7f netfilter: nf_log: Remove NULL check by Shivani Bhardwaj · 8 years ago
  8. f3bb533 netfilter: nf_log: handle NFPROTO_INET properly in nf_logger_[find_get|put] by Liping Zhang · 8 years ago
  9. ad5001c netfilter: nf_log: wait for rcu grace after logger unregistration by Pablo Neira Ayuso · 9 years ago
  10. 205ee117 netfilter: nf_log: don't zap all loggers on unregister by Florian Westphal · 9 years ago
  11. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  12. 8aefc4d netfilter: log: remove unnecessary sizeof(char) by Fabian Frederick · 10 years ago
  13. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  14. e71456a netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
  15. c5a589c netfilter: nf_log: fix sparse warning in nf_logger_find_get() by Pablo Neira Ayuso · 10 years ago
  16. 8ac2bde netfilter: log: protect nf_log_register against double registering by Marcelo Leitner · 10 years ago
  17. 0c26ed1 netfilter: nf_log: Introduce nft_log_dereference() macro by Marcelo Leitner · 10 years ago
  18. 1808274 netfilter: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  19. 960649d netfilter: bridge: add generic packet logger by Pablo Neira Ayuso · 10 years ago
  20. fab4085 netfilter: log: nf_log_packet() as real unified interface by Pablo Neira Ayuso · 10 years ago
  21. 27fd8d90 netfilter: nf_log: move log buffering to core logging by Pablo Neira Ayuso · 10 years ago
  22. 5962815 netfilter: nf_log: use an array of loggers instead of list by Pablo Neira Ayuso · 10 years ago
  23. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  24. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  25. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  26. 8cdb46d netfilter: log: netns NULL ptr bug when calling from conntrack by Hans Schillstrom · 11 years ago
  27. e778f56 netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FS by Pablo Neira Ayuso · 11 years ago
  28. 5b023fc netfilter: enable per netns support for nf_loggers by Gao feng · 11 years ago
  29. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  30. d93cf06 various: Fix spelling of "registered" in comments. by Adam Buchbinder · 12 years ago
  31. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  32. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  33. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  34. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  35. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  36. 9ef0298 netfilter: nf_log: avoid oops in (un)bind with invalid nfproto values by Jan Engelhardt · 13 years ago
  37. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  38. 0906a37 net/netfilter: __rcu annotations by Arnd Bergmann · 14 years ago
  39. b56f2d5 netfilter: use rcu_dereference_protected() by Patrick McHardy · 14 years ago
  40. ed86308 netfilter: remove invalid rcu_dereference() calls by Patrick McHardy · 14 years ago
  41. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  42. 6440fe0 netfilter: nf_log: fix sleeping function called from invalid context in seq_show() by Patrick McHardy · 15 years ago
  43. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  44. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  45. 2495561 netfilter: nf_log: fix direct userspace memory access in proc handler by Patrick McHardy · 15 years ago
  46. 266d07c netfilter: nf_log: fix sleeping function called from invalid context by Patrick McHardy · 15 years ago
  47. b6f0a36 netfilter: nf_log regression fix by Eric Dumazet · 15 years ago
  48. 1762527 netfilter: sysctl support of logger choice by Eric Leblond · 15 years ago
  49. c7a913c netfilter: print the list of register loggers by Eric Leblond · 15 years ago
  50. ca735b3 netfilter: use a linked list of loggers by Eric Leblond · 15 years ago
  51. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  52. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  53. b66985b netfilter: Make nflog quiet when no one listen in userspace. by Eric Leblond · 16 years ago
  54. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  55. ca7c48c [NETFILTER]: Supress some sparse warnings by Eric Dumazet · 16 years ago
  56. a7c4295 [NETFILTER]: nf_log: remove incomprehensible comment by Patrick McHardy · 17 years ago
  57. 7b2f963 [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg by Patrick McHardy · 17 years ago
  58. f01ffbd [NETFILTER]: nf_log: move logging stuff to seperate header by Patrick McHardy · 17 years ago
  59. a5d2926 [NET] NETFILTER: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  60. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  61. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  62. e92ad99 [NETFILTER]: nf_log: minor cleanups by Patrick McHardy · 17 years ago
  63. 9b73534 [NETFILTER]: nf_log: switch logger registration/unregistration to mutex by Patrick McHardy · 17 years ago
  64. 9dc6aa5 [NETFILTER]: nf_log: make nf_log_unregister_pf return void by Patrick McHardy · 17 years ago
  65. a5ea6169 [NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer by Patrick McHardy · 17 years ago
  66. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  67. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  68. 6224392 [NETFILTER]: Fix compilation when no PROC_FS enabled by Harald Welte · 19 years ago
  69. 8a61fad [NETFILTER]: check nf_log function call arguments by Harald Welte · 19 years ago
  70. d72367b [NETFILTER]: more verbose return codes from nf_{log,queue} by Harald Welte · 19 years ago
  71. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  72. f6ebe77 [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c by Harald Welte · 19 years ago