summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-1/+1
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+5
* [IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter2007-05-141-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-4/+4
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-2/+2
* [IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen2007-04-051-4/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-9/+9
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-031-13/+27
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-031-1/+1
* [IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA2006-09-231-1/+1
* [IPV6]: Clean skb cb on IPv6 input.Guillaume Chazarain2006-07-251-0/+2
* [IPV6]: Remove redundant length check on inputHerbert Xu2006-06-301-6/+1Star
* [IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki2006-04-191-2/+1Star
* [IPV4/6]: Netfilter IPsec input hooksPatrick McHardy2006-01-071-1/+1
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-071-15/+6Star
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-101-0/+5
* [IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...Patrick McHardy2005-08-301-2/+2
* [NET]: Kill skb->real_devDavid S. Miller2005-08-301-1/+1
* [IPV6]: Fix SKB leak in ip6_input_finish()Patrick McHardy2005-08-171-4/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+269