freebsd-dev/sys/dev/oce
Luigi Rizzo d398c8634a Various bugfixes from Stefano Garzarella:
1. oce_multiq_start(): make sure the buffer is consumed even on ENXIO
2. oce_multiq_transmit(): there is an extra call to drbr_enqueue()
  causing the mbuf to be enqueued twice when the NIC's queue is full,
  and potential panics
3. oce_multiq_transmit(): same problem fixed recently in ixgbe (r267187)
   and other drivers: if the mbuf is enqueued, the proper return value is 0

Submitted by:	Stefano Garzarella
MFC after:	3 days
2014-07-02 12:13:11 +00:00
..
oce_hw.c Apply vendor fixes for big endian support and 20GBps/25GBps link speeds. 2014-06-24 20:11:22 +00:00
oce_hw.h Apply vendor fixes for big endian support and 20GBps/25GBps link speeds. 2014-06-24 20:11:22 +00:00
oce_if.c Various bugfixes from Stefano Garzarella: 2014-07-02 12:13:11 +00:00
oce_if.h Apply vendor fixes for big endian support and 20GBps/25GBps link speeds. 2014-06-24 20:11:22 +00:00
oce_mbox.c Apply vendor fixes for big endian support and 20GBps/25GBps link speeds. 2014-06-24 20:11:22 +00:00
oce_queue.c Update driver to version 10.0.664.0. 2013-10-23 18:58:38 +00:00
oce_sysctl.c Apply vendor improvements to oce(4) driver: 2013-12-04 20:24:18 +00:00
oce_util.c Fix teardown of static DMA allocations in various NIC drivers: 2014-06-17 14:47:49 +00:00