aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman1-1/+1
2021-08-04ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet1-59/+46
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+61
2021-06-24ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet1-14/+13
2021-06-23ipv6: exthdrs: do not blindly use init_netEric Dumazet1-2/+2
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-2/+3
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn1-5/+0
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn1-1/+0
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva1-1/+1
2020-03-29net: ipv6: add support for rpl sr exthdrAlexander Aring1-2/+199
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-81/+30
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-34/+21
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert1-12/+55
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva1-4/+1
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun1-2/+2
2017-07-31udp6: fix jumbogram receptionPaolo Abeni1-0/+1
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-3/+3
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller1-1/+1
2017-04-25ipv6: fix source routingSabrina Dubroca1-0/+4
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun1-1/+0
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun1-28/+3
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-11-09ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun1-4/+75
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun1-3/+3
2016-11-09ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun1-0/+10
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun1-0/+175
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-0/+76
2016-06-27calipso: Add validation of CALIPSO option.Huw Davies1-0/+27
2016-06-27ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies1-0/+49
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-33/+33
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-1/+2
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal1-1/+1
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-9/+9
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick1-1/+1
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-1/+1
2013-09-11ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko1-6/+0
2013-01-13ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明1-1/+2
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-9/+1
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich1-44/+0
2012-11-15ipv6: Move exthdr offload support into separate fileVlad Yasevich1-36/+4
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich1-3/+35
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich1-0/+8
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-9/+9
2012-06-04net: Remove casts to same typeJoe Perches1-2/+2
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14