summaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: exthdrs: get rid of ipv6_skb_net()Justin Iurman2024-03-111-9/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-2/+2
* ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet2024-03-011-7/+9
* net: exthdrs: ioam6: send trace eventJustin Iurman2024-02-281-0/+4
* Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
* ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan2023-08-081-4/+1
* ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima2023-07-121-2/+0
* ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima2023-06-191-3/+0
* ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima2023-06-191-2/+2
* ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima2023-06-191-5/+1
* ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2023-06-191-2/+1
* ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2023-06-191-16/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-18/+11
|\
| * ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-061-18/+11
* | seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima2023-05-171-3/+0
|/
* 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