summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov2012-09-271-1/+1
* netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt2012-09-213-109/+0
* netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt2012-09-213-104/+0
* netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso2012-09-211-55/+55
* ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-191-5/+3
* ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-191-55/+19
* ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2012-09-191-42/+95
* netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell2012-09-051-0/+1
* netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy2012-08-303-0/+175
* netfilter: ip6tables: add NETMAP targetPatrick McHardy2012-08-303-0/+105
* netfilter: ip6tables: add REDIRECT targetPatrick McHardy2012-08-303-0/+110
* netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-303-0/+148
* netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-306-2/+749
* netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy2012-08-301-57/+6
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-302-12/+48
* netfilter: PTR_RET can be usedWu Fengguang2012-08-144-13/+4
* netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-041-0/+6
* netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table functionGao feng2012-06-271-4/+13
* netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-271-1/+1
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-11/+32
* netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-071-2/+4
* netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-071-5/+0
* netfilter: nf_ct_ipv6: add namespace supportGao feng2012-06-071-29/+59
* netfilter: nf_ct_icmp: add namespace supportGao feng2012-06-071-2/+23
* netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2012-06-071-3/+3
* netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-071-9/+9
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-155-14/+8
* netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-095-13/+39
* netfilter: remove ip_queue supportPablo Neira Ayuso2012-05-083-664/+0
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-202-3/+3
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-202-5/+5
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-121-14/+0
|\
| * netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2012-04-091-14/+0
* | netfilter: ipv6: Stop using NLA_PUT*().David S. Miller2012-04-022-10/+11
|/
* netfilter: remove forward module param confusion.Rusty Russell2012-03-221-7/+2
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+47
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-3/+10
* netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2012-03-073-537/+0
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-1/+1
* | Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-253-0/+144
|\ \
| * | netfilter: add ipv6 reverse path filter matchFlorian Westphal2011-12-133-0/+144
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
|/ /
* | ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* | net: dont call jump_label_dec from irq contextEric Dumazet2011-11-291-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-1/+0
|\ \
| * | netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller2011-11-231-1/+0
* | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-4/+4
|/ /
* | netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-4/+3