summaryrefslogtreecommitdiffstats
path: root/net/ipv6/seg6_iptunnel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* 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-191-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-291-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-231-1/+1
* ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun2018-03-301-9/+7Star
* 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-261-2/+23
* ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2017-08-261-10/+37
* ipv6: sr: export SRH insertion functionsDavid Lebrun2017-08-071-8/+4Star
* 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-281-18/+0Star
* 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-101-0/+21
* ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-101-0/+410