aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-5/+6
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-1/+2
* [NETFILTER]: nfnetlink_log: fix sending of multipart messagesEric Leblond2007-09-201-6/+7
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [NETFILTER]: nfnetlink_log: remove fallback to group 0Patrick McHardy2007-04-251-5/+0
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-251-4/+1
* [NETFILTER]: nfnetlink_log: remove conditional lockingPatrick McHardy2007-04-251-14/+4
* [NETFILTER]: nfnetlink_log: micro-optimization: inst->skb != NULL in __nfulnl...Michal Miroslaw2007-04-251-4/+2
* [NETFILTER]: nfnetlink_log: iterator functions need iter_state * onlyMichal Miroslaw2007-04-251-11/+7
* [NETFILTER]: nfnetlink_log: micro-optimization: don't modify destroyed instanceMichal Miroslaw2007-04-251-1/+1
* [NETFILTER]: nfnetlink_log: micro-optimization for inst==NULL in nfulnl_recv_...Michal Miroslaw2007-04-251-3/+3
* [NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw2007-04-251-15/+7
* [NETFILTER]: nfnetlink_log: don't count max(a,b) twiceMichal Miroslaw2007-04-251-8/+2
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-251-5/+0
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-251-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+1
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-4/+4
* [NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy2007-03-071-1/+1
* [NETFILTER]: nfnetlink_log: zero-terminate prefixPatrick McHardy2007-03-071-1/+1
* [NETFILTER]: nfnetlink_log: fix reference countingMichal Miroslaw2007-03-051-3/+6
* [NETFILTER]: nfnetlink_log: fix module reference countingPatrick McHardy2007-03-051-2/+1
* [NETFILTER]: nfnetlink_log: fix possible NULL pointer dereferenceMichal Miroslaw2007-03-051-0/+4
* [NETFILTER]: nfnetlink_log: fix NULL pointer dereferenceMichal Miroslaw2007-03-051-0/+1
* [NETFILTER]: nfnetlink_log: fix use after freeMichal Miroslaw2007-03-051-1/+1
* [NETFILTER]: nfnetlink_log: fix reference leakMichal Miroslaw2007-03-051-3/+4
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-26/+26
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-121-1/+1
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NETFILTER]: nfnetlink_log: remove useless prefix length limitationPatrick McHardy2006-12-021-9/+10
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-2/+2
* [NETFILTER]: trivial annotationsAl Viro2006-12-021-12/+10
* [NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBALPatrick McHardy2006-11-151-1/+1
* [NETFILTER] bug: skb->protocol is already net-endianAl Viro2006-11-051-1/+1
* [NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bitAl Viro2006-11-051-1/+1
* [NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bitAl Viro2006-11-051-2/+2
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-131-0/+3
* [NETFILTER]: nfnetlink_log: fix byteorder confusionPatrick McHardy2006-05-191-2/+2
* [NETFILTER]: Fix section mismatch warningsPatrick McHardy2006-04-091-17/+8
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NETFILTER] nfnetlink_log: add sequence numbers for log eventsHarald Welte2006-03-201-0/+46
* [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-041-7/+11
* [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger2006-02-041-1/+1
* [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki2006-01-041-1/+1
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-141-4/+2
* [NETFILTER] nfnetlink: Use kzallocHarald Welte2005-11-051-4/+2
* [NET]: Fix packet timestamping.Herbert Xu2005-10-031-2/+2
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-3/+3
* [NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte2005-08-291-0/+58
* [NETFILTER]: fix autoloading of nfnetlink_logHarald Welte2005-08-291-0/+1
* [NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte2005-08-291-2/+3