summaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
AgeCommit message (Expand)AuthorLines
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches-9/+9
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick-1/+1
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris-1/+1
2013-09-11ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko-6/+0
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明-1/+2
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich-9/+1
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich-44/+0
2012-11-15ipv6: Move exthdr offload support into separate fileVlad Yasevich-36/+4
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich-3/+35
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich-0/+8
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang-9/+9
2012-06-04net: Remove casts to same typeJoe Perches-2/+2
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack-1/+14
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet-27/+27
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack-2/+2
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston-0/+1
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack-0/+16
2012-04-02net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack-8/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-9/+9
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet-5/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller-6/+6
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet-6/+4
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan-1/+1
2010-01-13ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller-1/+6
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet-20/+20
2008-10-29net: replace %p6 with %pI6Harvey Harrison-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev-18/+24
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki-1/+1
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk-2/+0
2008-01-28[NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano-1/+1
2008-01-28[IPV6]: make extended headers to return an error at initializationDaniel Lezcano-25/+39
2008-01-28[NET]: Eliminate duplicate copies of dst_discardHerbert Xu-11/+2
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu-27/+14
2007-10-15[IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on inputHerbert Xu-18/+5
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki-78/+0
2007-07-10[IPV6]: Restore semantics of Routing Header processing.YOSHIFUJI Hideaki-31/+16
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA-9/+10
2007-05-10[IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki-4/+12
2007-04-27[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki-0/+1
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo-3/+3
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo-4/+4