aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet1-2/+2
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-22/+17
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2-0/+12
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy1-1/+3
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet1-21/+2
2009-03-24netfilter: trivial Kconfig spelling fixesJan Engelhardt1-2/+2
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller13-240/+127
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch1-4/+4
2009-03-16netfilter: auto-load ip6_queue module when socket openedScott James Remnant1-0/+1
2009-03-16netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch1-0/+1
2009-03-16netfilter: use a linked list of loggersEric Leblond1-1/+1
2009-02-20netfilter: iptables: lock free countersStephen Hemminger1-35/+84
2009-02-19netfilter: ip6_tables: unfold two loops in ip6_packet_match()Eric Dumazet1-12/+21
2009-02-19netfilter: xtables: add backward-compat optionsJan Engelhardt1-0/+18
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt3-78/+0
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt3-113/+0
2009-02-18netfilter: log invalid new icmpv6 packet with nf_log_packet()Eric Leblond1-0/+4
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger4-4/+0
2009-02-18netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond1-2/+3
2009-02-09netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond1-0/+21
2009-02-09netfilter: fix tuple inversion for Node information requestEric Leblond1-2/+2
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-26/+13
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-14/+3
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-1/+1
2008-11-20netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan1-14/+3
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-11-03net: '&' reduxAlexey Dobriyan2-4/+4
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-3/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison2-2/+2
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison2-4/+3
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-2/+8
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt4-22/+17
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt4-32/+24
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt7-60/+35
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_invalid sysctlAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum sysctlAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skbAlexey 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