summaryrefslogtreecommitdiff
path: root/drivers/net/null/rte_eth_null.c
AgeCommit message (Expand)Author
2024-10-03drivers: use per line logging in helpersDavid Marchand
2024-05-17drivers: use stdatomic APITyler Retzlaff
2023-11-09net/null: fix RSS key sizeJie Hai
2023-10-16net/null: fix Rx and Tx queue stateJie Hai
2023-06-09net/null: replace legacy atomics with GCC builtin atomicsTyler Retzlaff
2022-09-23bus/vdev: make driver-only headers privateDavid Marchand
2022-09-21eal: remove unneeded includes from a public headerDmitry Kozlyuk
2022-02-12remove unnecessary null checksStephen Hemminger
2021-10-22ethdev: add namespaceFerruh Yigit
2021-10-06ethdev: change queue release callbackXueming Li
2021-05-11log: register with standardized namesDavid Marchand
2021-01-29ethdev: make driver-only headers privateBruce Richardson
2020-10-16ethdev: add device flag to bypass auto-filled queue xstatsFerruh Yigit
2020-10-16ethdev: change stop operation callback to return intIvan Ilchenko
2020-09-30ethdev: remove old close behaviourThomas Monjalon
2020-09-30net/null: release port upon closeThomas Monjalon
2020-07-03log: introduce logtype register macroJerin Jacob
2020-04-21net/null: add argument for no RxFerruh Yigit
2020-04-21net/null: group device argumentsFerruh Yigit
2020-04-21net/null: prefer unsigned intFerruh Yigit
2020-04-21net/null: remove redundant checkFerruh Yigit
2020-04-21net/null: fix secondary burst function selectionFerruh Yigit
2019-10-23drivers/net: enable promiscuous and multicast by defaultCiara Power
2019-10-07net/null: fix multi-process Rx and TxYasufumi Ogawa
2019-10-07ethdev: make stats and xstats reset callbacks return intIgor Romanov
2019-10-07ethdev: change device info get callback to return intIvan Ilchenko
2019-08-26net/null: replace BSD license with SPDX tagStephen Hemminger
2019-07-26net/null: remove unused Tx error counterDavid Marchand
2019-07-23net/null: remove redundant declarationStephen Hemminger
2019-06-06net/null: fix RxQ errors statDavid Marchand
2019-05-24net: add rte prefix to ether functionsOlivier Matz
2019-05-24net: add rte prefix to ether structuresOlivier Matz
2018-10-26ethdev: remove release function for secondary processThomas Monjalon
2018-10-26ethdev: free all common data when releasing portThomas Monjalon
2018-10-17drivers/net: enable hotplug on secondary processQi Zhang
2018-09-14ethdev: make default behavior CRC strip on RxFerruh Yigit
2018-07-26drivers/net: fix crash in secondary processFerruh Yigit
2018-07-12remove useless constructor headersThomas Monjalon
2018-07-03ethdev: add new offload flag to keep CRCFerruh Yigit
2018-05-14ethdev: add probing finish functionThomas Monjalon
2018-04-27net/null: convert to dynamic loggingStephen Hemminger
2018-04-27drivers/net: fix link autoneg value for virtual PMDsFerruh Yigit
2018-04-24drivers/net: share vdev data to secondary processJianfeng Tan
2018-04-24drivers/net: do not use private ethdev dataJianfeng Tan
2018-04-14ethdev: return diagnostic when setting MAC addressOlivier Matz
2018-03-30net/null: support bulk allocationMallesh Koujalagi
2018-03-30net/null: set different MAC address for each deviceMallesh Koujalagi
2018-02-05net/null: add MAC address setting fake operationRadu Nicolau
2018-01-31net/null: support MTU updateMallesh Koujalagi
2018-01-22ethdev: separate driver APIsFerruh Yigit