]> git.proxmox.com Git - mirror_ovs.git/history - lib/netdev-native-tnl.c
ovsdb-idl: Fix iteration over tracked rows with no actual data.
[mirror_ovs.git] / lib / netdev-native-tnl.c
2020-07-14 Yunjian Wanglib: Remove duplicated includes
2020-03-26 William Tuuserspace: Add GTP-U support.
2019-12-04 William Tutrivial: Fix erspan coding style.
2018-07-10 Ben Pfafftreewide: Remove pointless "return;" at ends of functions.
2018-05-24 Darrell Ballnetdev-native-tnl: Fix alignment for erspan index.
2018-05-22 Greg Roseerspan: Add flow-based erspan options
2018-05-22 Greg Roseip6gre: Add ip6gre vport type
2018-05-22 William Tuuserspace: add erspan tunnel support.
2018-05-22 William Tuuserspace: add gre sequence number support.
2018-05-22 William Tunetdev-native-tnl: refactor the tunnel push header.
2018-04-05 William Tuuserspace: return correct ipv6 header len.
2018-01-12 Bhanuprakash Bodireddynetdev-native-tnl: Add assertion in vxlan_pop_header.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-08-07 Jan Scheurichuserspace: add NSH support to vxlan-gpe tunnels
2017-07-19 Sugesh Chandrantunneling: Avoid datapath-recirc by combining recirc...
2017-07-19 Sugesh Chandrantunneling: Calculate and update packet l4_offset in...
2017-06-27 Ben Pfaffuserspace: Handling of versatile tunnel ports
2017-06-02 Georg Schmueckinguserspace: add vxlan gpe support to vport
2017-06-02 Jan Scheurichuserspace: L3 tunnel support for GRE and LISP
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-01-04 Sugesh Chandrannetdev-dpdk: Enable Rx checksum offloading feature...
2016-07-24 Ryan MoatsExplain initialization when using csum()
2016-06-03 Ben Pfaffnetdev-native-tnl: Fix treatment of GRE key on big...
2016-06-02 Thadeu Lima de Sou... netdev-vport: Update copyright headers
2016-06-02 Thadeu Lima de Sou... netdev-vport: remove unneeded headers
2016-05-24 Pravin B Shelarnetdev-native-tnl: Fix IPv6 tos bits handling.
2016-05-24 Pravin B Shelarnetdev-native-tnl: Introduce ip_build_header()
2016-05-23 YAMAMOTO Takashinetdev-native-tnl: Fix a build error on NetBSD 7.0
2016-05-19 Pravin B Shelarnetdev: Return number of packet from netdev_pop_header()
2016-05-19 Pravin B Shelarnetdev-vport: Factor-out tunnel Push-pop code into...