summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_queue.c
Commit message (Expand)AuthorAgeFilesLines
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* 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
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-1/+1
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-161-3/+4
* [NETFILTER]: make some netfilter globals __read_mostlyBrian Haley2006-09-231-4/+4
* [NETFILTER]: Change tunables to __read_mostlyBrian Haley2006-09-231-1/+1
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-301-1/+1
* [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-17/+14Star
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NET] sem2mutex: net/Arjan van de Ven2006-03-211-5/+6
* [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf2006-03-071-1/+1
* [NET]: Fix packet timestamping.Herbert Xu2005-10-031-2/+2
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-301-1/+1
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-301-2/+2