aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-keystone2
AgeCommit message (Expand)Author
2016-02-12linux-generic: cpumask_task: use cpumask got at initIvan Khoronzhuk
2016-02-12linux-ks2: use software parserIvan Khoronzhuk
2016-02-12linux-ks2: scheduler: parse all packets instead of only inputIvan Khoronzhuk
2016-02-12linux-ks2: pktio: don't create def inp queue if input mode disabledIvan Khoronzhuk
2016-02-12linux-ks2: remove annoying unimplemented msgsIvan Khoronzhuk
2016-02-12linux-ks2: queue: use subtype to save pkin queue typeIvan Khoronzhuk
2016-02-11linux-ks2: pktio: make packet_update to be inlinedIvan Khoronzhuk
2016-02-11linux-ks2: scheduler: add prescedule command just before loopIvan Khoronzhuk
2016-02-10linux-ks2: queue: postpone pktin queue creation till connection to pktioIvan Khoronzhuk
2016-02-10linux-ks2: fix debug printsIvan Khoronzhuk
2016-02-10linux-ks2: pktio: print packet only when debugIvan Khoronzhuk
2016-02-10linux-ks2: packet: add missed initialization for descIvan Khoronzhuk
2016-02-10linux-ks2: classification: assign pktio to be always initializedIvan Khoronzhuk
2016-02-10linux-ks2: event_types: assign packet type to be as while receiveIvan Khoronzhuk
2016-02-10linux-ks2: mcsdk: pa: init pa_ret in case if level is not knownIvan Khoronzhuk
2016-02-10linux-ks2: schdedule: fix multischedule to use prescheduleIvan Khoronzhuk
2016-02-10linux-ks2: packet_io: fix hw parse of packetsIvan Khoronzhuk
2016-02-10linux-ks2: pktio: back virtual MAC as h/w is captured in LKIvan Khoronzhuk
2016-02-10linux-ks2: packet_io: read real MAC address while pktio creationIvan Khoronzhuk
2016-02-10linux-ks2: mcsdk: add abilitiy to access cpsw registersIvan Khoronzhuk
2016-02-10linux-ks2: time: assign local start time for each threadIvan Khoronzhuk
2016-02-10linux-ks2: crypto: correct random function to generate values > 64bitIvan Khoronzhuk
2016-01-21linux-ks2: init: add stage to handle error patch in right order for global initIvan Khoronzhuk
2016-01-15linux-ks2: cpu_cycles: fix argument order in diffIvan Khoronzhuk
2016-01-15linux-ks2: pktio: put pktio input queue to free it when stopIvan Khoronzhuk
2016-01-15linux-ks2: pktio: don't allow to start/stop pktio twiceIvan Khoronzhuk
2016-01-15linux-ks2: pktio: don't send packets with size more than MTUIvan Khoronzhuk
2016-01-15linux-ks2: pktio: add support of pktio queue and mtuIvan Khoronzhuk
2016-01-12linux-ks2: cls: put queue if reassign for CoSIvan Khoronzhuk
2016-01-12linux-ks2: pktio: use pmr_default only if it can be setIvan Khoronzhuk
2016-01-12linux-ks2: packet_io: add initial odp_pktio_headroom_set()Ivan Khoronzhuk
2016-01-12linux-ks2: packet_io: cls: add initial odp_pktio_skip_set()Ivan Khoronzhuk
2016-01-12linux-ks2: cls: fix deadlock while default cos deletionIvan Khoronzhuk
2016-01-11linux-ks2: mcsdk_init: assign CPU0 to process while global initIvan Khoronzhuk
2016-01-11linux-ks2: time: fix diff_strictIvan Khoronzhuk
2016-01-11linux-ks2: time: count on wraps only while getting timeIvan Khoronzhuk
2016-01-11linux-ks2: time: convert values in more accurate wayIvan Khoronzhuk
2016-01-05linux-ks2: init: init time API after mscdk allowed access to time registersIvan Khoronzhuk
2016-01-05linux-ks2: mcsdk_init: return error if proc is not properly initializedIvan Khoronzhuk
2016-01-04linux-ks2: Makefile.am: add recursive locksIvan Khoronzhuk
2016-01-04linux-ks2: pktio: add print function APIIvan Khoronzhuk
2016-01-04linux-ks2: hash: add temp linux-generic support of hash APIIvan Khoronzhuk
2016-01-04linux-ks2: classification: add API to get pool and queue of CoSIvan Khoronzhuk
2016-01-04linux-ks2: time: add new time APIIvan Khoronzhuk
2016-01-04linux-ks2: classification: replace odp_cos_create on odp_cls_cos_createIvan Khoronzhuk
2015-12-31linux-ks2: packet: add odp_packet_alloc_multi and odp_packet_free_multiIvan Khoronzhuk
2015-12-31linux-ks2: packet: add odp_packet_uarea_ APIsIvan Khoronzhuk
2015-12-30linux-ks2: queue: implement odp_queue_infoIvan Khoronzhuk
2015-12-30linux-ks2: crypto: use auth_tag_len according to algorithmIvan Khoronzhuk
2015-12-30linux-ks2: crypto: copy PS data field to pkt_out if setIvan Khoronzhuk