net: add rte prefix to ether defines
[dpdk.git] / drivers / net / nfp / nfp_net.c
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-12 Alejandro Luceronet/nfp: fix resource leak on errors
2019-04-12 Alejandro Luceronet/nfp: fix potential integer overflow
2019-04-12 Alejandro Luceronet/nfp: fix file descriptor check
2019-03-29 Pablo Cascónnet/nfp: support setting link up/down
2019-03-21 Pallantla Poornimanet/nfp: fix possible buffer overflow
2019-03-20 Alejandro Luceronet/nfp: fix RSS query
2019-03-20 Pablo Cascónnet/nfp: fix setting MAC address
2019-01-14 Alejandro Luceronet/nfp: add CPP bridge as service
2019-01-14 Alejandro Luceronet/nfp: fix device start/stop for VFs
2018-12-13 Alejandro Luceronet/nfp: support multiprocess
2018-11-05 Alejandro Luceromem: rename DMA mask check with proper prefix
2018-10-28 Alejandro Luceronet/nfp: support IOVA VA mode
2018-10-28 Alejandro Luceronet/nfp: check hugepage IOVA based on DMA mask
2018-10-11 Alejandro Luceronet/nfp: fix RSS
2018-09-27 Alejandro Luceronet/nfp: fix mbuf flags with checksum good
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-28 Alejandro Luceronet/nfp: fix live MAC changes not supported
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-07-02 Alejandro Luceronet/nfp: use generic PCI config access functions
2018-06-14 Alejandro Luceronet/nfp: fix field initialization in Tx descriptor
2018-05-25 Alejandro Luceronet/nfp: fix lock file usage
2018-05-25 Alejandro Luceronet/nfp: remove reference to old offload API
2018-05-14 Andy Greennet/nfp: fix memcpy out of source range
2018-05-14 Andy Greennet/nfp: fix buffer overflow of FW strings
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-04-27 Stephen Hemmingernet/nfp: use dynamic logging everywhere
2018-04-27 Stephen Hemmingernet/nfp: add newline in PMD_RX/TX_LOG macros
2018-04-27 Stephen Hemmingernet/nfp: fix double space in init log
2018-04-27 Stephen Hemmingernet/nfp: add implied new line to log macro
2018-04-27 Alejandro Luceronet/nfp: fix mbufs releasing when stop or close
2018-04-27 Alejandro Luceronet/nfp: support MAC address change
2018-04-13 Alejandro Luceronet/nfp: support hardware RSS v2
2018-04-13 Alejandro Luceronet/nfp: support LSO offload version 2
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Alejandro Luceronet/nfp: support new HW offloads API
2018-04-13 Alejandro Luceronet/nfp: use new CPP interface
2018-03-30 Stephen Hemmingernet/nfp: use link status helper functions
2018-03-30 Alejandro Luceronet/nfp: fix link speed capabilities
2018-03-30 Alejandro Luceronet/nfp: fix barrier location
2018-03-30 Alejandro Luceronet/nfp: fix assigning port id in mbuf
2018-01-31 Harry van Haarennet/nfp: align dynamic log names with standard
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Stephen Hemmingernet/nfp: implement dynamic logging
2018-01-16 Alejandro Luceronet/nfp: configure default RSS reta table
2018-01-16 Alejandro Luceronet/nfp: fix CRC strip check behaviour
2018-01-16 Alejandro Luceronet/nfp: fix jumbo settings
2018-01-16 Alejandro Luceronet/nfp: fix MTU settings
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
next