net: add rte prefix to ether structures
[dpdk.git] / lib / librte_kni / rte_kni.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-02 Thomas Monjaloneal: remove exec-env directory
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2018-11-23 Thomas Monjalonkni: fix possible uninitialized variable
2018-10-26 Dan Gorakni: add function to set link state on kernel interface
2018-10-02 Igor Ryzhovkni: allocate memory dynamically for each device
2018-08-09 Dan Gorakni: fix crash with null name
2018-04-17 Thomas Monjalonfix ethdev port id validation
2018-02-01 Hemant Agrawalkni: set initial value for MTU
2018-02-01 Hemant Agrawalkni: support promiscuous mode set
2018-02-01 Hemant Agrawalkni: support MAC address change
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-13 Pavel Shirshovlib: fix typos
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-07-01 Gowrishankar Muthu... kni: allocate no more mbuf than empty slots in queue
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-05-05 Ferruh Yigitkni: fix crash caused by freeing mempool
2017-04-20 Ferruh Yigitkni: fix possible memory leak
2016-09-21 Ferruh Yigitkni: remove continuous memory restriction
2016-09-21 Ferruh Yigitkni: remove panic exits from library
2016-08-24 Ferruh Yigitkni: remove memzone lookup to get mbuf address
2016-05-19 Olivier Matzmempool: allocate in several memory chunks by default
2015-09-03 Stephen Hemmingerkni: remove deprecated functions
2015-06-22 Marc Sunekni: ignore double initialization
2015-06-16 Bruce Richardsonkni: query the name of an instance
2015-02-24 Hemant Agrawalkni: optimize Rx burst
2014-11-10 Jia Yukni: add build-time checks for mbuf mapping
2014-10-22 Marc Sunekni: fix build
2014-10-21 Marc Sunekni: memzone pool for alloc and release
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-27 Bruce Richardsoneal: fix usage of printf-like functions
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-02-25 Bruce Richardsonkni: add kni close function
2014-02-25 Bruce Richardsoneal: cleanup on mempool and memzone object names
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Intelkni: allow multiple threads
2013-10-09 Intelkni: identify device by name
2013-10-09 Intelkni: minor changes
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelkni: fix multi-process support
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intelkni: initial import