aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
AgeCommit message (Expand)Author
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller
2017-04-25ipv6: fix source routingSabrina Dubroca
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-11-09ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun
2016-11-09ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-06-27calipso: Add validation of CALIPSO option.Huw Davies
2016-06-27ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2013-09-11ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich
2012-11-15ipv6: Move exthdr offload support into separate fileVlad Yasevich
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang
2012-06-04net: Remove casts to same typeJoe Perches
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack
2012-04-02net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2010-01-13ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-06-03net: skb->dst accessorsEric Dumazet
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev