summaryrefslogtreecommitdiff
path: root/drivers/net/null
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
2023-03-16build: clarify configuration without IOVA field in mbufThomas Monjalon
2023-03-10net/null: build on WindowsStephen Hemminger
2022-11-14drivers: omit symbol map when unneededAbdullah Ömer Yamaç
2022-10-09drivers: mark SW PMDs to support disabling IOVA as PAShijith Thotton
2022-09-23bus/vdev: make driver-only headers privateDavid Marchand
2022-09-21eal: remove unneeded includes from a public headerDmitry Kozlyuk
2022-07-21version: 22.11-rc0David Marchand
2022-02-12remove unnecessary null checksStephen Hemminger
2021-10-22ethdev: add namespaceFerruh Yigit
2021-10-06ethdev: change queue release callbackXueming Li
2021-08-17version: 21.11-rc0Thomas Monjalon
2021-05-11log: register with standardized namesDavid Marchand
2021-04-21drivers: change indentation in build filesBruce Richardson
2021-01-29ethdev: make driver-only headers privateBruce Richardson
2021-01-14drivers/net: build i40e and mlx5 on WindowsPallavi Kadam
2020-10-19build: remove library name from version map file nameBruce 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-09-08build: remove makefilesCiara Power
2020-08-12version: 20.11-rc0Thomas 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-11-20build: align symbols with global ABI versionPawel Modrak
2019-11-20build: remove individual library versionsAnatoly Burakov
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-30net/null: update license text to SPDX formatTetsuya Mukawa
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