summaryrefslogtreecommitdiff
path: root/net/ipv6/exthdrs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12net: ipv6: exthdrs: get rid of ipv6_skb_net()Justin Iurman1-9/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-2/+2
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet1-7/+9
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman1-0/+4
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2023-08-09ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan1-4/+1
2023-07-13ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima1-2/+0
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-16/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+11
2023-06-07ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima1-3/+0
2022-04-13net: ipv6: add skb drop reasons to TLV parseMenglong Dong1-12/+24
2022-04-13net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong1-8/+1
2022-04-13ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui1-4/+1
2022-01-28ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-4/+4
2021-11-14ipv6: Remove duplicate statementsluo penghao1-1/+0
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-12seg6: 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-14net: ipv6: kerneldoc fixesAndrew Lunn1-1/+0
2020-06-24net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva1-1/+1
2020-03-30net: ipv6: add support for rpl sr exthdrAlexander Aring1-2/+199
2020-03-13inet: 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-11ipv6: 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-08ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun1-2/+2
2017-08-01udp6: 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-10ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun1-4/+75
2016-11-10ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun1-3/+3
2016-11-10ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun1-0/+10