summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-7/+2Star
* [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 e...Patrick McHardy2008-03-111-14/+16
* [NETFILTER]: nfnetlink_log: fix computation of netlink skb sizeEric Leblond2008-03-111-1/+1
* [NETFILTER]: nfnetlink_log: sparse warning fixesStephen Hemminger2008-02-011-0/+2
* [NETFILTER]: nfnetlink_log: fix typoPatrick McHardy2008-02-011-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/+35Star
* [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/+0Star
* [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-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