summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)AuthorFilesLines
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt9-81/+47
2008-10-08netfilter: xtables: use "if" blocks in KconfigJan Engelhardt1-13/+4
2008-10-08netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt1-22/+22
2008-10-08netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOGJan Engelhardt1-10/+10
2008-10-08netfilter: ip6tables: fix name of hopbyhop in KconfigJan Engelhardt1-1/+1
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-14/+9
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan1-4/+5
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan1-8/+16
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns: ip6t_REJECT in netns for realAlexey Dobriyan1-10/+12
2008-10-08netfilter: netns: ip6table_mangle in netns for realAlexey Dobriyan1-9/+22
2008-10-08netfilter: netns: ip6table_raw in netns for realAlexey Dobriyan1-4/+16
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan2-6/+6
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt11-14/+15
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2-3/+3
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+6
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen1-30/+2
2008-09-25netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai1-2/+6
2008-07-27netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan1-1/+1
2008-07-26net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-2/+2
2008-07-24netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy1-1/+1
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-08netfilter: ip6table_filter in netns for realAlexey Dobriyan1-9/+22
2008-07-08netfilter: use correct namespace in ip6table_securityAlexey Dobriyan1-3/+3
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+3
2008-06-28inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov1-1/+2
2008-06-25netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+5
2008-06-10netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen1-3/+0
2008-06-10netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer1-1/+1
2008-06-10netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy1-3/+2
2008-06-10netfilter: ip6_tables: add ip6tables security tableJames Morris3-0/+185
2008-06-04netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gath...Jarek Poplawski1-3/+5
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard1-3/+2
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt1-1/+1
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt1-14/+13
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt1-7/+7
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy1-2/+2
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt1-4/+4
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt1-14/+15
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt3-3/+6
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day3-3/+3
2008-04-14[NETFILTER]: {ip,ip6}t_LOG: print MARK value in log outputPatrick McHardy1-1/+5
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-0/+2
2008-03-29[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller1-0/+2
2008-03-29[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches1-7/+8
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-5/+3