summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan2008-07-271-1/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-2/+2
* netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy2008-07-241-1/+1
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* netfilter: ip6table_filter in netns for realAlexey Dobriyan2008-07-081-9/+22
* netfilter: use correct namespace in ip6table_securityAlexey Dobriyan2008-07-081-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-282-2/+3
|\
| * inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov2008-06-281-1/+2
| * netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy2008-06-241-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-3/+5
|\|
| * netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gath...Jarek Poplawski2008-06-041-3/+5
* | netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen2008-06-101-3/+0Star
* | netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer2008-06-101-1/+1
* | netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy2008-06-101-3/+2Star
* | netfilter: ip6_tables: add ip6tables security tableJames Morris2008-06-103-0/+185
|/
* netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-291-3/+2Star
* [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt2008-04-141-1/+1
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt2008-04-141-14/+13Star
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt2008-04-141-7/+7
* [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy2008-04-141-2/+2
* [NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt2008-04-141-4/+4
* [NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt2008-04-141-14/+15
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-143-3/+6
* [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day2008-04-143-3/+3
* [NETFILTER]: {ip,ip6}t_LOG: print MARK value in log outputPatrick McHardy2008-04-141-1/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-0/+2
|\
| * [INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2008-03-291-0/+2
* | [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-291-7/+8
* | 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 sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-8/+8
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-062-2/+2
* | [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-051-1/+1
|/
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-201-4/+6
* [NETFILTER]: {ip,ip6}_queue: fix build errorPatrick McHardy2008-02-011-4/+14
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-02-011-3/+4
* [NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotateJan Engelhardt2008-02-011-6/+8
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-02-011-3/+19
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-02-011-4/+4
* [NETFILTER]: nf_conntrack_ipv6: fix sparse warningsPatrick McHardy2008-02-011-15/+1Star
* [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-02-011-4/+6
* [NETFILTER]: netns: put table module on netns stopAlexey Dobriyan2008-02-011-0/+3
* [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan2008-02-013-32/+86
* [NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan2008-02-014-27/+30
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-014-33/+40
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-02-011-6/+6
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-02-011-3/+4
* [NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt2008-02-011-1/+1
* Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds2008-01-301-1/+1