net/nfp: fix stats struct initial value
[dpdk.git] / drivers / net / nfp / nfp_net.c
2017-11-10 Alejandro Luceronet/nfp: fix stats struct initial value
2017-11-01 Alejandro Luceronet/nfp: avoid unplug if multiport
2017-11-06 Thomas Monjalonmbuf: rename data address helpers to IOVA
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-10-26 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-10-06 Alejandro Luceronet/nfp: write PF MAC to config BAR
2017-10-06 Alejandro Luceronet/nfp: configure capabilities by default
2017-10-06 Alejandro Luceronet/nfp: configure L2 broadcast and multicast
2017-10-06 Alejandro Luceronet/nfp: remove firmware ABI check
2017-10-06 Alejandro Luceronet/nfp: add info about RSS capabilities
2017-10-06 Alejandro Luceronet/nfp: read PF port MAC addr using NSP
2017-10-06 Alejandro Luceronet/nfp: support HW port link configuration
2017-10-06 Alejandro Luceronet/nfp: support PF multiport
2017-10-06 Alejandro Luceronet/nfp: allocate ethernet device from PF probe function
2017-10-06 Alejandro Luceronet/nfp: support PF devices inside PMD initialization
2017-10-06 Alejandro Luceronet/nfp: add FW upload logic
2017-10-06 Alejandro Luceronet/nfp: support new PCI id
2017-10-06 Alejandro Luceronet/nfp: add specific PF probe function
2017-10-06 Alejandro Luceronet/nfp: support new firmware medatada API
2017-10-06 Alejandro Luceronet/nfp: handle packets with length 0 as usual ones
2017-10-06 Alejandro Luceronet/nfp: fix Rx interrupt when multiqueue
2017-10-06 Alejandro Luceronet/nfp: fix RSS
2017-10-06 Alejandro Luceronet/nfp: write MAC address to configuration bar
2017-07-03 Olivier Matzeal: introduce integer log2 function
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-04-28 Alejandro Luceronet/nfp: fix releasing muti-segment mbufs
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-18 Jan Bluncknet/nfp: use ethdev DMA helper
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-04 Alejandro Luceronet/nfp: fix Rx interrupt
2017-04-04 Alejandro Luceronet/nfp: fix packet/data length conversion
2017-04-04 Alejandro Luceronet/nfp: clean Tx descriptor flags
2017-03-09 Olivier Matzethdev: move a queue id check to generic layer
2017-02-10 Jeff Guodrivers/net: fix device configuration
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-30 Ferruh Yigitdrivers/net: make PCI device id struct const
2017-01-17 Olivier Matznet/nfp: fix VLAN offload flags check
2017-01-17 Alejandro Luceronet/nfp: add TSO support
2017-01-17 Alejandro Luceronet/nfp: add Rx interrupts
2017-01-17 Alejandro Luceronet/nfp: avoid modulo operations for handling ring...
2017-01-17 Alejandro Luceronet/nfp: extend speed capabilities advertised
2017-01-17 Alejandro Luceronet/nfp: report link speed using hardware info
2017-01-17 Alejandro Luceronet/nfp: fix typo in Tx offload capabilities
2017-01-17 Alejandro Luceronet/nfp: remove Rx port metadata
2017-01-17 David Marchandnet: remove dead driver names
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-25 Jan Bluncknet/nfp: localize mapping of ethdev to PCI device
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-09-30 Alejandro Luceronet/nfp: unregister interrupt callback when closing
2016-09-30 Alejandro Luceronet/nfp: fix copying MAC address
2016-09-30 Alejandro Luceronet/nfp: use random MAC address if not configured
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-10-03 David Marchanddrivers: align PCI driver definitions
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-27 Nélio Laranjeironet: fix PCI class id
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-05-06 Alejandro Luceronfp: expose device hotplug capability
2016-05-06 Alejandro Luceronfp: fix freeing multi-mbuf packets
2016-05-06 Alejandro Luceronfp: serialize access for hardware reconfiguration
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: add speed capabilities
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Stephen Hemmingernfp: fix PCI device info retrieval
2016-03-25 Stephen Hemmingerdrivers: make struct of networking operations const
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Alejandro Luceronfp: fix Tx queue reset
2016-03-16 Alejandro Luceronfp: fix how Tx checksum is advertised to firmware
2016-03-16 Alejandro Luceronfp: fix variable type in Tx checksum offload
2016-03-16 Thomas Monjalonnfp: fix non-x86 build
2016-03-04 Ravi Kerurmbuf: get DMA address
2016-02-10 Bruce Richardsonversion: switch to year.month numbers
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-08 Alejandro Luceronfp: add link status interrupt
2015-12-08 Alejandro Luceronfp: add basic features
2015-12-08 Alejandro Luceronfp: add link status update
2015-12-08 Alejandro Luceronfp: add statistics
2015-12-08 Alejandro Luceronfp: add RSS
2015-12-08 Alejandro Luceronfp: add Rx and Tx
2015-12-08 Alejandro Luceronfp: introduce driver initialization