summaryrefslogtreecommitdiff
path: root/net/ipv6/seg6_iptunnel.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-14seg6: fix the iif in the IPv6 socket control blockAndrea Mayer1-0/+8
2021-09-03seg6_iptunnel: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-08-31ipv6: remove duplicated 'net/lwtunnel.h' includeLv Ruyi1-1/+0
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito1-3/+72
2020-08-04seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi1-0/+17
2020-06-05seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam1-1/+1
2020-03-30net: add net available in build_stateAlexander Aring1-1/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-12seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni1-1/+1
2020-02-28ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-01-31ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2018-12-07ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani1-0/+1
2018-07-19ipv6: sr: fix useless rol32 call on hashColin Ian King1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-05-29ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-04-30ipv6: sr: extract the right key values for "seg6_make_flowlabel"Ahmed Abdelsalam1-1/+1
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam1-2/+22
2018-04-23ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam1-1/+1
2018-03-30ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun1-9/+7
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun1-2/+3
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun1-1/+1
2017-08-26ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun1-2/+23
2017-08-26ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun1-10/+37
2017-08-08ipv6: sr: export SRH insertion functionsDavid Lebrun1-8/+4
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-2/+3
2017-04-17ipv6: sr: fix BUG due to headroom too small after SRH pushDavid Lebrun1-0/+8
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-28ipv6: sr: select DST_CACHE by defaultDavid Lebrun1-18/+0
2017-03-25ipv6: sr: use dst_cache in seg6_inputDavid Lebrun1-1/+26
2017-03-25ipv6: sr: expand skb head only if necessaryDavid Lebrun1-2/+2
2017-02-07ipv6: sr: fix non static symbol warningsWei Yongjun1-4/+4
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-1/+1
2017-01-25net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+1
2017-01-13ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun1-0/+4
2016-11-10ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun1-0/+21
2016-11-10ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun1-0/+410