aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-03net: skb->dst accessorsEric Dumazet1-20/+20
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-18/+24
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev1-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-28[NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano1-1/+1
2008-01-28[IPV6]: make extended headers to return an error at initializationDaniel Lezcano1-25/+39
2008-01-28[NET]: Eliminate duplicate copies of dst_discardHerbert Xu1-11/+2
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-27/+14
2007-10-15[IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on inputHerbert Xu1-18/+5
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki1-78/+0
2007-07-10[IPV6]: Restore semantics of Routing Header processing.YOSHIFUJI Hideaki1-31/+16
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-9/+10
2007-05-10[IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki1-4/+12
2007-04-27[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki1-0/+1
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-11/+10
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-5/+7
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-10/+10
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-23/+33
2007-04-25[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.rawArnaldo Carvalho de Melo1-1/+1
2007-04-25[IPV6]: Decentralize EXPORT_SYMBOLs.YOSHIFUJI Hideaki1-0/+2
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-1/+1
2007-04-24IPv6: fix Routing Header Type 0 handling thinkoYOSHIFUJI Hideaki1-1/+1
2007-04-24[IPV6]: Disallow RH0 by default.YOSHIFUJI Hideaki1-6/+34
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-1/+1
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki1-19/+38
2006-09-22[IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.Masahide NAKAMURA1-0/+7
2006-09-22[IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki1-1/+0
2006-09-22[IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA1-1/+83
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-10/+19
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+43
2006-09-22[IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA1-8/+61
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-08-31[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki1-13/+16
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-2/+2
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-2/+2
2006-04-18[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki1-0/+12
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-7/+12
2006-01-03[IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo1-0/+4
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki1-0/+19