doc: announce behavior change in bus probing
[dpdk.git] / drivers / net / enetc /
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: move MTU set check to library
2021-10-18 Ferruh Yigitethdev: move jumbo frame offload check to library
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-14 Andrew Rybchenkodrivers/net: remove queue xstats auto-fill flag
2021-10-06 Xueming Liethdev: change queue release callback
2021-08-17 Thomas Monjalonversion: 21.11-rc0
2021-05-11 David Marchandlog: register with standardized names
2021-04-21 Bruce Richardsondrivers: change indentation in build files
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Steve Yangnet/enetc: fix jumbo frame flag condition for MTU set
2020-11-20 Thomas Monjalonbuild: align wording of non-support reasons
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Sachin Saxenanet/enetc: release port upon close
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-04-16 Thomas Monjalonreplace hot attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-18 Alex Margineannet/enetc: init SI transactions attribute register
2020-03-18 Alex Margineannet/enetc: improve prefetch in Rx ring clean
2020-03-18 Alex Margineannet/enetc: use bulk free in Tx clean
2020-03-18 Alex Margineannet/enetc: use bulk alloc in Rx refill ring
2020-03-18 Alex Margineannet/enetc: reorder BDR structure
2020-03-18 Alex Margineannet/enetc: improve batching Rx ring refill
2020-03-18 Alex Margineannet/enetc: fix Rx lock-up
2020-03-18 Alex Margineannet/enetc: batch process clean Tx ring calls
2020-03-18 Alex Margineannet/enetc: relax read for Tx CI in clean Tx
2020-03-18 Alex Margineannet/enetc: do not stall in clean Tx ring
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-23 Gagandeep Singhnet/enetc: enable dpaax library
2019-10-23 Gagandeep Singhnet/enetc: print MAC address logs at notice level
2019-10-23 Gagandeep Singhnet/enetc: set random MAC in case no MAC for SI
2019-10-23 Gagandeep Singhnet/enetc: fix BD ring alignment
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-19 Gagandeep Singhnet/enetc: fix crash at high speed traffic
2019-04-19 Gagandeep Singhnet/enetc: enable Rx checksum offload validation
2019-04-19 Gagandeep Singhnet/enetc: enable CRC offload
2019-04-19 Gagandeep Singhnet/enetc: enable queue start/stop
2019-04-19 Gagandeep Singhnet/enetc: support MTU update and jumbo frames
2019-04-19 Gagandeep Singhnet/enetc: enable promiscuous and allmulticast
2019-04-19 Gagandeep Singhnet/enetc: remove forward declarations
2019-04-19 Gagandeep Singhnet/enetc: replace register read/write macros with...
2019-04-19 Gagandeep Singhnet/enetc: add basic statistics
2019-04-19 Gagandeep Singhnet/enetc: set interface mode for SXGMII
2019-04-19 Gagandeep Singhnet/enetc: fix big endian build and buffer allocation
2019-04-19 Gagandeep Singhnet/enetc: fix SMMU unhandled context fault
2019-04-19 Gagandeep Singhnet/enetc: support physical addressing mode
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-11 Gagandeep Singhnet/enetc: support packet type parsing
2018-10-11 Gagandeep Singhnet/enetc: enable Rx and Tx
2018-10-11 Gagandeep Singhnet/enetc: add PMD with basic operations