summaryrefslogtreecommitdiff
path: root/lib/ethdev
AgeCommit message (Expand)Author
2024-11-11ethdev: require checking result of query functionsStephen Hemminger
2024-11-11ethdev: check info query returnStephen Hemminger
2024-10-26ethdev: fix link with C++David Marchand
2024-10-18ethdev: use IPv6 address structure in flowsRobin Jarry
2024-10-18net: use IPv6 address structure for packet headersRobin Jarry
2024-10-13ethdev: verify queue ID in Tx done cleanupChengwen Feng
2024-10-12ethdev: add traffic manager queryBruce Richardson
2024-10-12ethdev: add frequency adjustmentMingjin Ye
2024-10-11ethdev: restore config only when requestedDariusz Sosnowski
2024-10-11ethdev: add restore flags as driver callbackDariusz Sosnowski
2024-10-11ethdev: rework config restoreDariusz Sosnowski
2024-10-10ethdev: convert string initializationFerruh Yigit
2024-10-08ethdev: make TM shaper parameters constantBruce Richardson
2024-10-08ethdev: make TM profile add parameters constantBruce Richardson
2024-10-08ethdev: make TM node add parameters constantBruce Richardson
2024-09-30ethdev: fix overflow in descriptor countNiall Meade
2024-09-27ethdev: add link speed lanes configurationDamodharam Ammepalli
2024-09-27ethdev: add telemetry command for registersJie Hai
2024-09-27ethdev: add report of register names and filterJie Hai
2024-09-27ethdev: add trace points to flow insertion by indexAlexander Kozyrev
2024-09-27ethdev: add jump to table index actionAlexander Kozyrev
2024-09-27ethdev: add flow rule by index with patternAlexander Kozyrev
2024-09-27ethdev: add flow rule insertion mode by index with patternAlexander Kozyrev
2024-09-22ethdev: optimize activation of fast path tracepointsAdel Belkhiri
2024-10-15ethdev: fix race on ports in telemetry endpointsRobin Jarry
2024-10-09use C linkage where appropriate in headersMattias Rönnblom
2024-08-08version: 24.11-rc0David Marchand
2024-07-22ethdev: fix device init without socket-local memoryBruce Richardson
2024-07-19ethdev: fix GENEVE option item conversionMichael Baum
2024-06-12ethdev: support duplicating only item maskDariusz Sosnowski
2024-06-11net: extend VXLAN header to support more extensionsGavin Li
2024-06-11ethdev: add VXLAN last reserved fieldRongwei Liu
2024-04-22ethdev: fix strict aliasing in link upChengwen Feng
2024-03-11ethdev: fix representor devargs initializationThierry Herbelot
2024-03-06lib: move alignment attribute on types for MSVCTyler Retzlaff
2024-03-04ethdev: add Linux ethtool link mode conversionThomas Monjalon
2024-02-28ethdev: fix multiple representor devargs parsingHarman Kalra
2024-02-26ethdev: add function to check representor portLong Wu
2024-02-20ethdev: allow modifying IPv6 FL and TC fieldsMichael Baum
2024-02-20ethdev: allow modifying IPsec fieldsViacheslav Ovsiienko
2024-02-20ethdev: allow modifying IPv4 next protocol fieldViacheslav Ovsiienko
2024-02-15ethdev: add template table resizeGregory Etelson
2024-02-13ethdev: add encapsulation hash calculationOri Kam
2024-02-09ethdev: support RSS based on IPv6 flow labelAjit Khaparde
2024-02-09ethdev: recommend against using locks in event callbacksDavid Marchand
2024-02-07ethdev: rework fast path async flow APIDariusz Sosnowski
2024-02-06ethdev: add flow item for comparisonSuanming Mou
2024-02-06ethdev: move flow field data structureSuanming Mou
2024-02-06ethdev: rename flow field data structureSuanming Mou
2024-02-01drivers/net: return number of supported packet typesSivaramakrishnan Venkat