net/ice: add safe mode
[dpdk.git] / drivers / net / enic /
2019-03-20 Hyong Youb Kimnet/enic: fix max MTU calculation
2019-03-08 Hyong Youb Kimnet/enic: fix inner packet matching
2019-03-08 Hyong Youb Kimnet/enic: fix endianness in VLAN match
2019-03-08 Hyong Youb Kimnet/enic: fix VXLAN match
2019-03-08 Hyong Youb Kimnet/enic: reset VXLAN port regardless of overlay offload
2019-03-08 Hyong Youb Kimnet/enic: enable limited support for raw flow item
2019-03-08 Hyong Youb Kimnet/enic: move arguments into struct
2019-03-08 Hyong Youb Kimnet/enic: enable limited passthru flow action
2019-03-08 Hyong Youb Kimnet/enic: enable limited RSS flow action
2019-03-08 Hyong Youb Kimnet/enic: check for unsupported flow item types
2019-03-08 Hyong Youb Kimnet/enic: allow flow mark ID 0
2019-03-08 Hyong Youb Kimnet/enic: fix SCTP match for flow API
2019-03-08 Hyong Youb Kimnet/enic: fix flow director SCTP matching
2019-03-08 Hyong Youb Kimnet/enic: remove unused functions
2019-02-26 Bruce Richardsonbuild: set RTE_ARCH_64 based on pointer size
2019-01-14 Hyong Youb Kimnet/enic: remove redundant log level check
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: add handler to return firmware version
2018-12-13 Hyong Youb Kimnet/enic: release port upon close
2018-11-13 Hyong Youb Kimnet/enic: fix size check in Tx prepare handler
2018-11-05 Hyong Youb Kimnet/enic: use macro for attribute weak
2018-10-29 Ferruh Yigitfix global variable issues
2018-10-26 Hyong Youb Kimnet/enic: add missing Tx offload flags
2018-10-26 Hyong Youb Kimnet/enic: fix supported packet types
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
next