net/bnxt: fix Rx checksum flags
[dpdk.git] / drivers / net / enic /
2018-01-31 Harry van Haarennet/enic: align dynamic log names with standard
2018-01-29 Hyong Youb Kimnet/enic: set L4 checksum flags for IPv6 packets
2018-01-29 Hyong Youb Kimnet/enic: add Tx prepare handler
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 John Daleynet/enic: remove a conditional from the Tx path
2018-01-16 John Daleynet/enic: use TSO flags
2018-01-16 Hyong Youb Kimnet/enic: use BSD-3-Clause
2018-01-16 Hyong Youb Kimnet/enic: use dynamic log types
2018-01-16 Hyong Youb Kimnet/enic: refill only the address of the RQ descriptor
2018-01-16 Hyong Youb Kimnet/enic: remove a couple unnecessary statements
2018-01-16 Hyong Youb Kimnet/enic: remove remaining header-split code
2018-01-16 Hyong Youb Kimnet/enic: fix L4 Rx ptype comparison
2018-01-16 Hyong Youb Kimnet/enic: do not set checksum unknown offload flag
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-02 John Daleynet/enic: fix TSO for packets greater than 9208 bytes
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 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
2017-10-26 John Daleynet/enic: fix packet loss after MTU change
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-12 Aaron Conolenet/enic: remove ancillary assignment
2017-10-12 Aaron Conolenet/enic: remove unused code
2017-10-12 Aaron Conolenet/enic: fix assignment
2017-10-12 Aaron Conolenet/enic: update format string to match arg types
2017-10-06 John Daleynet/enic: fix multi-process operation
2017-10-06 RongQiang Xienet/enic: fix possible null pointer dereference
2017-08-03 Aaron Conolenet/enic: fix crash when freeing 0 packet to mempool
2017-07-04 Bruce Richardsonnet/enic: replace check for SSE4 with check for x86
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-14 Ferruh Yigitnet/enic: fix build with gcc 7.1
2017-06-12 John Daleynet/enic: flow API debug
2017-06-12 John Daleynet/enic: flow API for Legacy NICs
2017-06-12 John Daleynet/enic: flow API for NICs with advanced filters disabled
2017-06-12 John Daleynet/enic: flow API mark and flag support
2017-06-12 John Daleynet/enic: flow API for NICs with advanced filters enabled
2017-06-12 John Daleynet/enic: flow API skeleton
2017-06-12 John Daleynet/enic/base: bring NIC interface functions up to...
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
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...
next