ethdev: fix adding invalid MAC address
[dpdk.git] / drivers / net / enic /
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-04-19 John Daleynet/enic: remove initialization of some mbuf fields
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-05 Olivier Matzmbuf: make segment prefree function public
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-09 Olivier Matzethdev: move a queue id check to generic layer
2017-02-10 John Daleynet/enic: fix hardcoding of some flow director masks
2017-02-10 John Daleynet/enic: fix memory leak with oversized Tx packets
2017-01-30 John Daleynet/enic: fix MAC address add and remove
2017-01-18 Santosh Shuklanet/enic: use I/O device memory read/write API
2017-01-17 John Daleynet/enic: remove unnecessary function parameter attributes
2017-01-17 John Daleynet/enic: use new Rx checksum flags
2017-01-17 John Daleynet/enic: support TSO
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-07 John Daleynet/enic: fix max packet length check
2016-10-26 John Daleynet/enic: fix UDP port in flow director
2016-10-26 John Daleynet/enic: fix multi-queue Rx performance
2016-10-26 John Daleynet/enic: rename functions for queue index conversion
2016-10-26 John Daleynet/enic: fix crash on MTU update or Rx queue reconfigure
2016-10-26 Nelson Escobarnet/enic: revert truncated packets counter fix
2016-10-26 Nelson Escobarnet/enic: fix Rx queue index when not using Rx scatter
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 John Daleynet/enic: add ethernet VLAN packet type
2016-10-13 John Daleynet/enic: extend flow director support for 1300 series
2016-10-13 John Daleynet/enic/base: update VIC adapter
2016-10-13 John Daleynet/enic: fix crash with removed flow director filters
2016-10-13 John Daleynet/enic: fix flow director
2016-10-13 Nelson Escobarnet/enic: document how to configure vNIC parameters
2016-09-30 John Daleynet/enic: support scatter Rx in MTU update
2016-09-30 Nelson Escobarnet/enic: fix freeing memory for descriptor ring
2016-09-30 Nelson Escobarnet/enic: enable link check interrupt
2016-09-30 Nelson Escobarnet/enic: extract code for checking link status
2016-09-30 Nelson Escobarnet/enic: unregister interrupt handler when stopping
2016-09-30 Nelson Escobarnet/enic: get Rx queue count
2016-09-30 John Daleynet/enic: fix bad L4 checksum flag on ICMP packets
2016-09-30 Nelson Escobarnet/enic: move link checking init to probe time
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-21 John Daleynet/enic: heed VLAN strip flag
2016-07-21 John Daleynet/enic: fix possible Rx corruption
2016-07-15 Nelson Escobarnet/enic: fix crash on error interrupt
2016-07-15 Nelson Escobarnet/enic: fix calculation of truncated packets
2016-07-15 John Daleynet/enic: fix queue stop and start
2016-07-15 John Daleynet/enic: fix crash when changing number of queues
2016-07-15 John Daleynet/enic: increment filter failure counter
2016-07-15 John Daleynet/enic: decrement Tx mbuf reference count before...
2016-07-15 John Daleynet/enic: remove internal driver version
2016-07-11 David Marchandnet/enic: move PCI device ids to the driver
2016-07-08 Nelson Escobarnet/enic: fix removing old MAC address when setting...
2016-07-08 Nelson Escobarnet/enic: fix setting MAC address when a port is restarted
2016-07-08 Nelson Escobarnet/enic: fix resource check failures when bonding...
2016-07-05 John Daleynet/enic: fix Rx queue init after restarting a device
2016-07-05 Nelson Escobarnet/enic: fix Tx crash after restart
2016-07-10 Thomas Monjalonnet/enic: remove useless assert macro
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-29 Nelson Escobarnet/enic: fix Rx scatter with multiple queues
2016-06-29 John Daleynet/enic: update MTU for non-scattered Rx
2016-06-29 John Daleynet/enic: determine max egress packet size and max MTU
2016-06-28 Nelson Escobarnet/enic: fix memory freeing
2016-06-28 Nelson Escobarnet/enic: fix name of classifiers hash table
2016-06-24 John Daleynet/enic: fix negative array index write
2016-06-24 Nelson Escobarnet/enic: support scattered Rx
2016-06-23 Nelson Escobarnet/enic: fix releasing mbufs when tearing down Rx...
2016-06-23 Nelson Escobarnet/enic: improve packet type identification
2016-06-20 John Daleynet/enic: improve out of resources error handling
2016-06-20 John Daleynet/enic: fix crash when releasing queues
2016-06-15 John Daleynet/enic: fix Tx IP and UDP/TCP checksum offload
2016-06-15 John Daleynet/enic: expand local Tx mbuf flags variable to 64...
2016-06-15 John Daleynet/enic: add an assert macro
2016-06-15 John Daleynet/enic: remove unused code
2016-06-15 John Daleynet/enic: optimize the Tx function
2016-06-15 John Daleynet/enic: refactor Tx mbuf recycling
2016-06-15 John Daleynet/enic: use Tx completion index instead of messages
2016-06-15 John Daleynet/enic: streamline mbuf handling in Tx path
2016-06-15 John Daleynet/enic: remove unused functions in Tx path
2016-06-15 John Daleynet/enic: put Tx and Rx functions into same file
2016-06-15 John Daleynet/enic: count truncated packets
2016-06-15 John Daleynet/enic: fix bad packet handling on Rx
2016-06-15 John Daleynet/enic: fix Rx drop counters
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-06 John Daleyenic: fix offset for Rx mbuf data
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-03-30 John Daleyenic: expose Rx missed packets counter
2016-03-30 John Daleyenic: fix link state change
2016-03-30 John Daleyenic: fix Tx hang when number of packets > queue size
2016-03-25 Nelson Escobarenic: fix Rx descriptor limit
2016-03-25 John Daleyenic: remove packet error conditional
2016-03-25 John Daleyenic: fix error packets handling
2016-03-25 John Daleyenic: fix mbuf flags on Rx
2016-03-25 Nelson Escobarenic: fix crash when allocating too many queues
2016-03-25 Nelson Escobarenic: add missing newline to print statements
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 John Daleyenic: fix last packet not being sent
next