devtools: pass custom options to checkpatch
[dpdk.git] / lib / librte_net /
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
2017-05-05 Beilei Xingnet/i40e: add LLDP check for ethertype filter
2017-05-05 Michał Mirosławnet: fix stripped VLAN flag for offload emulation
2017-04-30 Adrien Mazarguilnet: fix missing include in exported header
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-10 Jeff Guolib: fix IPv6 tunnel checksum
2017-04-05 Jasvinder Singhnet: add CRC computation API
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-01-04 Tomasz Kulasekethdev: add Tx preparation
2016-11-06 Ferruh Yigitnet: remove mempool dependency
2016-10-13 Olivier Matznet: add function to calculate checksum in mbuf
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: add GRE header structure
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
2016-10-11 Olivier Matznet: move ethernet definitions to the net library
2015-11-25 Daniel Mrzyglodnet: fix build with gcc 4.4.7 and strict aliasing
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-04-23 Bruce Richardsonnet: remove unneeded include
2015-04-13 Vlad Zolotarovixgbe: add LRO support
2015-02-20 Maciej Gajdzicanet: change arp header struct declaration
2015-01-15 Declan Dohertybond: fix vlan flag interpretation
2014-12-16 Konstantin Ananyevnet: fix IPv6 checksum
2014-12-11 Michael Qiunet: fix build with gcc 4.4.7 and strict aliasing
2014-11-27 Thomas Monjalonnet: fix conflict with libc
2014-11-26 Olivier Matzmbuf: generic support for TCP segmentation offload
2014-11-26 Olivier Matznet: new checksum functions
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Ivan Bouleapp/testpmd: add engine that replies to ARP and ICMP...
next