aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[NETFILTER]: nfnetlink_log: remove fallback to group 0Patrick McHardy1-5/+0
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy1-4/+1
2007-04-25[NETFILTER]: nfnetlink_log: remove conditional lockingPatrick McHardy1-14/+4
2007-04-25[NETFILTER]: nfnetlink_log: micro-optimization: inst->skb != NULL in __nfulnl_send()Michal Miroslaw1-4/+2
2007-04-25[NETFILTER]: nfnetlink_log: iterator functions need iter_state * onlyMichal Miroslaw1-11/+7
2007-04-25[NETFILTER]: nfnetlink_log: micro-optimization: don't modify destroyed instanceMichal Miroslaw1-1/+1
2007-04-25[NETFILTER]: nfnetlink_log: micro-optimization for inst==NULL in nfulnl_recv_config()Michal Miroslaw1-3/+3
2007-04-25[NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw1-15/+7
2007-04-25[NETFILTER]: nfnetlink_log: don't count max(a,b) twiceMichal Miroslaw1-8/+2
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-5/+0
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf1-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+1
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-4/+4
2007-03-07[NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy1-1/+1
2007-03-07[NETFILTER]: nfnetlink_log: zero-terminate prefixPatrick McHardy1-1/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix reference countingMichal Miroslaw1-3/+6
2007-03-05[NETFILTER]: nfnetlink_log: fix module reference countingPatrick McHardy1-2/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix possible NULL pointer dereferenceMichal Miroslaw1-0/+4
2007-03-05[NETFILTER]: nfnetlink_log: fix NULL pointer dereferenceMichal Miroslaw1-0/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix use after freeMichal Miroslaw1-1/+1
2007-03-05[NETFILTER]: nfnetlink_log: fix reference leakMichal Miroslaw1-3/+4
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-26/+26
2007-02-12[NETFILTER]: nf_log: minor cleanupsPatrick McHardy1-1/+1
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-1/+1
2006-12-02[NETFILTER]: nfnetlink_log: remove useless prefix length limitationPatrick McHardy1-9/+10
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-2/+2
2006-12-02[NETFILTER]: trivial annotationsAl Viro1-12/+10
2006-11-15[NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBALPatrick McHardy1-1/+1
2006-11-05[NETFILTER] bug: skb->protocol is already net-endianAl Viro1-1/+1
2006-11-05[NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bitAl Viro1-1/+1
2006-11-05[NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bitAl Viro1-2/+2
2006-08-13[NETFILTER]: ulog: fix panic on SMP kernelsMark Huang1-0/+3
2006-05-19[NETFILTER]: nfnetlink_log: fix byteorder confusionPatrick McHardy1-2/+2
2006-04-09[NETFILTER]: Fix section mismatch warningsPatrick McHardy1-17/+8
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-03-20[NETFILTER] nfnetlink_log: add sequence numbers for log eventsHarald Welte1-0/+46
2006-02-04[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy1-7/+11
2006-02-04[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger1-1/+1
2006-01-04[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki1-1/+1
2005-11-14[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte1-4/+2
2005-11-05[NETFILTER] nfnetlink: Use kzallocHarald Welte1-4/+2
2005-10-03[NET]: Fix packet timestamping.Herbert Xu1-2/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-3/+3
2005-08-29[NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte1-0/+58
2005-08-29[NETFILTER]: fix autoloading of nfnetlink_logHarald Welte1-0/+1
2005-08-29[NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte1-2/+3
2005-08-29[NETFILTER]: Add new "nfnetlink_log" userspace packet logging facilityHarald Welte1-0/+995