summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_queue.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+1
* netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen2008-06-091-3/+0
* netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-291-3/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-5/+3
|\
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-5/+3
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
|/
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-191-5/+7
* [NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy2008-01-311-4/+14
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-2/+2
* [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov2008-01-281-21/+2
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-281-15/+2
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-281-45/+23
* [NETFILTER]: ip_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-64/+37
* [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy2008-01-281-5/+3
* [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/+8
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-13/+4
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-4/+2
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-4/+4
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-251-12/+0
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-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-101-75/+75
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-1/+1
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-151-3/+4
* [NETFILTER]: make some netfilter globals __read_mostlyBrian Haley2006-09-221-4/+4
* [NETFILTER]: Change tunables to __read_mostlyBrian Haley2006-09-221-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-291-1/+1
* [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2006-06-291-2/+10
* [NETFILTER]: Fix section mismatch warningsPatrick McHardy2006-04-091-17/+14
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-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-291-1/+1
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-2/+2
* [NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte2005-08-291-2/+7
* [NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queueHarald Welte2005-08-291-1/+1
OpenPOWER on IntegriCloud