aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio/pktio_common.c
AgeCommit message (Expand)Author
2022-04-13linux-gen: pktio: use uint32_t for number of queuesPetri Savolainen
2021-05-25linux-gen: fix print formatsJere Leppänen
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2019-11-27linux-gen: pktio: change unsigned variables to unsigned intMatias Elo
2019-11-27linux-gen: pktio: always check pktio state before recv/sendMatias Elo
2019-10-21linux-gen: pktio: remove invalid break in sock_recv_mq_tmo_try_int_driven()Matias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2018-06-13linux-gen: pktio: move pktio socket stats to a new fileBogdan Pricope
2018-06-13linux-gen: pktio: move ethtool and sysfs stats files to new folderBogdan Pricope
2018-06-06linux-gen: pktio: move ethtool stats function to a new fileBogdan Pricope
2018-02-26linux-generic: pktio: drop support for indefinite waits in recv_tmoBill Fischofer
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2018-01-17linux-generic: pktio: genuinely sleep in timeout receiveJuha-Matti Tilli
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2016-06-02linux-gen: pktio: don't allocate new packets in classifierMatias Elo
2016-05-06linux-generic: pktio: don't return packet after failed enqueueZoltan Kiss
2016-04-25api: packet: rename and add copy functionsPetri Savolainen
2016-04-21linux-generic: pktio: add pktin timestamp argument to _odp_packet_cls_enq()Matias Elo
2016-02-15api: pktio: added pktio info structurePetri Savolainen
2016-01-27linux-generic: sockets: implement pktio statisticsMaxim Uvarov
2016-01-20linux-generic: define posix extension level oncePetri Savolainen
2015-12-29fix: classification: add null check for pool assigned to CoSBalasubramanian Manoharan
2015-12-29linux-generic: classification: define pkt_addr as constMatias Elo
2015-12-29linux-generic: classification: implements odp_cls_cos_pool_set() apiBalasubramanian Manoharan