summaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: add skb drop reasons to TLV parseMenglong Dong2022-04-131-12/+24
* net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong2022-04-131-8/+1
* ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui2022-04-131-4/+1
* ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-271-4/+4
* ipv6: Remove duplicate statementsluo penghao2021-11-141-1/+0
* ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2021-10-041-1/+1
* ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet2021-08-041-59/+46
* ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-211-0/+61
* ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-06-241-14/+13
* ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-06-231-2/+2
* seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau2021-03-111-2/+3
* ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn2020-11-141-5/+0
* net: ipv6: kerneldoc fixesAndrew Lunn2020-07-131-1/+0
* net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2020-06-231-1/+1
* net: ipv6: add support for rpl sr exthdrAlexander Aring2020-03-291-2/+199
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-051-81/+30
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-34/+21
* ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
* ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-031-12/+55
* ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva2017-10-281-4/+1
* ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
* 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