aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_packet_io.c
AgeCommit message (Expand)Author
2016-01-25linux-generic: packet_io: expose pktio_tbl and is_free()Zoltan Kiss
2016-01-22linux-generic: packet_io: separate locks for RX/TXZoltan Kiss
2015-12-29linux-generic: classification: implements odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-22api: pktio: add odp_pktio_print() APIMatias Elo
2015-12-08linux-generic: pktio: configuration functions check that interface is stoppedNicolas Morey-Chaisemartin
2015-12-08linux-generic: pktio: check for pktio_start when started and pktio_stop when ...Nicolas Morey-Chaisemartin
2015-12-08linux-generic: pktio: check interface mode is compatible before receiving or ...Nicolas Morey-Chaisemartin
2015-11-09linux-generic: check return codes in odp_pktio_term_globalMaxim Uvarov
2015-10-22linux-generic: pktio: implement odp_pktio_param_init() APIBill Fischofer
2015-10-22linux-generic: pktio: check pool type is ODP_POOL_PACKETStuart Haslam
2015-10-20linux-generic: pktio: extend maximum devname lengthStuart Haslam
2015-10-16linux-generic: pktio: close all pktio when term is calledNicolas Morey-Chaisemartin
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