aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2015-08-25scripts/git_hash: change repo to CUSTOM_STRAnders Roxell
2015-08-25scripts/git_hash: fix build from tar sourceAnders Roxell
2015-08-24linux-generic: pktio: always test loop interfaceStuart Haslam
2015-08-18linux-generic: pktio: handle segmented packet in socket modeNicolas Morey-Chaisemartin
2015-08-18linux-generic: pktio: remove basic socket implementationNicolas Morey-Chaisemartin
2015-08-12linux-generic: pktio: store errno correctly in setupStuart Haslam
2015-08-12linux-generic: move default cpumask functions to separate fileMaxim Uvarov
2015-08-11linux-generic: move openssl checks inside linux-genericMaxim Uvarov
2015-08-11linux-generic: move pthread checks inside linux-genericMaxim Uvarov
2015-08-11linux-generic: remove linux-generic makefile generation from common configure.acMaxim Uvarov
2015-08-07linux-generic: Makefile.am: fix basename conflictsAnders Roxell
2015-08-07linux-generic: Makefile: add all arch to the tarballAnders Roxell
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-24linux-generic: pktio: remove _pkt suffix for open, close, recv and send pktio...Nicolas Morey-Chaisemartin
2015-07-23linux-generic: cpumask: zero mask before settingStuart Haslam
2015-07-23linux-generic: thread: implemented thrmask_worker and controlPetri Savolainen
2015-07-23linux-generic: thread: implemented odp_thread_typePetri Savolainen
2015-07-23linux-generic: thread: updated thread mask handlingPetri Savolainen
2015-07-23api: cpumask: added default masksPetri Savolainen
2015-07-23api: thrmask: added thread maskPetri Savolainen
2015-07-23api: cpumask: added cpumask_setallPetri Savolainen
2015-07-23api: init: added thread type to local initPetri Savolainen
2015-07-22configure: use stricter warningsMike Holmes
2015-07-22linux-generic: buffer: remove unused _odp_buffer_type_set() functionBill Fischofer
2015-07-22linux-generic: timer: use timer handles as buffer handlesIvan Khoronzhuk
2015-07-22Revert "linux-generic: timer: use plain buffers for timeouts"Maxim Uvarov
2015-07-22linux-generic: pktio: rename loop and sock _init functions to _openNicolas Morey-Chaisemartin
2015-07-21api: doc: doxygen grouping clean upPetri Savolainen
2015-07-21api: pool: remove shm paramter from odp_pool_create()Bill Fischofer
2015-07-20linux-generic: buffer: remove unneeded division/module when mapping within th...Nicolas Morey-Chaisemartin
2015-07-20linux-generic: timer: use plain buffers for timeoutsOla Liljedahl
2015-07-20linux-generic: pool: use ODP_CONFIG_PACKET_SEG_LEN_MIN correctlyBill Fischofer
2015-07-20linux-generic: classification: fix support for ODP_PMR_IPSEC_SPIStuart Haslam
2015-07-17linux-generic: pktio: merge all pktio type structure into an anonymous unionNicolas Morey-Chaisemartin
2015-07-17linux-generic: pktio/loop: loop should not include odp_packet_socket.hNicolas Morey-Chaisemartin
2015-07-17linux-generic: pktio: remove unused includeNicolas Morey-Chaisemartin
2015-07-16queue: handle return value of odp_queue_enq()Zoltan Kiss
2015-07-16linux-generic: classification: add support for ODP_PMR_IPSEC_SPIStuart Haslam
2015-07-16linux-generic: pktio: define struct for loopback specific propertiesNicolas Morey-Chaisemartin
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