ethdev: add API to retrieve queue information
[dpdk.git] / lib / librte_ether / rte_ethdev.c
2015-11-01 Konstantin Ananyevethdev: add API to retrieve queue information
2015-11-01 Jingjing Wuethdev: get DCB information
2015-11-01 Jingjing Wuethdev: move the multi-queue mode check to specific...
2015-09-29 Jingjing Wuethdev: remove old flow director API
2015-09-03 Thomas Monjalonethdev: remove Rx interrupt switch
2015-08-09 Tetsuya Mukawaethdev: fix illegal port access
2015-07-27 Cunming Liangethdev: add Rx interrupt control functions
2015-07-22 Stephen Hemmingerethdev: fix crash if malloc of user callback fails
2015-07-20 Stephen Hemmingerethdev: export function to check port validity
2015-07-19 Bernard Iremongerethdev: free queue array when closing
2015-07-19 Thomas Monjalonethdev: refactor port release
2015-07-18 Thomas Monjalonpci: fix detach and uninit naming
2015-07-17 Maryam Tahhanethdev: remove driver specific stats
2015-07-17 Maryam Tahhanethdev: expose generic and driver specific stats in...
2015-07-16 Liang-Min Larry... ethdev: add access to specific device info
2015-07-16 Liang-Min Larry... ethdev: add default mac address modifier
2015-07-16 Liang-Min Larry... ethdev: fix error returned for invalid port id
2015-07-12 John McNamaraethdev: call Rx and Tx callbacks in the order they...
2015-07-10 John McNamaraethdev: add ieee1588 timestamping
2015-07-08 Tetsuya Mukawaeal: enable port hotplug as default for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge mapping functions for linux and bsd
2015-07-07 Jingjing Wuethdev: rename and extend the mirror type
2015-07-07 Jingjing Wuethdev: rename port mirroring structure
2015-07-02 Stephen Hemmingerethdev: introduce valid port helper
2015-07-02 Stephen Hemmingerethdev: fix code style
2015-07-02 Stephen Hemmingerethdev: fix comment spelling
2015-07-02 Stephen Hemmingerethdev: remove impossible condition
2015-06-24 Cyril Chemparathyethdev: silence warning on pointer arithmetic
2015-06-12 Ivan Bouleethdev: add multicast address filtering
2015-06-04 Stephen Hemmingerethdev: remove useless memset
2015-04-28 Olivier Matzmbuf: add accessors for data room and private size
2015-04-20 Stephen Hemmingerethdev: remove unnecessary paren on return
2015-04-20 Stephen Hemmingerethdev: make tables const
2015-04-20 Stephen Hemmingerethdev: remove extra inline
2015-04-01 Thomas Monjalonpci: rename passthrough driver to kernel driver
2015-03-30 John McNamaraethdev: add packet count parameter to Rx callback
2015-03-26 Bruce Richardsonethdev: fix crash with multiprocess
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-09 Thomas Monjalonethdev: remove useless parameter in init functions
2015-03-09 Michal Jastrzebskiapp/testpmd: check vlan filter configuration
2015-03-05 Keith Wilesethdev: fix hotplug check for Rx and Tx callbacks
2015-02-27 Tetsuya Mukawaethdev: fix build with icc
2015-02-26 Thomas Monjalonethdev: fix build without hotplug
2015-02-25 Tetsuya Mukawaethdev: attach or detach port
2015-02-25 Tetsuya Mukawaethdev: add device type
2015-02-25 Tetsuya Mukawaethdev: close device
2015-02-25 Tetsuya Mukawaethdev: release port
2015-02-25 Tetsuya Mukawaethdev: remove assumption that port will not be detached
2015-02-23 Bruce Richardsonethdev: support optional Rx and Tx callbacks
2015-02-23 Bruce Richardsonethdev: rename interrupt callbacks field
2015-02-22 Jingjing Wuethdev: remove old ntuple filter API
2015-02-22 Jingjing Wuethdev: remove old syn filter API
2015-02-22 Jingjing Wuethdev: remove old flex filter API
2015-02-18 Jia Yuethdev: return status of stats read
2015-02-18 Jia Yuethdev: update link status after start
2015-01-20 Jingjing Wuethdev: remove old ethertype filter
2015-01-18 Ouyang Changchunethdev: check VMDq RSS mode
2015-01-15 Pawel Wodkowskiethdev: fix missing parenthesis in mac check
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-24 Helin Zhangethdev: support multiple sizes of redirection table
2014-11-12 Cunming Liangethdev: fix Rx/Tx return in debug mode
2014-11-04 Chen Jing D(Mark)ethdev: VMDQ enhancements
2014-10-27 Jijiang Liuethdev: UDP tunnels
2014-10-20 Jingjing Wuethdev: introduce generic filter control
2014-10-20 Pablo de Laraethdev: fix memory corruption with default Rx/Tx config...
2014-10-10 Pablo de Laraethdev: get default Rx/Tx configuration from dev info
2014-10-10 Pablo de Laraethdev: reset whole dev info structure before filling
2014-09-23 Olivier Matzethdev: new method to retrieve extended statistics
2014-07-02 Thomas Monjalonethdev: fix build of named allocation debug
2014-07-02 Thomas Monjalonethdev: fix build of Tx rate limitation debug
2014-07-01 Declan Dohertyethdev: add unique name to devices
2014-06-27 Stephen Hemmingerethdev: add link state interrupt flag
2014-06-27 Thomas Monjalonethdev: read link state interrupt without link update...
2014-06-17 Samuel Gauthierethdev: MTU accessors
2014-06-17 David Marchandethdev: store minimum Rx buffer size
2014-06-17 Zijie Panethdev: retrieve flow control configuration
2014-06-17 Helin Zhangethdev: set port based vlan
2014-06-17 Helin Zhangethdev: allow maximum packet length to less than 1518
2014-06-16 Jingjing Wuethdev: add filters
2014-06-11 Ouyang Changchunethdev: Tx rate limitation for queue and VF
2014-06-10 Ouyang Changchunethdev: API for link up and down
2014-06-10 Konstantin Ananyevethdev: fix compiler warning on PMD_DEBUG_TRACE formats
2014-06-10 Konstantin Ananyevethdev: prevent from starting/stopping already started...
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-28 Ouyang Changchunethdev: queue start and stop
2014-05-27 Ivan Bouleethdev: allow to get RSS hash functions and key
2014-05-27 Ivan Bouleethdev: allow to set RSS hash computation flags and...
2014-05-27 Ivan Bouleethdev: check RETA queue indices against number of...
2014-02-26 Mats Liljegrenethdev: introduce if_index in device info
2014-02-26 Thomas Monjalonethdev: fix non-reconfigurable pmd init
2014-02-26 Ivan Bouleethdev: add support for device offload capabilities
2014-02-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsoneal: fix printf format
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-24 Intelethdev: add bypass logic
2013-10-09 Intelethdev: allow device without registered driver
2013-10-09 Intelethdev: export allocate function
2013-10-09 Intelethdev: add VMDq support
2013-10-09 Intelethdev: reset unsupported stats
2013-10-09 Inteldoc: whitespace changes in licenses
next