aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio/loop.c
AgeCommit message (Expand)Author
2023-09-13linux-gen: pktio: enable TX completion poll modeTuomas Taipale
2023-08-29linux-gen: pktio: move tx completion capability to driversTuomas Taipale
2023-05-08linux-gen: pktio: enqueue packets to destination queues from pktio devicesMatias Elo
2023-04-13linux-gen: remove usage of odp_errnoMatias Elo
2023-03-07linux-gen: loop: fix use of stale pkt_hdr after inline ipsecJanne Peltonen
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-11-30linux-gen: loop: implement new packet input queue size parameterMatias Elo
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-07-04linux-gen: loop: remove promisc mode set supportPetri Savolainen
2022-07-04linux-gen: loop: remove extra UNUSED attributesPetri Savolainen
2022-06-21linux-gen: remove an extra level of hierarchy from pktio_entry_tJere Leppänen
2022-06-21linux-gen: pktio: loop, pcap: use atomic in_errorsJere Leppänen
2022-06-21linux-gen: pktio: increment in_discards when packet cannot be classifiedJere Leppänen
2022-05-27linux-gen: pktio: remove struct pktio_entry::in_chksumsJere Leppänen
2022-05-27linux-gen: pktio: move received packets to the pool indicated by CoSJere Leppänen
2022-05-27linux-gen: pktio: validate L4 checksum in _odp_packet_parse_common()Jere Leppänen
2022-05-27linux-gen: pktio: use stats_extra.in_discards instead of stats.in_discardsJere Leppänen
2022-05-02linux-gen: macros: prefix implementation internal macro namesMatias Elo
2022-04-14linux-gen: pktio: loop: remove unnecessary odp_ipsec_result() callJanne Peltonen
2022-03-31linux-gen: drop error packets according to pktin configurationJere Leppänen
2022-03-31linux-gen: pktio: always call *_packet_parse_common()Jere Leppänen
2022-03-31linux-gen: pktio: validate L4 checksum also when classifier is enabledJere Leppänen
2022-03-31linux-gen: pktio: loop: fix copying segmented data to memoryJere Leppänen
2022-03-10linux-gen: parse: fix _odp_packet_parse_common() contiguous data requirementJere Leppänen
2022-03-10linux-gen: pktio: loop: fix countersJere Leppänen
2022-03-10linux-gen: pktio: loop: use in_discards counterJere Leppänen
2022-03-10linux-gen: packet: move parse functions to new source filesJere Leppänen
2022-03-10linux-gen: cls: move parse call out of _odp_cls_classify_packet()Jere Leppänen
2022-03-10linux-gen: pktio: loop: fix in_packets in case of errorsJere Leppänen
2022-03-02linux-gen: loop: clean internal queue on device close/reconfigureMatias Elo
2022-03-02linux-gen: loop: implement new packet output queue size parameterMatias Elo
2022-02-08linux-gen: remove odp_api.h includes from implementationMatias Elo
2021-11-23linux-gen: buffer: use common event headerMatias Elo
2021-10-21linux-gen: pktio: fix conversion overflow build errorsMatias Elo
2021-09-23linux-gen: pktio: loop: fix parsing of segmented packetsJanne Peltonen
2021-06-23linux-gen: loop: add support for per queue statistics countersMatias Elo
2021-06-23linux-gen: pktio: implement statistics counters capabilitiesMatias Elo
2021-05-05linux-gen: pktio: implement in_packets/out_packets countersMatias Elo
2021-03-30linux-gen: loop: support loopback mode in capabilityMatias Elo
2021-02-26linux-gen: rename remaining global symbols in the static libraryJere Leppänen
2021-02-08linux-gen: loop: implement odp_pktio_maxlen_set()Matias Elo
2021-02-08linux-gen: pktio: rename pktio_if_ops_t mtu_get to maxlen_getMatias Elo
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2020-11-02linux-gen: pktio: loop: add support for tx timestampingMatias Elo
2020-11-02linux-gen: pktio: update rx and tx timestamp implementationNithin Dabilpuram
2020-07-02linux-gen: pktio: use enum as odp_pktio_link_status() return valueMatias Elo
2020-07-02linux-gen: loop: implement odp_pktio_link_info()Matias Elo
2019-11-14linux-gen: ipsec: support global disablePetri Savolainen