aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_packet_io.c
AgeCommit message (Expand)Author
2015-10-08linux-generic: pktio: use ticket lock in pktio_entryMatias Elo
2015-10-08linux-generic: pktio: optimize pktin_deq_multiNicolas Morey-Chaisemartin
2015-09-30linux-generic: pktio: enable classifier only when neededPetri Savolainen
2015-09-08linux-generic: pktio: factor state management into packet_ioNicolas Morey-Chaisemartin
2015-09-01linux-generic: queue: implement ordered queuesBill Fischofer
2015-08-27linux-generic: schedule pktin_poll: account pktio stop stateMaxim Uvarov
2015-08-27linux-generic: add pktio_start and pktio_stopMaxim Uvarov
2015-07-29Merge branch 'master' into api-nextMaxim Uvarov
2015-07-28linux-generic: fix logic for calling pktio init and term functionsMaxim Uvarov
2015-07-28linux-generic: pktio: add global init and term function for pktiosNicolas Morey-Chaisemartin
2015-07-20Merge branch 'master' into api-nextMaxim Uvarov
2015-07-17linux-generic: pktio: remove unused includeNicolas Morey-Chaisemartin
2015-07-16Merge branch 'master' into api-nextMaxim Uvarov
2015-07-16linux-generic: pktio: move pktio specific init to the appropriate setup functionNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: use generic interface for pktio implementationsNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: packet_sock_* self closes on error during setupNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: promisc_mode_get methods for all pktio_socksNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: promisc_mode_set methods for all pktio_socksNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: add mac_addr_get methods for all pktio_socksNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: add mtu_get methods for all pktio_socksNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_pool: add method to get promisc modeNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_loop: add method for setting promisc modeNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_loop: add method to close a loopback pktioNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_loop: add method to get mac addressNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_loop: add function get MTUNicolas Morey-Chaisemartin
2015-07-16linux-generic: pktio: use prefix instead of suffix for all pktio specific fun...Nicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_io: move loopback to another fileNicolas Morey-Chaisemartin
2015-07-16linux-generic: pktio: replace linux/if.h by net/if.hNicolas Morey-Chaisemartin
2015-05-18Merge branch 'master' into api-nextMaxim Uvarov
2015-05-14linux-generic: packet: Add lazy parsing supportBill Fischofer
2015-05-08api: packet_io: added odp_pktio_param_tPetri Savolainen
2015-04-29linux-generic: packet_io: init l2 and l3 cos table spinlocksNicolas Morey-Chaisemartin
2015-04-03linux-generic: pktio: fix SEGV after odp_pktio_inq_remdef()Stuart Haslam
2015-04-01linux-generic: scheduler: restructured queue and pktio integrationPetri Savolainen
2015-03-27linux-generic: pktio check for NULL entryMaxim Uvarov
2015-02-25api: packet_io: replace ssize_t with intPetri Savolainen
2015-02-25linux-generic: packet_io: add term_globalYan Sonming
2015-02-17linux-generic: setup_pktio_entry() null terminate pkio nameMaxim Uvarov
2015-02-05api: odp_packet_io.h: use int for size of pkt_tablesOla Liljedahl
2015-02-05api: odp_pktio.h: odp_pktio_mac_addr() return chars written or errorOla Liljedahl
2015-02-05linux-generic: Add odp_errno and adapt packet_io and timer implementations to...Mario Torrecillas Rodriguez
2015-02-04api: odp_queue.h: odp_queue_enq_multi() returns partial successOla Liljedahl
2015-02-04linux-generic: pktio: add strong typing supportBill Fischofer
2015-01-29api: move ODP headers to a directoryTaras Kondratiuk
2015-01-28linux-generic: pktio: abort on enq to pktin or deq from pktoutStuart Haslam
2015-01-27api: pool: Rename odp_buffer_pool_ to odp_pool_Petri Savolainen
2015-01-27api: packet: Removed odp_packet_from_bufferPetri Savolainen
2015-01-27api: packet: Removed odp_packet_to_bufferPetri Savolainen
2015-01-24linux-generic: fix odp_pktio_inq_remdefMaxim Uvarov
2015-01-20linux-generic: pktio: add loopback device supportStuart Haslam