summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-111-16/+2Star
* [NETFILTER]: nfnetlink_log: fix some constantsMichal Miroslaw2007-10-111-7/+5Star
* [NETFILTER]: nfnetlink_log: fix instance_create() failure pathMichal Miroslaw2007-10-111-5/+5
* [NETFILTER]: nfnetlink_log: fix styleMichal Miroslaw2007-10-111-3/+4
* [NETFILTER]: nfnetlink_log: flush queue earlyMichal Miroslaw2007-10-111-4/+5
* [NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw2007-10-111-16/+14Star
* [NETFILTER]: nfnetlink_log: use netlink policyPatrick McHardy2007-10-111-29/+9Star
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-111-1/+1
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-111-78/+77Star
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-111-2/+2
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-5/+6
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-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-111-1/+1
* [NETFILTER]: nfnetlink_log: remove fallback to group 0Patrick McHardy2007-04-261-5/+0Star
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-4/+1Star
* [NETFILTER]: nfnetlink_log: remove conditional lockingPatrick McHardy2007-04-261-14/+4Star
* [NETFILTER]: nfnetlink_log: micro-optimization: inst->skb != NULL in __nfulnl...Michal Miroslaw2007-04-261-4/+2Star
* [NETFILTER]: nfnetlink_log: iterator functions need iter_state * onlyMichal Miroslaw2007-04-261-11/+7Star
* [NETFILTER]: nfnetlink_log: micro-optimization: don't modify destroyed instanceMichal Miroslaw2007-04-261-1/+1
* [NETFILTER]: nfnetlink_log: micro-optimization for inst==NULL in nfulnl_recv_...Michal Miroslaw2007-04-261-3/+3
* [NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw2007-04-261-15/+7Star
* [NETFILTER]: nfnetlink_log: don't count max(a,b) twiceMichal Miroslaw2007-04-261-8/+2Star
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-261-5/+0Star
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+1Star
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-261-4/+4
* [NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy2007-03-081-1/+1
* [NETFILTER]: nfnetlink_log: zero-terminate prefixPatrick McHardy2007-03-081-1/+1
* [NETFILTER]: nfnetlink_log: fix reference countingMichal Miroslaw2007-03-051-3/+6
* [NETFILTER]: nfnetlink_log: fix module reference countingPatrick McHardy2007-03-051-2/+1Star
* [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-031-9/+10
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-2/+2
* [NETFILTER]: trivial annotationsAl Viro2006-12-031-12/+10Star
* [NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBALPatrick McHardy2006-11-161-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-141-0/+3
* [NETFILTER]: nfnetlink_log: fix byteorder confusionPatrick McHardy2006-05-191-2/+2
* [NETFILTER]: Fix section mismatch warningsPatrick McHardy2006-04-101-17/+8Star
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NETFILTER] nfnetlink_log: add sequence numbers for log eventsHarald Welte2006-03-211-0/+46