summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Supress some sparse warningsEric Dumazet2008-02-011-2/+4
* [NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_createPatrick McHardy2008-01-281-7/+14
* [NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commandsPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nfnetlink_queue: update copyrightPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: nfnetlink_queue: remove useless enqueue status codesPatrick McHardy2008-01-281-14/+12Star
* [NETFILTER]: nfnetlink_queue: eliminate impossible switch casePatrick McHardy2008-01-281-6/+1Star
* [NETFILTER]: nfnetlink_queue: use endianness-aware attribute functionsPatrick McHardy2008-01-281-37/+23Star
* [NETFILTER]: nfnetlink_queue: mark hash table __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nfnetlink_queue: remove useless debuggingPatrick McHardy2008-01-281-31/+4Star
* [NETFILTER]: nfnetlink_queue: kill useless wrapperPatrick McHardy2008-01-281-31/+21Star
* [NETFILTER]: nfnetlink: use RCU for queue instances hashPatrick McHardy2008-01-281-113/+92Star
* [NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_configPatrick McHardy2008-01-281-19/+12Star
* [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operationPatrick McHardy2008-01-281-5/+4Star
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-281-19/+2Star
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-281-51/+23Star
* [NETFILTER]: nfnetlink_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-69/+31Star
* [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy2008-01-281-5/+3Star
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-12/+6Star
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-111-16/+2Star
* [NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy2007-10-111-19/+11Star
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-111-2/+2
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-111-57/+56Star
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-111-2/+2
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-7/+6Star
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-1/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-111-3/+1Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-3/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-261-4/+4
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-42/+42
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond2006-12-031-0/+8
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-4/+4
* [NETFILTER]: trivial annotationsAl Viro2006-12-031-5/+4Star
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-161-3/+4
* [NETFILTER] bug: skb->protocol is already net-endianAl Viro2006-11-051-1/+1
* [NETFILTER]: nfnetlink_queue: fix typo in error messagePatrick McHardy2006-09-221-2/+2
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
* [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2006-06-301-2/+10
* [NETFILTER]: Fix section mismatch warningsPatrick McHardy2006-04-101-18/+9Star
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NETFILTER]: nfnetlink_queue: fix nfnetlink message sizePablo Neira Ayuso2006-03-221-9/+10
* [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereferencePatrick McHardy2006-03-131-1/+5