summaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet2010-06-141-6/+4
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-0/+24
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller2010-01-131-1/+6
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-3/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-20/+20
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-1/+1
* ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev2008-10-081-18/+24
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-1/+1
|\
| * ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev2008-07-101-1/+1
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano2008-01-281-1/+1
* [IPV6]: make extended headers to return an error at initializationDaniel Lezcano2008-01-281-25/+39
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-281-11/+2
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-27/+14
* [IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on inputHerbert Xu2007-10-151-18/+5
* [IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2007-07-101-78/+0
* [IPV6]: Restore semantics of Routing Header processing.YOSHIFUJI Hideaki2007-07-101-31/+16
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-9/+10
* [IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki2007-05-101-4/+12
* [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki2007-04-271-0/+1
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-11/+10
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-5/+7
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-10/+10
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-23/+33
* [IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.rawArnaldo Carvalho de Melo2007-04-251-1/+1
* [IPV6]: Decentralize EXPORT_SYMBOLs.YOSHIFUJI Hideaki2007-04-251-0/+2
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-1/+1
* IPv6: fix Routing Header Type 0 handling thinkoYOSHIFUJI Hideaki2007-04-241-1/+1
* [IPV6]: Disallow RH0 by default.YOSHIFUJI Hideaki2007-04-241-6/+34
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-1/+1
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-021-19/+38
* [IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.Masahide NAKAMURA2006-09-221-0/+7
* [IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki2006-09-221-1/+0
* [IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA2006-09-221-1/+83
* [IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA2006-09-221-10/+19
* [IPV6]: Find option offset by type.Masahide NAKAMURA2006-09-221-0/+43
* [IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA2006-09-221-8/+61
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki2006-08-311-13/+16
OpenPOWER on IntegriCloud