aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_queue.c
Commit message (Expand)AuthorAge
* netfilter: auto-load ip_queue module when socket openedScott James Remnant2009-03-16
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20
* netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen2008-06-09
* netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-29
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-27
|\
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-27
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
|/
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-19
* [NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy2008-01-31
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-28
* [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov2008-01-28
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-28
* [NETFILTER]: ip_queue: deobfuscate entry lookupsPatrick McHardy2008-01-28
* [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-28
* [NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2007-11-07
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-15
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-15
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-11
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-10
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-10
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-10
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-10
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-26
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-26
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-26
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-26
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-26
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-14
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [NET]: Turn nfmark into generic markThomas Graf2006-12-03
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-16
* [NETFILTER]: make some netfilter globals __read_mostlyBrian Haley2006-09-22
* [NETFILTER]: Change tunables to __read_mostlyBrian Haley2006-09-22
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-22
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-29
* [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2006-06-29
* [NETFILTER]: Fix section mismatch warningsPatrick McHardy2006-04-10
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-28
* [NET] sem2mutex: net/Arjan van de Ven2006-03-21
* [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf2006-03-07
* [NET]: Fix packet timestamping.Herbert Xu2005-10-03
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-29
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-29
* [NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte2005-08-29
* [NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queueHarald Welte2005-08-29