aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-112-3/+3
|\
| * netfilter: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
| * net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* | netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak2009-06-081-12/+4
* | netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov2009-06-041-1/+1
* | netfilter: conntrack: simplify event caching systemPablo Neira Ayuso2009-06-021-1/+0
* | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-06-022-85/+85
|\ \ | |/ |/|
| * netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt2009-05-081-5/+8
| * netfilter: xtables: remove another level of indentJan Engelhardt2009-05-081-23/+21
| * netfilter: xtables: remove some gotoJan Engelhardt2009-05-081-5/+2
| * netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-081-68/+64
| * netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-081-4/+10
| * netfilter: xtables: fix const inconsistencyJan Engelhardt2009-05-081-7/+7
| * netfilter: xtables: remove redundant castsJan Engelhardt2009-05-081-1/+1
| * netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt2009-05-081-3/+3
| * netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt2009-05-081-1/+1
| * netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt2009-05-081-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-051-3/+3
|\ \ | |/ |/|
| * netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONEChristoph Paasch2009-05-051-3/+3
* | netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-86/+37
|/
* netfilter: ip6tables regression fixEric Dumazet2009-04-061-0/+2
* netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2009-04-021-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-263-22/+17
|\
| * netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-252-0/+12
| * netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-251-1/+3
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-251-21/+2
* | netfilter: trivial Kconfig spelling fixesJan Engelhardt2009-03-241-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-2413-240/+127
|\ \ | |/
| * netfilter: auto-load ip6_queue module when socket openedScott James Remnant2009-03-161-0/+1
| * netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch2009-03-161-0/+1
| * netfilter: use a linked list of loggersEric Leblond2009-03-161-1/+1
| * netfilter: iptables: lock free countersStephen Hemminger2009-02-201-35/+84
| * netfilter: ip6_tables: unfold two loops in ip6_packet_match()Eric Dumazet2009-02-191-12/+21
| * netfilter: xtables: add backward-compat optionsJan Engelhardt2009-02-191-0/+18
| * netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt2009-02-183-78/+0
| * netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt2009-02-183-113/+0
| * netfilter: log invalid new icmpv6 packet with nf_log_packet()Eric Leblond2009-02-181-0/+4
| * netfilter: x_tables: remove unneeded initializationsStephen Hemminger2009-02-184-4/+0
* | netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
* | netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond2009-02-181-2/+3
|/
* netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond2009-02-091-0/+21
* netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-091-2/+2
* netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-286-26/+13
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-281-14/+3
| |\
| | * netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan2008-11-201-14/+3
| * | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-1/+1
| |/
| * net: '&' reduxAlexey Dobriyan2008-11-032-4/+4
| * net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-3/+2
| * net: replace %p6 with %pI6Harvey Harrison2008-10-292-2/+2