net/bnxt: fix return values to standard error codes
[dpdk.git] / drivers /
2019-07-23 Kalesh APnet/bnxt: fix return values to standard error codes
2019-07-23 Kalesh APnet/bnxt: fix error checking of FW commands
2019-07-23 Lance Richardsonnet/bnxt: retry IRQ callback deregistration
2019-07-23 Lance Richardsonnet/bnxt: fix VNIC default completion ring
2019-07-23 Kalesh APnet/bnxt: reset filters before registering interrupts
2019-07-23 Kalesh APnet/bnxt: fix device init error path
2019-07-23 Kalesh APnet/bnxt: fix setting primary MAC address
2019-07-23 Kalesh APnet/bnxt: fix unconditional wait in link update
2019-07-23 Kalesh APnet/bnxt: fix adding MAC address
2019-07-23 Kalesh APnet/bnxt: fix check of address mapping
2019-07-23 Kalesh APnet/bnxt: fix error handling in port start
2019-07-23 Xiao Zhangnet/i40e: fix SFP X722 with FW4.16
2019-07-23 Herakliusz Lipiecnet/i40e: fix MAC removal check
2019-07-23 Ying A Wangnet/ice: add flow IPv6 TC support
2019-07-23 Ying A Wangnet/ice: fix flow action validation
2019-07-23 Ying A Wangnet/ice: fix flow validation for void item type
2019-07-23 Qi Zhangnet/iavf: fix Rx bytes stats
2019-07-23 Stephen Hemmingernet/failsafe: skip devargs if not present in secondary
2019-07-23 Stephen Hemmingernet/bonding: use dynamic log type for error message
2019-07-23 Jay Dingnet/bnxt: check invalid VNIC id for firmware
2019-07-23 Qingmin Liunet/bnxt: fix RxQ count if ntuple filtering is disabled
2019-07-23 Ajit Khapardenet/bnxt: fix compiler warning
2019-07-23 Kalesh APnet/bnxt: check invalid VNIC in cleanup path
2019-07-23 Kalesh APnet/bnxt: fix enabling/disabling interrupts
2019-07-23 Lance Richardsonnet/bnxt: avoid null pointer dereference
2019-07-23 Lance Richardsonnet/bnxt: cleanup NQ doorbell
2019-07-23 Ajit Khapardenet/bnxt: save the number of EM flow count
2019-07-23 Ajit Khapardenet/bnxt: fix doorbell register offset for Tx ring
2019-07-23 Rahul Guptanet/bnxt: fix L4 checksum error indication in Rx
2019-07-23 Lance Richardsonnet/bnxt: reset Rx allocation state on port restart
2019-07-23 Lance Richardsonnet/bnxt: fix Tx hang after port stop/start
2019-07-23 Kalesh APnet/bnxt: fix VF probe when MAC address is zero
2019-07-23 Kalesh APnet/bnxt: fix crash on probe failure
2019-07-23 Kalesh APnet/bnxt: fix extended port counter statistics
2019-07-23 Aideen McLoughlinnet/pcap: remove Rx queue argument necessity
2019-07-23 David Hartonnet/ena: fix admin CQ polling for 32-bit
2019-07-23 Matan Azradnet/mlx5: allow basic counter management fallback
2019-07-23 Matan Azradnet/mlx5: accelerate DV flow counter query
2019-07-23 Matan Azradnet/mlx5: resize a full counter container
2019-07-23 Matan Azradnet/mlx5: accelerate DV flow counter transactions
2019-07-23 Xiao Wangnet/ifc: add devargs pointer check
2019-07-23 Michal Krawczyknet/ena: update version to 2.0.1
2019-07-23 Qiming Yangnet/ice: fix outer input set empty
2019-07-23 Ting Xunet/iavf: fix driver crash when enable TSO
2019-07-23 Aideen McLoughlinnet/pcap: fix single iface support
2019-07-23 Aideen McLoughlinnet/pcap: fix possible mbuf double freeing
2019-07-23 Lance Richardsonnet/bnxt: create ring group array only when needed
2019-07-23 Lance Richardsonnet/bnxt: fix logic when freeing RSS context
2019-07-23 John Daleynet/enic: remove PMD log type references
2019-07-23 Ziyang Xuannet/hinic: fix implicit downcast of bitfield
2019-07-23 Kiran Kumar Knet/octeontx2: support flow API flags based extraction
2019-07-23 Wei Zhaonet/ice: fix flow API switch filter
2019-07-23 Qiming Yangnet/ice: fix flow API tunnel rule
2019-07-23 Stephen Hemmingerraw/dpaa2_cmdif: remove redundant declaration
2019-07-23 Stephen Hemmingerraw/skeleton: remove redundant declaration
2019-07-23 Stephen Hemmingernet/virtio_user: remove redundant declaration
2019-07-23 Stephen Hemmingernet/ring: remove redundant declaration
2019-07-23 Stephen Hemmingernet/pcap: remove redundant declaration
2019-07-23 Stephen Hemmingernet/null: remove redundant declaration
2019-07-23 Stephen Hemmingernet/vhost: remove redundant declaration
2019-07-23 Stephen Hemmingernet/af_packet: remove redundant declaration
2019-07-23 Stephen Hemmingernet/tap: remove redundant declarations
2019-07-23 Krzysztof Kanasnet/af_packet: log system error messages
2019-07-23 Rastislav Cernaynet/nfb: support timestamp
2019-07-23 Xiaoyu Minnet/mlx5: support IP-in-IP tunnel
2019-07-23 Qiming Yangnet/ice: fix flow validation
2019-07-23 Haiyue Wangnet/ice: use DMA IOVA instead of physical address
2019-07-23 Július Milannet/af_xdp: fix handling of not supported feature
2019-07-23 Xiaoyu Minnet/mlx5: match GRE key and present bits
2019-07-23 Xiaoyu Minnet/mlx5: support match GRE protocol on DR engine
2019-07-23 Qi Zhangnet/ice: add safe mode devarg
2019-07-23 Qi Zhangnet/ice: remove unused devargs
2019-07-23 Ziyang Xuannet/hinic: replace spinlock with mutex
2019-07-23 Kiran Kumar Knet/octeontx2: support PF and VF action
2019-07-23 Rasesh Modynet/bnx2x: fix fastpath SB allocation for SRIOV
2019-07-23 Rasesh Modynet/bnx2x: fix link events polling for SRIOV
2019-07-23 Rasesh Modynet/bnx2x: fix reading VF id
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-07-23 Nithin Dabilpuramvfio: revert interrupt eventfd setup at probe
2019-07-22 Jerin Jacobbus/pci: change IOVA as VA flag name
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-22 David Marchandbus/pci: remove Mellanox kernel driver type
2019-07-22 Hemant Agrawalbus/fslmc: fix ppc build
2019-07-22 Hemant Agrawalbus/fslmc: decrease log level in parsing
2019-07-22 Hemant Agrawalbus/dpaa: decrease log level in parsing
2019-07-22 Jasvinder Singhnet/softnic: add config flexibility to TM
2019-07-19 Hemant Agrawalcrypto/dpaa2_sec: fix handling of session init failure
2019-07-19 Arek Kusztalcryptodev: remove RSA PKCS1 BT0 padding
2019-07-19 Arek Kusztalcryptodev: add cipher field to RSA op
2019-07-19 Tomasz Jozwiakcompress/qat: fix overflow status return
2019-07-19 Fiona Trahecrypto/qat: fix crashes
2019-07-19 Fan Zhangcryptodev: make xform key pointer constant
2019-07-18 Pavan Nikhileshmempool/octeontx2: fix possible arm64 ABI break
2019-07-17 Hemant Agrawalbus/fslmc: fix error handling in device iterator
2019-07-15 Stephen Hemmingercommon/octeontx2: remove escape sequences in log
2019-07-15 Sachin Saxenamempool/dpaa2: map external memory with VFIO
2019-07-15 Nipun Guptabus/fslmc: use CINH read on LS1088 platform
2019-07-15 Shreyansh Jainbus/fslmc: detect IOMMU mode
2019-07-15 Shreyansh Jainbus/fslmc: enhance error handling for dev parsing
2019-07-15 Shreyansh Jainbus/fslmc: support device iteration
next