summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Add missing code in ip_tunnel_lookup()Greg Rose2018-06-292-2/+5
* compat: Fix gre header bugGreg Rose2018-06-291-4/+6
* datapath: stt: linearize in SKIP_ZERO_COPY caseNeal Shrader via dev2018-06-251-7/+0
* datapath: Add meter action support.Andy Zhou2018-06-204-1/+14
* datapath: Fix compiler warning for HAVE_RHEL7_MAX_MTU.Justin Pettit2018-06-201-1/+1
* datapath: compat: Fix RHEL 7.5 build warning from ip_tunnel_get_stats64()Yi-Hung Wei2018-06-142-3/+3
* datapath: Fix ip6_gre, ip6_tunnel, and ip_gre backportYi-Hung Wei2018-06-143-0/+30
* datapath: Fix max MTU size on RHEL 7.5 kernelYi-Hung Wei2018-06-141-0/+2
* datapath: Check if gre kernel module is loadedGreg Rose2018-06-071-0/+4
* datapath: Do not fail to load on gre protocol conflictGreg Rose2018-06-052-10/+19
* compat: Fix compile warningGreg Rose2018-06-041-1/+2
* compat: Add skb_checksum_simple_complete()Greg Rose2018-06-041-0/+19
* compat: Fixups for newer kernelsGreg Rose2018-05-3113-286/+161
* datapath: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-291-31/+87
* datapath: ip6_gre: Fix ip6erspan hlen calculationWilliam Tu2018-05-291-9/+84
* datapath: ip6_gre: Split up ip6gre_changelink()William Tu2018-05-291-11/+37
* datapath: ip6_gre: Split up ip6gre_newlink()William Tu2018-05-291-5/+29
* datapath: ip6_gre: Split up ip6gre_tnl_change()William Tu2018-05-291-2/+8
* datapath: ip6_gre: Split up ip6gre_tnl_link_config()William Tu2018-05-291-12/+26
* datapath: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()William Tu2018-05-291-1/+1
* datapath: ip6_gre: Request headroom in __gre6_xmit()William Tu2018-05-291-0/+3
* userspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash algorithmJan Scheurich2018-05-251-0/+4
* compati/ip_gre: remove duplicate vport definition.William Tu2018-05-251-4/+0
* datapath: compat: Fix ndo_size in RHEL 7.5 backportYi-Hung Wei2018-05-235-0/+6
* erspan: fix invalid erspan version.William Tu2018-05-211-1/+3
* gre: Resolve gre receive issuesGreg Rose2018-05-214-18/+164
* rhel: Enable ERSPAN features for RHEL 7.xGreg Rose2018-05-212-13/+12
* erspan: set bso when truncated bit is set.William Tu2018-05-211-1/+1
* erspan: auto detect truncated ipv6 packets.William Tu2018-05-212-0/+12
* ip6erspan: make sure enough headroom at xmit.William Tu2018-05-211-0/+3
* ip6erspan: improve error handling for erspan version number.William Tu2018-05-211-0/+2
* ip6gre: add erspan v2 to tunnel lookupWilliam Tu2018-05-211-1/+2
* erspan: auto detect truncated packets.William Tu2018-05-212-0/+12
* openvswitch: fix vport packet length check.William Tu2018-05-211-4/+4
* datapath: add erspan version I and II supportWilliam Tu2018-05-212-1/+52
* compat: erspan: use bitfield instead of mask and offsetWilliam Tu2018-05-211-2/+3
* datapath: erspan: introduce erspan v2 for ip_greWilliam Tu2018-05-212-12/+42
* datapath: Use correct tunnel receive for ip6greGreg Rose2018-05-211-2/+1
* datapath: Add dellink op to ip6gre and ip6erspan tap opsGreg Rose2018-05-211-0/+2
* compat: Add ipv6 GRE and IPV6 TunnelingGreg Rose2018-05-2114-34/+5301
* compat: Fixups for some compile warnings and errorsGreg Rose2018-05-213-28/+51
* compat: Add #define for gre_handle_offloadsGreg Rose2018-05-211-0/+1
* compat: Move function to headerGreg Rose2018-05-211-0/+23
* ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2018-05-211-1/+2
* ip_gre: erspan: reload pointer after pskb_may_pullWilliam Tu2018-05-211-0/+3
* ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2018-05-211-1/+1
* compat/erspan: refactor existing erspan codeWilliam Tu2018-05-211-6/+13
* ip_gre: Refactor the erspan tunnel code.William Tu2018-05-212-50/+56
* ip_gre: erspan device should keep dstXin Long2018-05-211-0/+1
* ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2018-05-211-1/+3