#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null ='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/net/ipv6/exthdrs.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/ipv6/exthdrs.c
AgeCommit message (Expand)Author
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva
2020-03-29net: ipv6: add support for rpl sr exthdrAlexander Aring
2020-03-12inet: Use fallthrough;Joe Perches
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun
2017-07-31udp6: fix jumbogram receptionPaolo Abeni