summaryrefslogtreecommitdiff
path: root/lib/netdev-native-tnl.c
Commit message (Expand)AuthorAgeFilesLines
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-291-0/+130
* lib: Remove duplicated includesYunjian Wang2020-07-141-1/+0
* userspace: Add GTP-U support.William Tu2020-03-251-13/+152
* trivial: Fix erspan coding style.William Tu2019-12-031-2/+2
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-1/+0
* netdev-native-tnl: Fix alignment for erspan index.Darrell Ball2018-05-241-11/+4
* erspan: Add flow-based erspan optionsGreg Rose2018-05-211-5/+33
* ip6gre: Add ip6gre vport typeGreg Rose2018-05-211-2/+6
* userspace: add erspan tunnel support.William Tu2018-05-211-0/+166
* userspace: add gre sequence number support.William Tu2018-05-211-1/+18
* netdev-native-tnl: refactor the tunnel push header.William Tu2018-05-211-2/+4
* userspace: return correct ipv6 header len.William Tu2018-04-041-1/+1
* netdev-native-tnl: Add assertion in vxlan_pop_header.Bhanuprakash Bodireddy2018-01-121-0/+3
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* userspace: add NSH support to vxlan-gpe tunnelsJan Scheurich2017-08-071-0/+6
* tunneling: Avoid datapath-recirc by combining recirc actions at xlate.Sugesh Chandran2017-07-191-1/+1
* tunneling: Calculate and update packet l4_offset in tunnel push.Sugesh Chandran2017-07-191-0/+2
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-6/+17
* userspace: add vxlan gpe support to vportGeorg Schmuecking2017-06-021-5/+54
* userspace: L3 tunnel support for GRE and LISPJan Scheurich2017-06-021-5/+23
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-2/+2
* netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.Sugesh Chandran2017-01-041-15/+20
* Explain initialization when using csum()Ryan Moats2016-07-241-0/+1
* netdev-native-tnl: Fix treatment of GRE key on big-endian systems.Ben Pfaff2016-06-031-3/+2
* netdev-vport: Update copyright headersThadeu Lima de Souza Cascardo2016-06-021-0/+1
* netdev-vport: remove unneeded headersThadeu Lima de Souza Cascardo2016-06-021-21/+6
* netdev-native-tnl: Fix IPv6 tos bits handling.Pravin B Shelar2016-05-231-2/+5
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-231-53/+79
* netdev-native-tnl: Fix a build error on NetBSD 7.0YAMAMOTO Takashi2016-05-231-0/+1
* netdev: Return number of packet from netdev_pop_header()Pravin B Shelar2016-05-181-16/+25
* netdev-vport: Factor-out tunnel Push-pop code into separate module.Pravin B Shelar2016-05-181-0/+641