net/bnxt: ignore VLAN priority mask
[dpdk.git] / drivers / net / enic /
2018-07-02 Hyong Youb Kimnet/enic: check maximum packet size in Tx prepare handler
2018-07-02 Hyong Youb Kimnet/enic: add the simple version of Tx handler
2018-07-02 Hyong Youb Kimnet/enic: reduce Tx completion updates
2018-07-02 Hyong Youb Kimnet/enic: support mbuf fast free offload
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-07-02 Hyong Youb Kimnet/enic: fix receive packet types
2018-05-14 Hyong Youb Kimnet/enic: fix missing offload capabilities
2018-05-14 Hyong Youb Kimnet/enic: fix flow drop action
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 John Daleynet/enic: set rte errno to positive value
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 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
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 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Hyong Youb Kimnet/enic: support drop flow action
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 meson
2018-03-30 Hyong Youb Kimnet/enic: avoid strict aliasing warnings
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: add Rx/Tx queue configuration getters
2018-03-30 Hyong Youb Kimnet/enic: remove VLAN filter handler
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-03-30 John Daleynet/enic: remove extern in function declarations
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
next