net: add rte prefix to IP defines
[dpdk.git] / lib / librte_net / rte_net.c
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to GRE structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2018-10-26 Olivier Matznet: support MPLS in software packet type parser
2018-04-27 Didier Pallardnet: export IPv6 header extensions skip function
2018-02-01 Olivier Matznet: use SPDX tags
2017-10-05 Olivier Matznet: fix inner L2 length in packet type parser
2016-10-11 Olivier Matznet: get packet type for the first layers only
2016-10-11 Olivier Matznet: support NVGRE in software packet type parser
2016-10-11 Olivier Matznet: support GRE in software packet type parser
2016-10-11 Olivier Matznet: support IP tunnels in software packet type parser
2016-10-11 Olivier Matznet: support QinQ in software packet type parser
2016-10-11 Olivier Matznet: support VLAN in software packet type parser
2016-10-11 Olivier Matznet: add function to get packet type from data
2016-10-11 Olivier Matznet: introduce net library