mk: build with _GNU_SOURCE defined by default
[dpdk.git] / drivers / net / enic /
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 Hyong Youb Kimnet/enic: move common Rx functions to a new header...
2018-10-11 John Daleynet/enic: support flow counter action
2018-10-11 John Daleynet/enic: fix flow API memory leak
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-10-11 Hyong Youb Kimnet/enic: do not use deprecated Tx VLAN packet flag
2018-10-11 Hyong Youb Kimnet/enic: set Rx VLAN offload flag for non-stripped...
2018-10-11 Hyong Youb Kimnet/enic: enable IOVA mode
2018-10-11 Hyong Youb Kimnet/enic: do not use non-standard integer types
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
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-11 Thomas Monjalonremove useless constructor headers
2018-07-02 John Daleynet/enic: cap Rx packet processing to end of desc ring
2018-07-02 John Daleynet/enic: add simple Rx handler
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
next