Age | Commit message (Expand) | Author | Files | Lines |
2022-07-29 | seg6: add support for SRv6 H.L2Encaps.Red behavior | Andrea Mayer | 1 | -1/+11 |
2022-07-29 | seg6: add support for SRv6 H.Encaps.Red behavior | Andrea Mayer | 1 | -1/+127 |
2022-07-14 | seg6: fix skb checksum evaluation in SRH encapsulation/insertion | Andrea Mayer | 1 | -1/+4 |
2021-12-09 | seg6: fix the iif in the IPv6 socket control block | Andrea Mayer | 1 | -0/+8 |
2021-09-03 | seg6_iptunnel: Remove redundant initialization of variable err | Colin Ian King | 1 | -1/+1 |
2021-08-31 | ipv6: remove duplicated 'net/lwtunnel.h' include | Lv Ruyi | 1 | -1/+0 |
2021-08-30 | netfilter: add netfilter hooks to SRv6 data plane | Ryoga Saito | 1 | -3/+72 |
2020-08-04 | seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi header | Ioana-Ruxandra Stăncioi | 1 | -0/+17 |
2020-06-05 | seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds | Ahmed Abdelsalam | 1 | -1/+1 |
2020-03-30 | net: add net available in build_state | Alexander Aring | 1 | -1/+1 |
2020-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-03-12 | seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number | Paolo Lungaroni | 1 | -1/+1 |
2020-02-28 | ipv6: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+2 |
2019-01-31 | ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation | Yohei Kanemaru | 1 | -0/+2 |
2018-12-07 | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output | Shmulik Ladkani | 1 | -0/+1 |
2018-07-19 | ipv6: sr: fix useless rol32 call on hash | Colin Ian King | 1 | -1/+1 |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-05-29 | ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline | Mathieu Xhonneux | 1 | -2/+2 |
2018-04-30 | ipv6: sr: extract the right key values for "seg6_make_flowlabel" | Ahmed Abdelsalam | 1 | -1/+1 |
2018-04-25 | ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap mode | Ahmed Abdelsalam | 1 | -2/+22 |
2018-04-23 | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts | Ahmed Abdelsalam | 1 | -1/+1 |
2018-03-30 | ipv6: sr: fix seg6 encap performances with TSO enabled | David Lebrun | 1 | -9/+7 |
2018-03-22 | ipv6: sr: fix NULL pointer dereference when setting encap source address | David Lebrun | 1 | -2/+3 |
2018-03-22 | ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state | David Lebrun | 1 | -1/+1 |
2017-08-26 | ipv6: sr: add support for encapsulation of L2 frames | David Lebrun | 1 | -2/+23 |
2017-08-26 | ipv6: sr: add support for ip4ip6 encapsulation | David Lebrun | 1 | -10/+37 |
2017-08-08 | ipv6: sr: export SRH insertion functions | David Lebrun | 1 | -8/+4 |
2017-05-30 | net: add extack arg to lwtunnel build state | David Ahern | 1 | -2/+3 |
2017-04-17 | ipv6: sr: fix BUG due to headroom too small after SRH push | David Lebrun | 1 | -0/+8 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -1/+1 |
2017-03-28 | ipv6: sr: select DST_CACHE by default | David Lebrun | 1 | -18/+0 |
2017-03-25 | ipv6: sr: use dst_cache in seg6_input | David Lebrun | 1 | -1/+26 |
2017-03-25 | ipv6: sr: expand skb head only if necessary | David Lebrun | 1 | -2/+2 |
2017-02-07 | ipv6: sr: fix non static symbol warnings | Wei Yongjun | 1 | -4/+4 |
2017-01-30 | lwtunnel: remove device arg to lwtunnel_build_state | David Ahern | 1 | -1/+1 |
2017-01-25 | net: Specify the owning module for lwtunnel ops | Robert Shearman | 1 | -0/+1 |
2017-01-13 | ipv6: sr: fix several BUGs when preemption is enabled | David Lebrun | 1 | -0/+4 |
2016-11-10 | ipv6: sr: add calls to verify and insert HMAC signatures | David Lebrun | 1 | -0/+21 |
2016-11-10 | ipv6: sr: add support for SRH encapsulation and injection with lwtunnels | David Lebrun | 1 | -0/+410 |