kni: support promiscuous mode set
[dpdk.git] / lib / librte_eal / linuxapp / kni / kni_net.c
2018-02-01 Hemant Agrawalkni: support promiscuous mode set
2018-02-01 Hemant Agrawalkni: support MAC address change
2018-01-11 Ferruh Yigitkni: convert license headers to SPDX tags
2017-02-21 Ferruh Yigitkni: remove KNI vhost support
2016-10-13 Ferruh Yigitkni: prefer uint32_t to unsigned int
2016-10-13 Ferruh Yigitkni: update log messages
2016-10-13 Ferruh Yigitkni: remove compile time debug configuration
2016-10-13 Ferruh Yigitkni: move functions to eliminate declarations
2016-10-13 Ferruh Yigitkni: remove unnecessary messages for out of memory
2016-10-13 Ferruh Yigitkni: update kernel logging
2016-10-13 Ferruh Yigitkni: prefer min_t to min
2016-10-13 Ferruh Yigitkni: remove useless return
2016-10-13 Ferruh Yigitkni: prefer unsigned int to unsigned
2016-10-13 Ferruh Yigitkni: fix spacing and line lenghts
2016-09-22 Ferruh Yigitkni: fix large stack frame size
2016-09-21 Ferruh Yigitkni: remove continuous memory restriction
2016-09-21 Ferruh Yigitkni: fix debug build
2016-06-07 Ferruh Yigitkni: move more kernel version check to compat header
2016-06-07 Ferruh Yigitkni: fix build with kernel 4.7
2016-05-02 Ferruh Yigitkni: support chained mbufs
2016-05-02 Igor Ryzhovkni: keep ethernet MAC address when interface goes up
2016-04-07 Ferruh Yigitkni: fix possible deadlock
2016-02-10 Thomas Monjalonconfig: remove useless explicit includes of generated...
2015-07-10 Miguel Bernal Marinkni: fix build with kernel 4.1
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-16 Simon Kagstromkni: fix multicast ioctl handling
2015-06-16 Jay Rolettekni: fix Rx loop limit
2015-06-16 Jay Rolettekni: optimize Rx burst size computation
2015-06-16 Vijayakumar Muthuv... kni: add link status update
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-07-18 Padam Jeet Singhkni: allow setting MAC address
2014-07-18 Yao-Po Wangkni: fix deadlock in netif_receive_skb
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-02-26 Bruce Richardsonkni: fix packet loss in loopback mode
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Intelkni: add vhost backend
2013-10-09 Intelkni: move FIFO functions
2013-10-09 Intelkni: identify device by name
2013-10-09 Intelkni: generate random MAC address if needed
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