drivers/net: add generic ethdev macro to get PCI device
[dpdk.git] / drivers / net / i40e / i40e_ethdev_vf.c
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-05-05 Wenzhuo Lunet/i40e: consider QinQ when setting MTU
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-04-19 Qi Zhangnet/i40e: enable per-device packet type mapping
2017-04-19 Qi Zhangnet/i40e: add missing 25G link speed
2017-04-19 Henry Cainet/i40e: fix allocation check
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-03-30 Olivier Matznet/i40e: implement descriptor status API
2017-02-10 Tom Crugnalenet/i40evf: fix reporting of imissed packets
2017-02-10 Jeff Guodrivers/net: fix device configuration
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-17 Ferruh Yigitnet/i40e: fix VF MAC address assignment
2017-01-17 Ferruh Yigitnet/i40e: set VF MAC from VF
2017-01-17 Qi Zhangnet/i40e: enable VF MTU change
2017-01-17 Wenzhuo Lunet/i40e: fix wrong return value when handling PF message
2017-01-17 Jingjing Wunet/i40e/base: remove FPK HyperV VF device ID
2017-01-17 Jingjing Wunet/i40evf: fix casting between structs
2017-01-17 Remy Hortonnet/i40e: fix spelling
2017-01-17 Remy Hortonnet/i40e: fix xstats value mapping
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-24 Stephen Hemmingernet/i40e: localize mapping of ethdev to PCI device
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-07 Qiming Yangnet/i40e: fix VF bonded device link down
2016-10-26 Jeff Guonet/i40e: fix flow director on X710
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
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-11 David Marchandnet/i40e: move PCI device ids to the driver
2016-07-08 Beilei Xingnet/i40e: fix dereference before null check
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-07-01 Remy Hortonethdev: remove redundant id field in xstats name lookup
2016-06-15 Jingjing Wunet/i40evf: fix return value if admin queue command...
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonnet/i40e: fetch extended statistics with integer ids
2016-05-06 Beilei Xingi40evf: expose queue info functions reused from PF
2016-05-06 Björn Töpeli40evf: report error for unsupported CRC stripping...
2016-05-06 Daniel Mrzyglodi40e: remove unneeded NULL check
2016-04-06 Jingjing Wui40evf: fix link info update
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-25 Jingjing Wui40evf: support reporting PF reset
2016-03-25 Jingjing Wui40evf: allocate virtchnl commands buffer per VF
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Jingjing Wui40e: support setting VF MAC address
2016-03-16 Helin Zhangi40evf: use base driver defined interface
2016-03-16 Helin Zhangi40e: use AQ for Rx control register read/write
2016-03-16 Helin Zhangi40evf: rework MAC address validation
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-06 Jingjing Wui40evf: fix MAC deletion when stopping
2015-11-27 Helin Zhangi40evf: fix RSS key configuration
2015-11-23 Jingjing Wui40evf: fix write flush
2015-11-04 Pablo de Laraethdev: check queue state before starting or stopping
2015-11-04 Cunming Liangi40evf: support Rx interrupt
2015-11-03 Helin Zhangi40e: adjust the number of queues for RSS
2015-11-03 Bernard Iremongerdrivers: copy PCI device info to ethdev data
2015-11-03 Helin Zhangi40evf: support AQ based RSS config
2015-11-02 Harry van Haareni40evf: add extended stats
2015-11-01 Konstantin Ananyevi40e: get queue info and descriptor limits
2015-10-30 Zhe Taoi40e: allow vector Rx and Tx usage
2015-10-30 Jingjing Wui40evf: fix write back with virtual channel 1.1
2015-07-30 Jingjing Wui40evf: fix crash when setup Tx queues
2015-07-19 Jingjing Wui40evf: fix RSS with less Rx queues than Tx queues
2015-07-19 Bernard Iremongeri40e: free queue memory when closing
2015-07-19 Bernard Iremongeri40evf: clear queues when stopping
2015-07-19 Bernard Iremongeri40evf: clear command when error occurs
2015-07-19 Bernard Iremongeri40evf: increase messaging wait time
2015-07-19 Bernard Iremongeri40e: support port hotplug
2015-07-08 Helin Zhangethdev: add the hash key size per device
2015-07-07 Helin Zhangi40evf: fix offload capability flags
2015-07-07 Helin Zhangi40e: support double vlan stripping and insertion
2015-06-12 Stephen Hemmingerdrivers: explicit initialization of pci drivers
2015-06-04 Helin Zhangi40evf: fix jumbo frame support
2015-05-22 Bruce Richardsoni40e: move to drivers/net/