aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mip6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-1/+1
2015-10-05ipv6: use ktime_t for internal timestampsArnd Bergmann1-9/+7
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-5/+6
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris1-6/+4
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-2/+4
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack1-1/+1
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-15/+15
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-6/+7
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller1-2/+2
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-3/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-3/+3
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller1-1/+2
2010-07-18IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard1-1/+2
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan1-1/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-4/+4
2008-04-12[IPV6] MIP6: Use our standard definitions for paddings.YOSHIFUJI Hideaki1-2/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-2/+2
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu1-4/+10
2008-01-28[IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu1-9/+2
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-2/+0
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-0/+2
2007-10-10[IPSEC]: Move state lock into x->type->outputHerbert Xu1-0/+4
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-6/+6
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-0/+2
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-3/+19
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-9/+11
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-12/+17
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-08[IPV6] RAW: Add checksum default defines for MH.Masahide NAKAMURA1-26/+0
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-22[IPV6] MIP6: Several obvious clean-ups.YOSHIFUJI Hideaki1-2/+4
2006-09-22[IPV6] MIP6: Ignore to report if mobility headers is rejected.Masahide NAKAMURA1-0/+3
2006-09-22[IPV6] MIP6: Report to user-space when home address option is rejected.Masahide NAKAMURA1-0/+83
2006-09-22[IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA1-0/+83
2006-09-22[IPV6] MIP6: Add destination options header transformation.Noriaki TAKAMIYA1-0/+167
2006-09-22[IPV6] MIP6: Add routing header type 2 transformation.Noriaki TAKAMIYA1-0/+181