summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_queue.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal2011-08-301-7/+4Star
* netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl2011-07-291-0/+1
* netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari2011-06-161-1/+2
* netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones2011-06-061-1/+2
* netfilter: ip_queue: rwlock to spinlock conversionEric Dumazet2010-06-091-32/+25Star
* netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0Star
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu2010-04-081-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-4/+3Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-031-3/+2Star
| |\
| | * netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-061-2/+1Star
| | * netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-041-1/+1
| * | net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
| |/
* / sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-2/+1Star
|/
* netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt2009-05-081-1/+1
* netfilter: auto-load ip_queue module when socket openedScott James Remnant2009-03-161-0/+2
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen2008-06-101-3/+0Star
* netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-291-3/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-5/+3Star
|\
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-281-5/+3Star
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
|/
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-201-5/+7
* [NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy2008-02-011-4/+14
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-2/+2
* [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov2008-01-291-21/+2Star
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-281-15/+2Star
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-281-45/+23Star
* [NETFILTER]: ip_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-64/+37Star
* [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]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2007-11-071-17/+20
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-14/+8Star
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-13/+4Star
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-4/+2Star
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-4/+4
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-261-12/+0Star
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-261-1/+1
* [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-2/+4
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-75/+75