summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-2/+4
* netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso2009-05-271-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-241-5/+13
|\
| * netfilter: use a linked list of loggersEric Leblond2009-03-161-5/+13
* | netfilter: nfnetlink_log: fix timeout handlingEric Leblond2009-02-181-1/+1
* | netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-181-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-1/+3
|\
| * netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy2008-11-181-0/+1
| * netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.Eric Leblond2008-11-041-1/+2
* | CRED: Use creds in file structsDavid Howells2008-11-141-2/+3
|/
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-2/+2
* netfilter: nfnetlink_log: send complete hardware headerEric Leblond2008-07-211-0/+8
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-7/+2
* [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 e...Patrick McHardy2008-03-101-14/+16
* [NETFILTER]: nfnetlink_log: fix computation of netlink skb sizeEric Leblond2008-03-101-1/+1
* [NETFILTER]: nfnetlink_log: sparse warning fixesStephen Hemminger2008-01-311-0/+2
* [NETFILTER]: nfnetlink_log: fix typoPatrick McHardy2008-01-311-1/+1
* [NETFILTER]: nfnetlink_log: include GID in netlink messagePatrick McHardy2008-01-281-0/+3
* [NETFILTER]: nfnetlink_log: use endianness-aware attribute functionsPatrick McHardy2008-01-281-52/+35
* [NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_createPatrick McHardy2008-01-281-5/+9
* [NETFILTER]: nfnetlink_log: remove excessive debuggingPatrick McHardy2008-01-281-45/+0
* [NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commandsPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nfnetlink_log: fix checks in nfulnl_recv_configPatrick McHardy2008-01-281-22/+27
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-101-16/+2
* [NETFILTER]: nfnetlink_log: fix some constantsMichal Miroslaw2007-10-101-7/+5
* [NETFILTER]: nfnetlink_log: fix instance_create() failure pathMichal Miroslaw2007-10-101-5/+5
* [NETFILTER]: nfnetlink_log: fix styleMichal Miroslaw2007-10-101-3/+4
* [NETFILTER]: nfnetlink_log: flush queue earlyMichal Miroslaw2007-10-101-4/+5
* [NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw2007-10-101-16/+14
* [NETFILTER]: nfnetlink_log: use netlink policyPatrick McHardy2007-10-101-29/+9
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-101-1/+1
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-101-78/+77
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-101-2/+2
* [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
OpenPOWER on IntegriCloud