aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio
AgeCommit message (Expand)Author
2017-11-22linux-gen: pktio: use pktio operations data poolBogdan Pricope
2017-11-10Merge branch 'api-next' into 2.0Yi He
2017-11-03linux-gen: pktio: move SOCK_ERR_REPORT macro from odp_packet_io_internal.hBogdan Pricope
2017-11-03linux-gen: pktio: move sysfs stats function prototypeBogdan Pricope
2017-11-03linux-gen: pktio: move socket stats function prototypesBogdan Pricope
2017-10-30linux-gen: pktio: remove duplicate pktio_ops subsystem implementationBogdan Pricope
2017-10-30linux-gen: pktio: socket: build SOCKET_MMAP pktio based on configuration optionBogdan Pricope
2017-10-30linux-gen: pktio: socket: build SOCKET pktio based on configuration optionBogdan Pricope
2017-10-30linux-gen: pktio: tap: build TAP pktio based on configuration optionBogdan Pricope
2017-10-30linux-gen: pktio: ipc: build ipc pktio based on configuration optionBogdan Pricope
2017-10-26Merge branch 'master' into api-nextMaxim Uvarov
2017-10-26linux-gen: netmap: remove minimum frame len checkMatias Elo
2017-10-26linux-gen: netmap: use thread id to make vdev mac addresses uniqueMatias Elo
2017-10-25Merge branch 'master' into api-nextMaxim Uvarov
2017-10-25linux-gen: dpdk: bump target dpdk version to 17.08Matias Elo
2017-10-25linux-gen: dpdk: create missing dpdk mempools in zero-copy modeMatias Elo
2017-10-21Merge remote-tracking branch 'origin/master' into merge-masterDmitry Eremin-Solenikov
2017-10-20linux-gen: pktio: dpdk: use generic pktio_ops data storageBogdan Pricope
2017-10-20linux-gen: pktio: pcap: use generic pktio_ops data storageBogdan Pricope
2017-10-20linux-gen: pktio: netmap: use generic pktio_ops data storageBogdan Pricope
2017-10-20linux-gen: pktio: ipc: use generic pktio_ops data storageBogdan Pricope
2017-10-20linux-gen: pktio: tap: use generic pktio_ops data storageBogdan Pricope
2017-10-20linux-gen: pktio: socket: use generic pktio_ops data storageBogdan Pricope
2017-10-20linux-gen: pktio: socket: move common code away from socket pktiosBogdan Pricope
2017-10-20linux-gen: pktio: loopback: use generic pktio_ops data storageBogdan Pricope
2017-10-19linux-gen: pool: select packet pool segment size at runtimeMatias Elo
2017-10-19linux-gen: pool: combine overlapping struct pool_t membersMatias Elo
2017-10-19linux-gen: pktio: tap: implement MAC address set operationBogdan Pricope
2017-10-19linux-gen: pktio: tap: implement link status operationBogdan Pricope
2017-10-19linux-gen: pktio: tap: implement start/stop operationsBogdan Pricope
2017-10-19linux-gen: pktio: loop: support IPsec inbound inlineDmitry Eremin-Solenikov
2017-10-19linux-gen: pktio: loop: support IPsec outbound inlineDmitry Eremin-Solenikov
2017-10-17Merge branch 'api-next' into 2.0Honnappa Nagarahalli
2017-10-11linux-gen: pktio: implement MAC address set functionBogdan Pricope
2017-10-03Merge branch 'api-next' into cloud-devcloud-devHonnappa Nagarahalli
2017-09-20linux-gen: pktio: dpdk: minor code refactoryYi He
2017-09-20linux-gen: pktio: tap: minor code refactoryYi He
2017-09-20linux-gen: pktio: socket: minor code refactoryYi He
2017-09-20linux-gen: pktio: pcap: minor code refactoryYi He
2017-09-20linux-gen: pktio: netmap: minor code refactoryYi He
2017-09-20linux-gen: pktio: ipc: minor code refactoryYi He
2017-09-20linux-gen: pktio: loopback: minor code refactoryYi He
2017-09-20linux-gen: pktio: apply modular frameworkYi He
2017-09-07linux-gen: socket: don't use odp_packet_l2_offset() in _tx_pkt_to_iovec()Matias Elo
2017-09-06linux-gen: dpdk: TX - set checksum calculation offload flagsBogdan Pricope
2017-09-06linux-gen: dpdk: RX - process checksum validation offload flagsBogdan Pricope
2017-09-06linux-gen: dpdk: enable per pktio RX IP/UDP/TCP checksum offloadBogdan Pricope
2017-09-06linux-gen: dpdk: retrieve offload capabilitiesBogdan Pricope
2017-08-25configure: reenable compiler fallthrough warningDmitry Eremin-Solenikov
2017-08-25linux-gen: drop _ODP_PKTIO_IPC defineDmitry Eremin-Solenikov