aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio
AgeCommit message (Expand)Author
2024-04-12linux-gen: dpdk: fix char array size in dpdk_pktio_init()Jere Leppänen
2024-04-12linux-gen: pcap: fix memory leak in pcapif_promisc_mode_set()Jere Leppänen
2024-03-18linux-gen: update copyright formatMatias Elo
2024-03-08linux-gen: fix a couple of string length checksJere Leppänen
2024-03-08linux-gen: use _odp_strcpy() instead of strncpy()Jere Leppänen
2024-02-29linux-gen: dpdk: enable configuring zero rx or tx queuesMatias Elo
2023-12-21linux-gen: pktio: fix flexible array member error in pedantic compilationJere Leppänen
2023-09-14linux-gen: dpdk: implement don't free optionPetri Savolainen
2023-09-13linux-gen: pktio: enable TX completion poll modeTuomas Taipale
2023-08-29linux-gen: pktio: move tx completion capability to driversTuomas Taipale
2023-08-14linux-gen: fix typosTianyu Li
2023-07-07linux-gen: debug: utilize new _ODP_WARN() macroMatias Elo
2023-05-30linux-gen: pktio: remove common capability functionMatias Elo
2023-05-08linux-gen: dpdk: simplify mbuf to packet conversion functionMatias Elo
2023-05-08linux-gen: dpdk: add simplified pkt to mbuf conversion function variantMatias Elo
2023-05-08linux-gen: pktio: enqueue packets to destination queues from pktio devicesMatias Elo
2023-05-04linux-gen: socket_xdp: check input/output queue index validityTuomas Taipale
2023-05-04linux-gen: socket_xdp: try to detect XDP shadow queue using drivers at startupTuomas Taipale
2023-05-04linux-gen: socket_xdp: setup NIC queues and RSS according to queue configurationTuomas Taipale
2023-05-04linux-gen: socket_xdp: move UMEM creation and deletion to start and stop func...Tuomas Taipale
2023-05-04linux-gen: socket_xdp: move socket creation and deletion to start and stop fu...Tuomas Taipale
2023-05-04linux-gen: socket_xdp: adjust queue count capability reportingTuomas Taipale
2023-04-13linux-gen: dpdk: remove usage of odp_errnoMatias Elo
2023-04-13linux-gen: remove usage of odp_errnoMatias Elo
2023-03-17linux-gen: pktio: remove netmap pktioMatias Elo
2023-03-09linux-gen: dpdk: handle dpdk ethdev namespace updateMatias Elo
2023-03-07linux-gen: loop: fix use of stale pkt_hdr after inline ipsecJanne Peltonen
2023-02-20linux-gen: pktio: ipc: fix potentially unterminated stringJere Leppänen
2023-02-07api: pktio: remove deprecated in_unknown_protos statistics counterMatias Elo
2023-01-18linux-gen: loop: add support for flow hashingTuomas Taipale
2023-01-18linux-gen: loop: refactor statisticsTuomas Taipale
2023-01-18linux-gen: loop: add multi-queue supportTuomas Taipale
2022-12-29linux-gen: dpdk: fix zero-copy mode with vfio-pci driverMatias Elo
2022-11-30linux-gen: dpdk: implement new packet input queue size parameterMatias Elo
2022-11-30linux-gen: loop: implement new packet input queue size parameterMatias Elo
2022-11-30linux-gen: pktio: use ODP_PKTIN_MAX_QUEUES and ODP_PKTOUT_MAX_QUEUESMatias Elo
2022-10-13linux-gen: socket_xdp: fix potential undefined behaviorTuomas Taipale
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-10-07linux-gen: dpdk: remove libm dependencyMatias Elo
2022-07-14linux-gen: pcap: promisc mode disabled by defaultPetri Savolainen
2022-07-14linux-gen: socket_xdp: add miscellaneous bug fixesTuomas Taipale
2022-07-04linux-gen: null: remove promisc mode set supportPetri Savolainen
2022-07-04linux-gen: loop: remove promisc mode set supportPetri Savolainen
2022-07-04linux-gen: loop: remove extra UNUSED attributesPetri Savolainen
2022-06-27linux-gen: dpdk: header include clean-upMatias Elo
2022-06-27linux-gen: dpdk: pack pkt_dpdk_t control path dataMatias Elo
2022-06-27linux-gen: dpdk: group pkt_dpdk_t fast path flagsMatias Elo
2022-06-27linux-gen: dpdk: reduce pkt_cache_t memory footprintMatias Elo
2022-06-27linux-gen: dpdk: refactor pkt_dpdk_t structMatias Elo
2022-06-27linux-gen: dpdk: copy pktout capabilities for fast path accessMatias Elo