ethdev: add namespace
[dpdk.git] / drivers / net / szedata2 / rte_eth_szedata2.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-06 Xueming Liethdev: change queue release callback
2021-05-11 David Marchandlog: register with standardized names
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
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: remove redundant MAC addresses freeing
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalondrivers/net: accept removing device without any port
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-30 Thomas Monjalonethdev: reset device and interrupt pointers on release
2020-07-03 Jerin Jacoblog: introduce logtype register macro
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-08-28 Rastislav Cernaynet/szedata2: remove resources when port is closed
2019-07-03 Rastislav Cernaynet/szedata2: support Silicom Mango card
2019-06-06 David Marchandnet/szedata2: fix RxQ errors stat
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-04-13 Matej Vidonet/szedata2: add new kernel module dependency
2018-04-13 Matej Vidonet/szedata2: support new NIC
2018-04-13 Matej Vidonet/szedata2: do not affect Ethernet interfaces
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Matej Vidonet/szedata2: implement dynamic logging
2018-04-13 Matej Vidonet/szedata2: convert license headers to SPDX tags
2018-04-13 Matej Vidonet/szedata2: fix format string for PCI address
2018-04-13 Matej Vidonet/szedata2: add stat of mbuf allocation failures
2018-04-13 Matej Vidonet/szedata2: use dynamically allocated queues
2018-04-13 Matej Vidonet/szedata2: fix total stats
2018-04-13 Matej Vidonet/szedata2: convert to new offload API
2018-03-30 Stephen Hemmingernet/szedata2: use link status helper functions
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2018-01-16 Matej Vidonet/szedata2: fix check of mmap return value
2017-11-10 Ilya V. Matveychikovdrivers/net: fix number of segment storage type
2017-11-06 Thomas Monjalonbus/pci: fix namespace of sysfs path function
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-06 Matej Vidonet/szedata2: remove unused macro
2017-06-12 Matej Vidonet/szedata2: refactor ibuf and obuf address definition
2017-06-12 Matej Vidonet/szedata2: refactor ibuf and obuf read and write
2017-06-12 Matej Vidonet/szedata2: refactor ibuf and obuf names
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-25 Jan Bluncknet/szedata2: localize handling of PCI resources
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 Jan Viktorineal: rename and move PCI resource structure
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-25 Stephen Hemmingerdrivers: make struct of networking operations const
2016-03-16 Matej Vidoszedata2: support promiscuous and allmulticast modes
2016-03-16 Matej Vidoszedata2: support link state operations
2016-03-16 Matej Vidoszedata2: change to physical device type
2015-11-20 Matej Vidoszedata2: add scattered Rx
2015-11-20 Matej Vidoszedata2: add Tx
2015-11-20 Matej Vidoszedata2: add non-scattered Rx
2015-11-20 Matej Vidoszedata2: add new poll mode driver