Sign in
coral
/
linux-mtk
/
5dba4c56dfa660a85dc8e897990948cdec3734bf
/
net
/
netfilter
/
nf_log.c
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 12 years ago
143554a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 12 years ago
6d11cfd
netfilter: don't panic on error while walking through the init path
by Pablo Neira Ayuso
· 12 years ago
8cdb46d
netfilter: log: netns NULL ptr bug when calling from conntrack
by Hans Schillstrom
· 12 years ago
e778f56
netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FS
by Pablo Neira Ayuso
· 12 years ago
5b023fc
netfilter: enable per netns support for nf_loggers
by Gao feng
· 12 years ago
30e0c6a
netfilter: nf_log: prepare net namespace support for loggers
by Gao feng
· 12 years ago
d93cf06
various: Fix spelling of "registered" in comments.
by Adam Buchbinder
· 12 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
9ef0298
netfilter: nf_log: avoid oops in (un)bind with invalid nfproto values
by Jan Engelhardt
· 14 years ago
0e60ebe
netfilter: add __rcu annotations
by Eric Dumazet
· 14 years ago
0906a37
net/netfilter: __rcu annotations
by Arnd Bergmann
· 15 years ago
b56f2d5
netfilter: use rcu_dereference_protected()
by Patrick McHardy
· 15 years ago
ed86308
netfilter: remove invalid rcu_dereference() calls
by Patrick McHardy
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
6440fe0
netfilter: nf_log: fix sleeping function called from invalid context in seq_show()
by Patrick McHardy
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
2495561
netfilter: nf_log: fix direct userspace memory access in proc handler
by Patrick McHardy
· 16 years ago
266d07c
netfilter: nf_log: fix sleeping function called from invalid context
by Patrick McHardy
· 16 years ago
b6f0a36
netfilter: nf_log regression fix
by Eric Dumazet
· 16 years ago
1762527
netfilter: sysctl support of logger choice
by Eric Leblond
· 16 years ago
c7a913c
netfilter: print the list of register loggers
by Eric Leblond
· 16 years ago
ca735b3
netfilter: use a linked list of loggers
by Eric Leblond
· 16 years ago
7e9c6ee
netfilter: Introduce NFPROTO_* constants
by Jan Engelhardt
· 16 years ago
76108ce
netfilter: Use unsigned types for hooknum and pf vars
by Jan Engelhardt
· 16 years ago
b66985b
netfilter: Make nflog quiet when no one listen in userspace.
by Eric Leblond
· 17 years ago
8eeee8b
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
by Denis V. Lunev
· 17 years ago
ca7c48c
[NETFILTER]: Supress some sparse warnings
by Eric Dumazet
· 17 years ago
a7c4295
[NETFILTER]: nf_log: remove incomprehensible comment
by Patrick McHardy
· 17 years ago
7b2f963
[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg
by Patrick McHardy
· 17 years ago
f01ffbd
[NETFILTER]: nf_log: move logging stuff to seperate header
by Patrick McHardy
· 17 years ago
a5d2926
[NET] NETFILTER: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 18 years ago
601e68e
[NETFILTER]: Fix whitespace errors
by YOSHIFUJI Hideaki
· 18 years ago
e92ad99
[NETFILTER]: nf_log: minor cleanups
by Patrick McHardy
· 18 years ago
9b73534
[NETFILTER]: nf_log: switch logger registration/unregistration to mutex
by Patrick McHardy
· 18 years ago
9dc6aa5
[NETFILTER]: nf_log: make nf_log_unregister_pf return void
by Patrick McHardy
· 18 years ago
a5ea6169
[NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointer
by Patrick McHardy
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
6224392
[NETFILTER]: Fix compilation when no PROC_FS enabled
by Harald Welte
· 20 years ago
8a61fad
[NETFILTER]: check nf_log function call arguments
by Harald Welte
· 20 years ago
d72367b
[NETFILTER]: more verbose return codes from nf_{log,queue}
by Harald Welte
· 20 years ago
bbd86b9f
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
by Harald Welte
· 20 years ago
f6ebe77
[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c
by Harald Welte
· 20 years ago