summaryrefslogtreecommitdiff
path: root/net/ipv6/exthdrs.c
Commit message (Expand)AuthorAge
* ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-10
* ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-03
* ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva2017-10-28
* ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-18
* ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun2017-08-07
* udp6: fix jumbogram receptionPaolo Abeni2017-07-31
* net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-05-01
* ipv6: fix source routingSabrina Dubroca2017-04-25
* ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-21
* ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-03
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2016-11-09
* ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-09
* ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2016-11-09
* ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2016-11-09
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-07
|\
| * calipso: Add validation of CALIPSO option.Huw Davies2016-06-27
| * ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies2016-06-27
* | ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-27
|/
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-02
* ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-09
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-11
* ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick2014-10-27
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-24
* ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko2013-09-11
* ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-13
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-15
* ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-15
* ipv6: Move exthdr offload support into separate fileVlad Yasevich2012-11-15
* ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-15
* ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-15
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-01
* net: Remove casts to same typeJoe Perches2012-06-04
* ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack2012-05-20
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-19
* ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-17
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-01
* net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack2012-04-12
* net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack2012-04-02
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet2011-08-01
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet2010-06-14
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-02
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-18
* ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller2010-01-13