pcap: fix storage of name and type in queues
[dpdk.git] / lib / librte_pmd_pcap / rte_eth_pcap.c
2015-05-12 Konstantin Ananyevpcap: fix storage of name and type in queues
2015-04-28 Olivier Matzmbuf: add accessors for data room and private size
2015-04-13 Stephen Hemmingerethdev: make dev_ops const
2015-04-13 Stephen Hemmingerpmd: remove useless null checks before rte_free
2015-03-17 Tetsuya Mukawapcap: fix memory leak of kvargs
2015-02-25 Tetsuya Mukawapcap: support port hotplug
2015-02-25 Tetsuya Mukawaethdev: add device type
2015-01-27 Stephen Hemmingerethdev: remove useless stats zeroing in drivers
2015-01-27 Remi Pommarelpcap: fix device name
2014-10-09 Nicolás Pernas... pcap: fix double stop error
2014-09-29 Saori Usamipcap: set port id in received mbuf
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-08-12 Pablo de Larapcap: fix Rx crash
2014-07-02 Thomas Monjalonpcap: fix build
2014-07-01 Declan Dohertyethdev: add unique name to devices
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-06-10 Konstantin Ananyevpcap: fix Tx mbuf corruption
2014-05-20 Neil Hormaneal: make vdev init path generic for both virtual and...
2014-05-20 Neil Hormanpcap: convert to use of PMD_REGISTER_DRIVER and fix...
2014-04-11 Olivier Matzvdev: new registration API
2014-03-19 David Marchandpcap: revert build patches
2014-03-19 Olivier Matzpcap: fix build error introduced by kvargs
2014-02-26 Mats Liljegrenpcap: save if_index of the bound device
2014-02-26 David Marchandpcap: fix build when pcap_sendpacket is unavailable
2014-02-26 Thomas Monjalonpcap: remove unused constant
2014-02-26 Olivier Matzkvargs: add the key in handler pameters
2014-02-26 Olivier Matzkvargs: add const attribute in handler parameters
2014-02-26 Olivier Matzkvargs: rework API to fix memory leak
2014-02-26 Olivier Matzkvargs: remove driver name in arguments
2014-02-26 Olivier Matzkvargs: use the new library in pmd_pcap
2014-02-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2014-01-15 Richardson, Brucepcap: fix mbuf allocation
2013-10-09 Intelpcap: add new driver