test mbuf attach
[dpdk.git] / lib / librte_net /
2020-07-29 Yuying Zhangnet: fix IPv6 checksum with TSO
2020-07-21 Raslan Darawshehnet: fix pedantic build
2020-07-21 Andrew Rybchenkonet: check fragmented headers in non-debug as well
2020-07-13 Bing Zhaoethdev: add eCPRI key fields to flow API
2020-07-11 Ivan Malovnet: use named constants for deprecated QinQ TPIDs
2020-07-10 Hongzhi Guonet: fix checksum on big endian CPUs
2020-07-10 Hongzhi Guonet: fix unneeded replacement of TCP checksum 0
2020-06-24 Hongzhi Guonet: fix IPv4 checksum
2020-04-25 Aaron Conoleip_frag: ensure minimum v6 fragmentation length
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-20 Stephen Hemmingernet: constify pointer to IPv6 header
2019-11-08 Flavia Musatescunet: fix IPv4 IHL and VHL define
2019-10-27 Bruce Richardsonnet: remove ethernet packing and set two-byte alignment
2019-10-25 Flavia Musatescunet: add new header file for VXLAN
2019-10-25 David Marchandnet: hide internal CRC defines
2019-10-25 David Marchandnet: add rte prefix to MPLS structure
2019-10-25 David Marchandnet: add missing rte prefix on PPPoE defines
2019-10-25 Ting Xuapp/testpmd: add GTP parsing and Tx checksum offload
2019-10-23 Kiran Kumar Kethdev: add HIGIG2 key field to flow API
2019-10-23 David Marchandnet: add missing endianness annotations
2019-10-08 David Marchandnet: add missing rte prefix for ESP tail
2019-07-23 Stephen Hemmingernet: be more restrictive with ethernet address format
2019-07-23 Dilshod Urazovnet: adjust L2 length on soft VLAN insertion
2019-07-08 Stephen Hemmingernet: speedup ethernet address comparison with bitops
2019-07-08 Stephen Hemmingernet: add function to convert string to ethernet address
2019-07-08 Stephen Hemmingernet: deinline non-critical ethernet functions
2019-07-05 Fan Zhangipsec: support header construction
2019-07-05 Marcin Smoczynskinet: add IPv6 header extension parsing function
2019-07-04 Saleh Alsouqinet: define IPv4 IHL and VHL
2019-07-04 Ferruh Yigitnet: forbid VLAN insert in shared mbuf
2019-07-03 Morten Brørupnet: add definition for DSCP and ECN masks
2019-07-03 Morten Brørupnet: fix definition of IPv6 traffic class mask
2019-07-03 Morten Brørupnet: move TCP flags from ethdev header
2019-06-28 Ivan Malovnet: fix how L4 checksum choice is tested
2019-06-28 Ivan Malovnet: fix encapsulation markers for inner L3 offset
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to SCTP structure
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 ICMP defines
2019-05-24 Olivier Matznet: add rte prefix to ICMP structure
2019-05-24 Olivier Matznet: add rte prefix to GRE structure
2019-05-24 Olivier Matznet: add rte prefix to ESP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-24 Olivier Matznet: add rte prefix to ARP defines
2019-05-24 Olivier Matznet: add rte prefix to ARP structures
2019-04-05 Bill Hongnet: fix Tx VLAN flag for offload emulation
2019-04-02 Andrew Rybchenkombuf: remove Intel offload checks from generic API
2019-03-29 Nemanja Marjanovicnet: add PPPoE ethertypes
2019-01-10 Konstantin Ananyevnet: add ESP trailer structure definition
2018-12-21 Bruce Richardsonnet: fix underflow for checksum of invalid IPv4 packets
2018-11-06 Ferruh Yigitlib: fix shifting 32-bit signed variable 31 times
2018-11-05 Shahaf Shulernet: fix build with pedantic
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-26 Olivier Matznet: support MPLS in software packet type parser
2018-10-26 Olivier Matznet: add MPLS header structure
2018-09-27 Didier Pallardnet: fix Intel prepare function for IP checksum offload
2018-06-27 Gage Eadsnet: rename u16 to fix shadowed declaration
2018-05-22 Andy Greennet: explicit cast in L4 checksum
2018-05-20 Andy Greennet: explicit cast of protocol in IPv6 checksum
2018-05-20 Andy Greennet: explicit cast of IP checksum to 16-bit
2018-05-20 Andy Greennet: explicit cast of multicast bit clearing
2018-05-14 Ferruh Yigitlib: clear experimental version tag in linker scripts
2018-05-13 Andy Greennet: move stack variable at top of VLAN strip function
2018-04-27 Xueming Liethdev: introduce new tunnel VXLAN-GPE
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Didier Pallardnet: export IPv6 header extensions skip function
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-02-01 Olivier Matznet: use SPDX tags
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-21 Xiao Wangnet: fix RARP generation
2018-01-21 Shachar Beisernet: add IPv6 header fields macros
2018-01-20 Nélio Laranjeironet: fix ESP header byte ordering definition
2018-01-16 Xiao Wangnet: add a helper for making RARP packet
2018-01-09 Jerin Jacoblib: use SPDX tag for Cavium copyright files
2018-01-05 Olivier Matznet: update licence for network headers
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-13 Pavel Shirshovlib: fix typos
2017-11-06 Thomas Monjalonuse macro to declare constructor functions
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Boris Pismennynet: add ESP header to generic flow steering
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-05 Olivier Matznet: fix inner L2 length in packet type parser
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-04 Ashwin Sekhar T Knet: implement CRC for ARM64 NEON
2017-07-04 Bruce Richardsonnet: remove check for SSE4
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-05-05 Bruce Richardsonnet: fix missing break in CRC switch
next