summaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun2017-08-071-2/+2
* udp6: fix jumbogram receptionPaolo Abeni2017-07-311-0/+1
* net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+3
* ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-05-011-1/+1
* ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
* ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0
* ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-031-28/+3
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2016-11-091-4/+75
* ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-091-3/+3
* ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2016-11-091-0/+10
* ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2016-11-091-0/+175
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-0/+76
|\
| * calipso: Add validation of CALIPSO option.Huw Davies2016-06-271-0/+27
| * ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies2016-06-271-0/+49
* | ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-33/+33
|/
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-1/+2
* ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-091-1/+1
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-9/+9
* ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick2014-10-271-1/+1
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-1/+1
* ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko2013-09-111-6/+0
* ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+2
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-151-9/+1
* ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-151-44/+0
* ipv6: Move exthdr offload support into separate fileVlad Yasevich2012-11-151-36/+4
* ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-151-3/+35
* ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-151-0/+8
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-9/+9
* net: Remove casts to same typeJoe Perches2012-06-041-2/+2
* ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack2012-05-201-1/+14
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-27/+27
* ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-171-2/+2
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-011-0/+1
* net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack2012-04-121-0/+16
* net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack2012-04-021-8/+5
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-9/+9
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet2011-08-011-5/+2
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-6/+6
* ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet2010-06-141-6/+4
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-0/+24
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller2010-01-131-1/+6
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-3/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-20/+20
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-1/+1