index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink_log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-25
[NETFILTER]: nfnetlink_log: remove fallback to group 0
Patrick McHardy
1
-5
/
+0
2007-04-25
[NETFILTER]: Use setup_timer
Patrick McHardy
1
-4
/
+1
2007-04-25
[NETFILTER]: nfnetlink_log: remove conditional locking
Patrick McHardy
1
-14
/
+4
2007-04-25
[NETFILTER]: nfnetlink_log: micro-optimization: inst->skb != NULL in __nfulnl...
Michal Miroslaw
1
-4
/
+2
2007-04-25
[NETFILTER]: nfnetlink_log: iterator functions need iter_state * only
Michal Miroslaw
1
-11
/
+7
2007-04-25
[NETFILTER]: nfnetlink_log: micro-optimization: don't modify destroyed instance
Michal Miroslaw
1
-1
/
+1
2007-04-25
[NETFILTER]: nfnetlink_log: micro-optimization for inst==NULL in nfulnl_recv_...
Michal Miroslaw
1
-3
/
+3
2007-04-25
[NETFILTER]: nfnetlink_log: kill duplicate code
Michal Miroslaw
1
-15
/
+7
2007-04-25
[NETFILTER]: nfnetlink_log: don't count max(a,b) twice
Michal Miroslaw
1
-8
/
+2
2007-04-25
[NETFILTER]: Remove changelogs and CVS IDs
Patrick McHardy
1
-5
/
+0
2007-04-25
[NETLINK]: Remove error pointer from netlink message handler
Thomas Graf
1
-2
/
+2
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+1
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
1
-4
/
+4
2007-03-07
[NETFILTER]: nfnetlink_log: fix crash on bridged packet
Patrick McHardy
1
-1
/
+1
2007-03-07
[NETFILTER]: nfnetlink_log: zero-terminate prefix
Patrick McHardy
1
-1
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix reference counting
Michal Miroslaw
1
-3
/
+6
2007-03-05
[NETFILTER]: nfnetlink_log: fix module reference counting
Patrick McHardy
1
-2
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix possible NULL pointer dereference
Michal Miroslaw
1
-0
/
+4
2007-03-05
[NETFILTER]: nfnetlink_log: fix NULL pointer dereference
Michal Miroslaw
1
-0
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix use after free
Michal Miroslaw
1
-1
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix reference leak
Michal Miroslaw
1
-3
/
+4
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
1
-26
/
+26
2007-02-12
[NETFILTER]: nf_log: minor cleanups
Patrick McHardy
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 8
Arjan van de Ven
1
-1
/
+1
2006-12-02
[NETFILTER]: nfnetlink_log: remove useless prefix length limitation
Patrick McHardy
1
-9
/
+10
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
1
-2
/
+2
2006-12-02
[NETFILTER]: trivial annotations
Al Viro
1
-12
/
+10
2006-11-15
[NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBAL
Patrick McHardy
1
-1
/
+1
2006-11-05
[NETFILTER] bug: skb->protocol is already net-endian
Al Viro
1
-1
/
+1
2006-11-05
[NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bit
Al Viro
1
-1
/
+1
2006-11-05
[NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bit
Al Viro
1
-2
/
+2
2006-08-13
[NETFILTER]: ulog: fix panic on SMP kernels
Mark Huang
1
-0
/
+3
2006-05-19
[NETFILTER]: nfnetlink_log: fix byteorder confusion
Patrick McHardy
1
-2
/
+2
2006-04-09
[NETFILTER]: Fix section mismatch warnings
Patrick McHardy
1
-17
/
+8
2006-03-28
[NETFILTER]: Rename init functions.
Andrew Morton
1
-4
/
+4
2006-03-20
[NETFILTER] nfnetlink_log: add sequence numbers for log events
Harald Welte
1
-0
/
+46
2006-02-04
[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log
Patrick McHardy
1
-7
/
+11
2006-02-04
[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'
Holger Eitzenberger
1
-1
/
+1
2006-01-04
[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.
YOSHIFUJI Hideaki
1
-1
/
+1
2005-11-14
[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN
Harald Welte
1
-4
/
+2
2005-11-05
[NETFILTER] nfnetlink: Use kzalloc
Harald Welte
1
-4
/
+2
2005-10-03
[NET]: Fix packet timestamping.
Herbert Xu
1
-2
/
+2
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
1
-3
/
+3
2005-08-29
[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}
Harald Welte
1
-0
/
+58
2005-08-29
[NETFILTER]: fix autoloading of nfnetlink_log
Harald Welte
1
-0
/
+1
2005-08-29
[NETFILTER]: attribute count is an attribute of message type, not subsytem
Harald Welte
1
-2
/
+3
2005-08-29
[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility
Harald Welte
1
-0
/
+995