aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_queue.c
AgeCommit message (Expand)Author
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-06-09netfilter: nfnetlink_queue: some optimizationsEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queueHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan
2010-01-18netfilter: nfnetlink_queue: simplify warning messageEric Leblond
2010-01-13netfilter: nfnetlink: netns supportAlexey Dobriyan
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy
2009-06-10nfnetlink_queue: Use rcu_barrier() on module unload.Jesper Dangaard Brouer
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-06-09netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-10[NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0...Patrick McHardy
2008-03-10[NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.Eric Leblond
2008-02-19[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy
2008-01-31[NETFILTER]: Supress some sparse warningsEric Dumazet
2008-01-28[NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_createPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commandsPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: update copyrightPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: remove useless enqueue status codesPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: eliminate impossible switch casePatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: use endianness-aware attribute functionsPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: mark hash table __read_mostlyPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: remove useless debuggingPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: kill useless wrapperPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink: use RCU for queue instances hashPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_configPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operationPatrick McHardy
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy
2008-01-28[NETFILTER]: nfnetlink_queue: deobfuscate entry lookupsPatrick McHardy
2008-01-28[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu
2007-10-10[NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov
2007-10-10[NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman