net: add rte prefix to ether structures
[dpdk.git] / drivers / net / enic / enic_main.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-03-08 Hyong Youb Kimnet/enic: reset VXLAN port regardless of overlay offload
2019-01-14 Hyong Youb Kimnet/enic: remove useless include
2018-12-13 Hyong Youb Kimnet/enic: support multicast filtering
2018-12-13 Hyong Youb Kimnet/enic: release port upon close
2018-11-05 Hyong Youb Kimnet/enic: use macro for attribute weak
2018-10-26 Hyong Youb Kimnet/enic: add missing Tx offload flags
2018-10-18 John Daleynet/enic: fix counter action
2018-10-11 Hyong Youb Kimnet/enic: add AVX2 based vectorized Rx handler
2018-10-11 John Daleynet/enic: support flow counter action
2018-10-11 Hyong Youb Kimnet/enic: explicitly disable overlay offload
2018-10-11 Hyong Youb Kimnet/enic: add VLAN and csum offloads to simple Tx handler
2018-08-02 Hyong Youb Kimnet/enic: reset VXLAN port during initialization
2018-08-02 Hyong Youb Kimnet/enic: revert mbuf fast free offload
2018-07-23 Hyong Youb Kimnet/enic: pick the right Rx handler after changing MTU
2018-07-02 John Daleynet/enic: add simple Rx handler
2018-07-02 Hyong Youb Kimnet/enic: add the simple version of Tx handler
2018-07-02 Hyong Youb Kimnet/enic: use mbuf pointer array for inflight Tx packets
2018-07-02 Hyong Youb Kimnet/enic: add handlers to add/delete vxlan port number
2018-07-02 Hyong Youb Kimnet/enic: add devarg to specify ingress VLAN rewrite...
2018-07-02 Hyong Youb Kimnet/enic: report ring limits and preferred default...
2018-07-02 Hyong Youb Kimnet/enic: initialize RQ fetch index before enabling RQ
2018-07-02 Hyong Youb Kimnet/enic: do not overwrite admin Tx queue limit
2018-07-02 Hyong Youb Kimnet/enic: update the UDP RSS detection mechanism
2018-05-14 Hyong Youb Kimnet/enic: update UDP RSS controls
2018-05-14 Hyong Youb Kimnet/enic: fix RSS hash type advertisement
2018-05-14 Hyong Youb Kimnet/enic: fix the MTU handler to rely on max packet...
2018-05-14 Hyong Youb Kimnet/enic: enable RQ first and then post Rx buffers
2018-04-27 John Daleynet/enic: fix uninitialized variable
2018-04-27 Hyong Youb Kimnet/enic: enable overlay offload for VXLAN and GENEVE
2018-04-27 David Marchandnet/enic: add primary MAC address handler
2018-04-13 John Daleynet/enic: fix crash on MTU update with non-setup queues
2018-04-13 John Daleynet/enic: support UDP RSS on 1400 series adapters
2018-04-13 Hyong Youb Kimnet/enic: do not flush descriptor cache when opening...
2018-04-11 Anatoly Burakovnet/enic: use contiguous allocation for DMA memory
2018-03-30 Stephen Hemmingernet/enic: use link status helper functions
2018-03-30 Hyong Youb Kimnet/enic: support Rx queue interrupts
2018-03-30 Hyong Youb Kimnet/enic: allocate stats DMA buffer upfront during...
2018-03-30 Hyong Youb Kimnet/enic: heed the requested max Rx packet size
2018-03-30 Hyong Youb Kimnet/enic: allow to change RSS settings
2018-01-29 Hyong Youb Kimnet/enic: fix crash due to static max number of queues
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Hyong Youb Kimnet/enic: use BSD-3-Clause
2018-01-16 Hyong Youb Kimnet/enic: remove remaining header-split code
2018-01-16 Hyong Youb Kimnet/enic: use the new ethdev offloads API
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 John Daleynet/enic: fix packet loss after MTU change
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-12 Aaron Conolenet/enic: fix assignment
2017-10-06 John Daleynet/enic: fix multi-process operation
2017-10-06 RongQiang Xienet/enic: fix possible null pointer dereference
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 John Daleynet/enic: flow API for NICs with advanced filters enabled
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-04-06 Qi Zhangeal: clean up interrupt handle
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
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 John Daleynet/enic: extend flow director support for 1300 series
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: 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: move link checking init to probe time
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: decrement Tx mbuf reference count before...
2016-07-15 John Daleynet/enic: remove internal driver version
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-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-28 Nelson Escobarnet/enic: fix memory freeing
2016-06-24 Nelson Escobarnet/enic: support scattered Rx
2016-06-23 Nelson Escobarnet/enic: fix releasing mbufs when tearing down Rx...
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: remove unused code
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: put Tx and Rx functions into same file
2016-06-15 John Daleynet/enic: count truncated packets
2016-06-15 John Daleynet/enic: fix Rx drop counters
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-06 John Daleyenic: fix offset for Rx mbuf data
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
next