aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/mip6.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.Gravatar David S. Miller 1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-6/+7
2011-03-12net: Break struct flowi out into AF specific instances.Gravatar David S. Miller 1-2/+2
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-3/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-3/+3
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.Gravatar David S. Miller 1-1/+2
2010-07-18IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Gravatar Arnaud Ebalard 1-1/+2
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Gravatar Alexey Dobriyan 1-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeGravatar Brian Haley 1-1/+1
2008-11-25netns xfrm: KM reporting in netnsGravatar Alexey Dobriyan 1-1/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONGravatar Ilpo Järvinen 1-4/+4
2008-04-12[IPV6] MIP6: Use our standard definitions for paddings.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-10/+10
2008-01-31[XFRM]: constify 'struct xfrm_type'Gravatar Eric Dumazet 1-2/+2
2008-01-28[IPSEC]: Move state lock into x->type->inputGravatar Herbert Xu 1-4/+10
2008-01-28[IPSEC]: Replace x->type->{local,remote}_addr with flagsGravatar Herbert Xu 1-9/+2
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsGravatar Herbert Xu 1-2/+0
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputGravatar Herbert Xu 1-0/+2
2007-10-10[IPSEC]: Move state lock into x->type->outputGravatar Herbert Xu 1-0/+4
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputGravatar Herbert Xu 1-6/+6
2007-07-10[XFRM]: Add module alias for transformation type.Gravatar Masahide NAKAMURA 1-0/+2
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Gravatar Masahide NAKAMURA 1-3/+19
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netGravatar Milind Arun Choudhary 1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Gravatar Arnaldo Carvalho de Melo 1-2/+3
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hGravatar Arnaldo Carvalho de Melo 1-9/+11
2007-04-25[SK_BUFF]: Introduce skb_network_header()Gravatar Arnaldo Carvalho de Melo 1-12/+17
2007-02-10[NET] IPV6: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-02-08[IPV6] RAW: Add checksum default defines for MH.Gravatar Masahide NAKAMURA 1-26/+0
2006-12-02[IPV6]: Misc endianness annotations.Gravatar Al Viro 1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-09-22[IPV6] MIP6: Several obvious clean-ups.Gravatar YOSHIFUJI Hideaki 1-2/+4
2006-09-22[IPV6] MIP6: Ignore to report if mobility headers is rejected.Gravatar Masahide NAKAMURA 1-0/+3
2006-09-22[IPV6] MIP6: Report to user-space when home address option is rejected.Gravatar Masahide NAKAMURA 1-0/+83
2006-09-22[IPV6] MIP6: Add receiving mobility header functions through raw socket.Gravatar Masahide NAKAMURA 1-0/+83
2006-09-22[IPV6] MIP6: Add destination options header transformation.Gravatar Noriaki TAKAMIYA 1-0/+167
2006-09-22[IPV6] MIP6: Add routing header type 2 transformation.Gravatar Noriaki TAKAMIYA 1-0/+181