summaryrefslogtreecommitdiffstats
path: root/net/ipv6/seg6_iptunnel.c
Commit message (Expand)AuthorAgeFilesLines
* seg6_iptunnel: Remove redundant initialization of variable errColin Ian King2021-09-031-1/+1
* ipv6: remove duplicated 'net/lwtunnel.h' includeLv Ruyi2021-08-311-1/+0
* netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-301-3/+72
* seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi2020-08-031-0/+17
* seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-041-1/+1
* net: add net available in build_stateAlexander Aring2020-03-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+1
|\
| * seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni2020-03-111-1/+1
* | ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
* ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
* ipv6: sr: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-2/+2
|\
| * ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-281-2/+2
* | ipv6: sr: extract the right key values for "seg6_make_flowlabel"Ahmed Abdelsalam2018-04-301-1/+1
* | ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2018-04-251-2/+22
|/
* ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-221-1/+1
* ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun2018-03-301-9/+7
* ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
* ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
* ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun2017-08-251-2/+23
* ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2017-08-251-10/+37
* ipv6: sr: export SRH insertion functionsDavid Lebrun2017-08-071-8/+4
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-2/+3
* ipv6: sr: fix BUG due to headroom too small after SRH pushDavid Lebrun2017-04-171-0/+8
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* ipv6: sr: select DST_CACHE by defaultDavid Lebrun2017-03-271-18/+0
* ipv6: sr: use dst_cache in seg6_inputDavid Lebrun2017-03-241-1/+26
* ipv6: sr: expand skb head only if necessaryDavid Lebrun2017-03-241-2/+2
* ipv6: sr: fix non static symbol warningsWei Yongjun2017-02-071-4/+4
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-301-1/+1
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+1
* ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2017-01-131-0/+4
* ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2016-11-091-0/+21
* ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-091-0/+410