ethdev: use constants for link state
[dpdk.git] / drivers / net / fm10k /
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Michael Frascafm10k: fix RSS reset during initialization
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Xiao Wangfm10k: enable FTAG based forwarding
2016-03-16 Xiao Wangfm10k/base: remove unused struct element
2016-03-16 Xiao Wangfm10k/base: minor cleanups
2016-03-16 Xiao Wangfm10k/base: move constants on right of binary operators
2016-03-16 Xiao Wangfm10k/base: fix TLV structures alignment
2016-03-16 Xiao Wangfm10k/base: improve comments
2016-03-16 Xiao Wangfm10k/base: expand VID to VLAN ID in comments
2016-03-16 Xiao Wangfm10k/base: allow removal of slot appropriate check
2016-03-16 Xiao Wangfm10k/base: use memcpy for MAC address copy
2016-03-16 Xiao Wangfm10k/base: remove CamelCase
2016-03-16 Xiao Wangfm10k/base: add bit macro
2016-03-16 Xiao Wangfm10k/base: remove useless else
2016-03-16 Xiao Wangfm10k/base: wrap long lines
2016-03-16 Xiao Wangfm10k/base: document ITR scale workaround
2016-03-16 Xiao Wangfm10k/base: fix max queues on VF initialization failure
2016-03-16 Xiao Wangfm10k/base: use bit shift for ITR scale
2016-03-16 Xiao Wangfm10k/base: clean up namespace pollution
2016-03-16 Xiao Wangfm10k/base: fix typecast
2016-03-16 Xiao Wangfm10k: use default mailbox message handler for PF
2016-03-16 Chen Jing D(Mark)fm10k: handle error flags in vector Rx
2016-03-16 Chen Jing D(Mark)fm10k: optimize mbuf freeing in non-vector Tx
2016-03-16 Shaopeng Hefm10k: fix switch manager high CPU usage
2016-03-16 Shaopeng Hefm10k: enable broadcast loopback suppression
2016-03-16 Shaopeng Hefm10k: make default VID available in initialization
2016-03-16 Shaopeng Hefm10k: add Rx queue interrupt enable/disable functions
2016-03-16 Shaopeng Hefm10k: remove Rx queue interrupts when stopping
2016-03-16 Shaopeng Hefm10k: setup Rx interrupt for PF and VF
2016-03-16 Shaopeng Hefm10k: support Rx descriptor check
2016-03-16 Chen Jing D(Mark)fm10k: allocate logical ports for flow director
2016-03-16 Xiao Wangfm10k: fix VLAN flag in scattered Rx
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-27 Chen Jing D(Mark)fm10k: log Rx and Tx functions in use
2015-11-27 Chen Jing D(Mark)fm10k: fix Rx function selection
2015-11-24 Chen Jing D(Mark)fm10k: allow to disable vector driver
2015-11-24 Chen Jing D(Mark)fm10k: fix crash when closing
2015-11-24 Shaopeng Hefm10k: fix VLAN in Rx mbuf
2015-11-13 Stephen Hemmingerfm10k: use common functions to manage DMA zone
2015-11-04 Pablo de Laraethdev: check queue state before starting or stopping
2015-11-04 Thomas Monjalondoc: fix doxygen syntax of some comments
2015-11-03 Bernard Iremongerdrivers: copy PCI device info to ethdev data
2015-11-02 Harry van Haarenfm10k: add extended stats
2015-11-02 Chen Jing D(Mark)fm10k: fix crash in vector Rx
2015-11-02 Chen Jing D(Mark)fm10k: select best Tx function
2015-11-02 Chen Jing D(Mark)fm10k: reset and release mbuf for vector Tx
2015-11-02 Chen Jing D(Mark)fm10k: add vector Tx
2015-11-02 Chen Jing D(Mark)fm10k: release mbuf for vector Rx
2015-11-02 Chen Jing D(Mark)fm10k: select best Rx function
2015-11-02 Chen Jing D(Mark)fm10k: add vector scatter Rx
2015-11-02 Chen Jing D(Mark)fm10k: add vector Rx condition check
2015-11-02 Chen Jing D(Mark)fm10k: add vector Rx
2015-11-02 Chen Jing D(Mark)fm10k: move parameters initialization
2015-11-02 Chen Jing D(Mark)fm10k: add vector pre-condition check
2015-11-02 Chen Jing D(Mark)fm10k: introduce vector driver
2015-11-01 Konstantin Ananyevfm10k: get descriptor limits
2015-11-01 Shaopeng Hefm10k: support VMDQ in multi-queue configuration
2015-11-01 Shaopeng Hefm10k: support VMDQ in MAC/VLAN filter
2015-11-01 Shaopeng Hefm10k: check multi-queue mode
2015-10-29 Michael Qiufm10k: support Boulder Rapid device
2015-10-29 Wang Xiao Wfm10k: enable TSO support
2015-10-07 Wang Xiao Wfm10k/base: add FM10420 device ids
2015-10-07 Wang Xiao Wfm10k/base: pack TLV overlay structures
2015-10-07 Wang Xiao Wfm10k/base: fix ieee1588 adjustment direction
2015-10-07 Wang Xiao Wfm10k/base: add clock offset message
2015-10-07 Wang Xiao Wfm10k/base: add ieee1588 clock owner message support
2015-10-07 Wang Xiao Wfm10k/base: remove 1588 VF API
2015-10-07 Wang Xiao Wfm10k/base: check VF has a queue
2015-10-07 Wang Xiao Wfm10k/base: fix VF re-enabling
2015-10-07 Wang Xiao Wfm10k/base: fix VF queues counting
2015-10-07 Wang Xiao Wfm10k/base: fix VF multicast
2015-10-07 Wang Xiao Wfm10k/base: fix VF multicast update
2015-10-07 Wang Xiao Wfm10k/base: add mailbox counters
2015-10-07 Wang Xiao Wfm10k/base: fix mailbox connect
2015-10-07 Wang Xiao Wfm10k/base: fix mailbox phantom messages
2015-10-07 Wang Xiao Wfm10k/base: ignore oversized mailbox messages
2015-10-07 Wang Xiao Wfm10k/base: avoid Tx drop increment during mailbox...
2015-10-07 Wang Xiao Wfm10k/base: scale interrupt on PCIe link speed
2015-10-07 Wang Xiao Wfm10k/base: set unlimited bandwidth for PF queues
2015-10-07 Wang Xiao Wfm10k/base: add VF Tx timestamp mode no-op
2015-10-07 Wang Xiao Wfm10k/base: add PF Tx timestamp mode handler
2015-10-07 Wang Xiao Wfm10k/base: add macros for ethernet address checks
2015-10-07 Wang Xiao Wfm10k/base: remove useless variable
2015-10-07 Wang Xiao Wfm10k/base: fix debug typo
2015-10-02 Wang Xiao Wfm10k/base: fix a comment
2015-09-03 Thomas Monjalonmbuf: remove packet type from offload flags
2015-08-03 Wang Xiao Wfm10k: fix Tx queue cleaning after start error
2015-08-03 Wang Xiao Wfm10k: fix queue disabling
2015-07-30 Stephen Hemmingerdrivers: allow pruning log during build
2015-07-27 Chen Jing D(Mark)fm10k: expose Tx checksum capability
2015-07-22 Stephen Hemmingerfm10k: fix interrupt fault handling
2015-07-22 Stephen Hemmingerfm10k: remove useless code
2015-07-22 Stephen Hemmingerfm10k: fix missing newline in debug log
2015-07-19 Michael Qiufm10k: support port hotplug
2015-07-19 Michael Qiufm10k: free queue memory when closing
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-07-15 Helin Zhangfm10k: replace some offload flags with packet type
2015-07-10 Chen Jing D(Mark)fm10k: fix RETA table initialization
2015-07-10 Shaopeng Hefm10k: fix error when adding default vlan
next