summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue.c
AgeCommit message (Expand)AuthorLines
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard-3/+2
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-7/+2
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev-7/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-1/+1
2008-03-10[NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0...Patrick McHardy-11/+4
2008-03-10[NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.Eric Leblond-1/+1
2008-02-19[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy-4/+6
2008-01-31[NETFILTER]: Supress some sparse warningsEric Dumazet-2/+4
2008-01-28[NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_createPatrick McHardy-7/+14
2008-01-28[NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commandsPatrick McHardy-1/+1
2008-01-28[NETFILTER]: nfnetlink_queue: update copyrightPatrick McHardy-0/+1
2008-01-28[NETFILTER]: nfnetlink_queue: remove useless enqueue status codesPatrick McHardy-14/+12
2008-01-28[NETFILTER]: nfnetlink_queue: eliminate impossible switch casePatrick McHardy-6/+1
2008-01-28[NETFILTER]: nfnetlink_queue: use endianness-aware attribute functionsPatrick McHardy-37/+23
2008-01-28[NETFILTER]: nfnetlink_queue: mark hash table __read_mostlyPatrick McHardy-1/+1
2008-01-28[NETFILTER]: nfnetlink_queue: remove useless debuggingPatrick McHardy-31/+4
2008-01-28[NETFILTER]: nfnetlink_queue: kill useless wrapperPatrick McHardy-31/+21
2008-01-28[NETFILTER]: nfnetlink: use RCU for queue instances hashPatrick McHardy-113/+92
2008-01-28[NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_configPatrick McHardy-19/+12
2008-01-28[NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operationPatrick McHardy-5/+4
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy-19/+2
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy-51/+23
2008-01-28[NETFILTER]: nfnetlink_queue: deobfuscate entry lookupsPatrick McHardy-69/+31
2008-01-28[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy-5/+3
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy-0/+1
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy-1/+1
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy-1/+1
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu-12/+6
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu-1/+1
2007-10-10[NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov-16/+2
2007-10-10[NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy-19/+11
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy-2/+2
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy-57/+56
2007-10-10[NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy-2/+2
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger-7/+6
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman-1/+2
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman-0/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter-1/+1
2007-07-10[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai-3/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo-1/+1
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf-3/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo-2/+2
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet-4/+4
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki-42/+42
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven-1/+1
2006-12-02[NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond-0/+8
2006-12-02[NET]: Turn nfmark into generic markThomas Graf-4/+4
2006-12-02[NETFILTER]: trivial annotationsAl Viro-5/+4
2006-11-15[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy-3/+4
2006-11-05[NETFILTER] bug: skb->protocol is already net-endianAl Viro-1/+1