summaryrefslogtreecommitdiffstats
path: root/net/ipv6/seg6.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: sr: fix invalid unregister error pathHangbin Liu11 days1-0/+2
* ipv6: sr: fix incorrect unregister orderHangbin Liu11 days1-1/+1
* ipv6: sr: add missing seg6_local_exitHangbin Liu11 days1-0/+1
* ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-02-201-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-0/+5
|\
| * ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-051-0/+5
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-041-0/+30
* seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-041-0/+29
* net:ipv6:Remove unneeded semicolonZhang Mingyu2021-11-031-1/+1
* net: ipv6: fix use after free of struct seg6_pernet_dataMichelleJin2021-10-041-1/+1
* net: ipv6: check return value of rhashtable_initMichelleJin2021-09-281-2/+6
* net: Remove redundant assignment to errYang Li2021-04-291-3/+0
* seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-041-6/+10
* seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam2020-05-061-2/+8
* ipv6: remove redundant assignment to variable errColin Ian King2020-04-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
* ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-121-3/+1
* rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-1/+0
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-3/+1
* ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-071-0/+5
* ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun2017-08-071-1/+1
* ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger2017-05-211-4/+0
* ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun2017-04-201-0/+3
* ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet2017-01-201-0/+2
* ipv6: sr: add option to control lwtunnel supportDavid Lebrun2016-11-161-0/+8
* ipv6: sr: implement API to control SR HMAC structureDavid Lebrun2016-11-091-0/+229
* ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-091-0/+44
* ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun2016-11-091-0/+214