net/qede: change few log levels
[dpdk.git] / drivers / net / fm10k /
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
2017-01-04 Tomasz Kulaseknet/fm10k: add Tx preparation
2017-01-04 Olivier Matzethdev: fix extended statistics name index
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-25 Jan Bluncknet/fm10k: localize mapping of ethdev to PCI device
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-10-26 Xiao Wangnet/fm10k: fix VF Tx queue initialization
2016-10-26 Qi Zhangnet/fm10k: fix out of order Rx read
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Xiao Wangnet/fm10k: implement new Rx checksum flag
2016-10-13 Xiao Wangnet/fm10k: fix Rx checksum flags
2016-09-30 Xiao Wangnet/fm10k: fix MAC address removal from switch
2016-09-28 Yuanhan Liunet: fix clang build
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-22 Xiao Wangnet/fm10k: fix RSS hash config
2016-07-15 Xiao Wangnet/fm10k: fix FTAG mode with multiple queues
2016-07-11 David Marchandnet/fm10k: move PCI device ids to the driver
2016-07-05 Xiao Wangnet/fm10k: fix Rx descriptor read timing
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-07-01 Remy Hortonethdev: remove redundant id field in xstats name lookup
2016-06-20 Xiao Wangnet/fm10k: fix promiscuous receive for VF
2016-06-20 Olivier Matznet/mbuf: remove unused Rx error flags
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonnet/fm10k: fetch extended statistics with integer ids
2016-06-13 Christian Ehrhardtmk: fix missing internal dependencies
2016-06-07 Jerin Jacobmk: fix cross-compilation
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-06 Michael Frascafm10k: fix packet type for multi-segment packets
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: add speed capabilities
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
next