aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-3/+3
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-2/+2
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-2/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-07-06ipv6: correct return on ipv6_rcv() packet dropMark Smith1-3/+3
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu1-0/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-6/+6
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-3/+4
2009-03-27ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-11/+16
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-1/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+9
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-11[IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.YOSHIFUJI Hideaki1-14/+12
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-19/+68
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2008-03-31[IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki1-2/+1
2008-03-05[NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano1-5/+0
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov1-6/+3
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-2/+4
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-2/+2
2007-10-15[IPV6]: Uninline netfilter okfnsPatrick McHardy1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-05-14[IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+2
2007-04-04[IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen1-4/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-9/+9
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki1-13/+27
2006-12-02[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki1-1/+1
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-1/+1
2006-07-24[IPV6]: Clean skb cb on IPv6 input.Guillaume Chazarain1-0/+2
2006-06-30[IPV6]: Remove redundant length check on inputHerbert Xu1-6/+1
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-2/+1
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-1/+1
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-15/+6
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+5
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachablePatrick McHardy1-2/+2
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1