aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio
AgeCommit message (Expand)Author
2016-01-20linux-generic: define posix extension level oncePetri Savolainen
2015-12-29fix: classification: add null check for pool assigned to CoSBalasubramanian Manoharan
2015-12-29linux-generic: classification: define pkt_addr as constMatias Elo
2015-12-29linux-generic: classification: implements odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-14linux-generic: fix tap compilationMaxim Uvarov
2015-12-14linux-generic: pktio: add tap pktio typeIlya Maximets
2015-12-08linux-generic: socket: set up __odp_errno on ioctl failuresIlya Maximets
2015-11-13linux-generic: netmap: replace nm_dispatch() helperMatias Elo
2015-11-13linux-generic: pktio: recover from transmit errorsStuart Haslam
2015-11-02linux-generic: pktio: handle transmit errors correctlyStuart Haslam
2015-11-02linux-generic: pktio: increase MTU of loop interfaceStuart Haslam
2015-10-30linux-generic: netmap pktio fix clang buildMaxim Uvarov
2015-10-29linux-generic: netmap: use separate rx and tx descriptorsMatias Elo
2015-10-29linux-generic: netmap: wait for the interface to become activeMatias Elo
2015-10-23linux-generic: pktio: fill in L2 parse results by defaultPetri Savolainen
2015-10-20linux-generic: pktio: add pcap pktio typeStuart Haslam
2015-10-13linux-generic: netmap: sync tx queuesMatias Elo
2015-10-13linux-generic: netmap: use default interface configMatias Elo
2015-10-08linux-generic: pktio: add netmap pktio supportMatias Elo
2015-10-08linux-generic: pktio: added mac_addr_get_fdMatias Elo
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: default state for pktio is STOPMaxim Uvarov
2015-08-27linux-generic: socket: implement pktio_start and pktio_stopMaxim Uvarov
2015-08-27linux-generic: socket mmap: implement pktio_start and pktio_stopMaxim Uvarov
2015-08-27linux-generic: loop: implement pktio_start and pktio_stopMaxim Uvarov
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-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-22linux-generic: pktio: rename loop and sock _init functions to _openNicolas Morey-Chaisemartin
2015-07-17linux-generic: pktio/loop: loop should not include odp_packet_socket.hNicolas Morey-Chaisemartin
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
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: packet_socket: move socket_mmap to another fileNicolas Morey-Chaisemartin
2015-07-16linux-generic: packet_socket: rename odp_packet_socket.c to pktio/socket.cNicolas Morey-Chaisemartin