summaryrefslogtreecommitdiff
path: root/lib/netdev-native-tnl.c
Commit message (Expand)AuthorAgeFilesLines
* 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