summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dpif-netlink: Free leaked ofpbuf by using ofpbuf_deleteYifeng Sun2019-03-051-4/+4
* ovs-actions.xml: Fix inconsistency in documentation of controller action.Ben Pfaff2019-03-051-1/+1
* lib/tc: add ingress ratelimiting support for tc-offloadPieter Jansen van Vuuren2019-03-044-12/+132
* dpdk: Fix case-sensitivity of dpdk-init knob.Ilya Maximets2019-03-041-2/+2
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* ovsdb-idl: Fast resync from server when connection reset.Han Zhou2019-02-281-4/+30
* ovsdb-idl: Support monitor_cond_since method in C IDL.Han Zhou2019-02-281-48/+155
* dp-packet: Constantify offloading APIs.Ilya Maximets2019-02-271-6/+6
* dpif-netdev: Reduce log level for not found mark id.Ilya Maximets2019-02-271-2/+2
* netdev-dpdk: Use single struct/union for flow offload items.Ilya Maximets2019-02-271-111/+78
* hash: Enable hash_bytes128 optimization for aarch64.Yanqin Wei2019-02-271-3/+3
* conntrack: Consolidate 2 selection statements.Darrell Ball2019-02-251-4/+1
* conntrack: Skip ephemeral ports with specified port range.Darrell Ball2019-02-252-8/+11
* conntrack: Fix wasted work for ICMP NAT.Darrell Ball2019-02-251-7/+5
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-256-105/+308
* ipf: More cleanup.Darrell Ball2019-02-251-15/+4
* conntrack: Fix L4 csum for V6 extension hdr pkts.Darrell Ball2019-02-221-18/+10
* packets: Change return type for 'packet_csum_upperlayer6()'.Darrell Ball2019-02-222-2/+2
* ipf: Handle non-zero L2 padding for first fragments.Darrell Ball2019-02-221-0/+2
* ipf: Check minimum fragment against L3 size.Darrell Ball2019-02-222-3/+3
* ipf: Do not preallocate more than needed.Darrell Ball2019-02-221-4/+5
* ipf: Misc Cleanup.Darrell Ball2019-02-221-4/+2
* netlink: added check to prevent netlink attribute overflowToms Atteka2019-02-221-0/+4
* netdev-dpdk: Flow validation refactoring.Ilya Maximets2019-02-191-53/+30
* conntrack: Simplify 'ct_addr'.Darrell Ball2019-02-143-93/+81
* conntrack: Remove redundant call to 'hash_finish()'.Darrell Ball2019-02-141-3/+1
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-1412-11/+2057
* dp-packet: Add 'do_not_steal' packet batch flag.Darrell Ball2019-02-142-0/+3
* dp-packet: Add 'dp_packet_batch_is_full()' api.Darrell Ball2019-02-141-0/+6
* ovs-atomic: Add 64 bit apis.Darrell Ball2019-02-141-0/+36
* conntrack: Reword conntrack_execute() description.Darrell Ball2019-02-141-1/+1
* flow: Enhance parse_ipv6_ext_hdrs.Darrell Ball2019-02-143-13/+38
* dp-packet: Add const qualifiers for checksum apis.Darrell Ball2019-02-141-8/+8
* dpif-netdev: Add thread safety annotation to sorted_poll_list.Ilya Maximets2019-02-121-0/+1
* conntrack: Exclude l2 padding in 'conn_key_extract()'.Darrell Ball2019-02-111-5/+7
* dp-packet: Add 'dp_packet_l3_size()'.Darrell Ball2019-02-111-1/+14
* conntrack: Remove unnecessary check in process_ftp_ctl_v4Li RongQing2019-02-111-6/+1
* lib/tc: Support optional tunnel idAdi Nissim2019-02-113-8/+24
* netdev-dpdk: Memset rte_flow_item on a need basis.Asaf Penso2019-02-061-18/+18
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-0518-184/+13
* Fix OpenFlow v1.3.4 Conf test failures: 430.500, 430.510psiyengar2019-02-043-21/+42
* skiplist: Drop data comparison in skiplist_delete.Ilya Maximets2019-02-041-3/+1
* skiplist: Remove 'height' from skiplist_node.Ben Pfaff2019-02-041-2/+0
* conntrack: Fix possibly uninitialized memory.Darrell Ball2019-02-041-5/+6
* flow: fix a possible memory leak in parse_ct_stateLi RongQing2019-02-041-0/+1
* dpif-netlink: Fix a bug that causes duplicate key error in datapathYifeng Sun2019-02-041-1/+1
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-049-11/+314
* odp-util: Stop parse odp actions if nlattr is overflowYifeng Sun2019-02-041-0/+4
* ofp-actions: Set an action depth limit to prevent stackoverflow by ofpacts_parseYifeng Sun2019-02-041-0/+5
* conntrack: Fix max size for inet_ntop() call.Darrell Ball2019-02-041-2/+2