summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ovs-rcu: Avoid flushing callbacks during postponing.Ilya Maximets2020-06-101-5/+12
* classifier: Prevent tries vs n_tries race leading to NULL dereference.Eiichi Tsukata2020-05-282-19/+32
* Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates"Dumitru Ceara2020-03-261-2/+0
* pvector: Use acquire-release semantics for size.Yanqin Wei2020-03-132-11/+20
* netdev-dpdk: Avoid undefined behavior processing devargsAaron Conole2020-01-131-1/+1
* netdev-dpdk: Fix flow control not configuring.Tomasz Konieczny2019-11-041-15/+36
* dpif-netdev: Do not mix recirculation depth into RSS hash itself.Ilya Maximets2019-10-281-1/+0
* libX.pc: use the correct output directoryAaron Conole2019-08-091-2/+2
* stream-ssl: Fix crash on NULL private key and valid certificate.Ilya Maximets2019-06-281-1/+1
* netdev-dpdk: Fix additional vhost tx retry.Kevin Traynor2019-06-281-1/+1
* dpif-netdev: Update comment about flow installation race.Ilya Maximets2019-04-181-2/+1
* conntrack: Fix minimum connections to clean.Darrell Ball2019-04-161-2/+3
* ofp-group: support to insert bucket with weight value for select typesolomon2019-03-272-3/+5
* netdev-dpdk: Print netdev name for txq mapping.Ilya Maximets2019-03-221-4/+12
* timeval: Check for OS-provided clock_gettime on macOSRichard Oliver2019-03-151-3/+3
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* conntrack: Fix L4 csum for V6 extension hdr pkts.Darrell Ball2019-02-251-8/+3
* packets: Change return type for 'packet_csum_upperlayer6()'.Darrell Ball2019-02-252-2/+2
* dhparams: Add pregenerated .c file to the repository.Eneas U de Queiroz2019-02-223-9/+201
* conntrack: Exclude l2 padding in 'conn_key_extract()'.Darrell Ball2019-02-141-4/+8
* dp-packet: Add 'dp_packet_l3_size()'.Darrell Ball2019-02-141-1/+15
* dpif-netdev: Add thread safety annotation to sorted_poll_list.Ilya Maximets2019-02-121-0/+1
* odp-util: Stop parse odp actions if nlattr is overflowYifeng Sun2019-02-041-0/+4
* netdev-linux: Fix function argument order in sfq_tc_load().Ben Pfaff2019-01-171-1/+1
* cmap: Fix hashing in cmap_find_protected().Zang MingJie2018-12-241-1/+1
* netdev-dpdk: Bring link down when NETDEV_UP is not setEelco Chaudron2018-11-121-0/+20
* netdev-dpdk: Fix netdev_dpdk_get_features().Ian Stokes2018-11-021-25/+39
* odp-execute: Fix broken build with Clang as compiler.Ben Pfaff2018-10-152-4/+3
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.Ben Pfaff2018-10-031-1/+2
* flow: Fix uninitialized flow fields in IPv6 error case.Ben Pfaff2018-09-211-5/+6
* odp-util: Don't attempt to write IPv6 flow label bits that don't exist.Ben Pfaff2018-09-121-0/+1
* daemon-unix: Use same name for original or restarted children.Ben Pfaff2018-09-061-1/+1
* ofp-actions: Re-fix error path for parsing OpenFlow actions.Ben Pfaff2018-08-301-12/+7
* nx-match: Avoid double-free on some error paths.Ben Pfaff2018-08-301-0/+1
* netdev-dpdk: Support the link speed of XL710Xu Binbin2018-08-221-0/+3
* netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.Ben Pfaff2018-08-201-1/+1
* ofp-actions: Avoid assertion failure for clone(ct(...bad actions...)).Ben Pfaff2018-08-171-6/+10
* netdev-dpdk: Fix failure to configure flow control at netdev-init.Sugesh Chandran2018-08-101-8/+5
* netdev-dpdk: Use hex for PCI vendor ID.Kevin Traynor2018-08-081-1/+1
* stream-ssl: Define SSL_OP_NO_SSL_MASK for OpenSSL versions that lack it.Ben Pfaff2018-08-061-0/+6
* stream-ssl: Don't enable new TLS versions by defaultTimothy Redaelli2018-08-031-2/+1
* pcap-file: Fix formatting of log message.Ben Pfaff2018-08-031-1/+1
* meta-flow: Make mf_vl_mff_mf_from_nxm_header() require a valid field.Ben Pfaff2018-08-031-1/+3
* nx-match: Fix memory leak in oxm_pull_field_array() error case.Ben Pfaff2018-08-031-2/+3
* Revert "flow: Fix buffer overread for crafted IPv6 packets."Justin Pettit2018-07-161-1/+1
* flow: Fix buffer overread for crafted IPv6 packets.Ben Pfaff2018-07-091-1/+1
* ofp-group: Don't assert-fail decoding bad OF1.5 group mod type or command.Ben Pfaff2018-07-061-2/+2
* ofp-actions: Fix buffer overread in decode_LEARN_specs().Ben Pfaff2018-07-051-1/+1
* ofp-actions: Avoid buffer overread in BUNDLE action decoding.Ben Pfaff2018-07-051-6/+7
* rconn: Suppress 'connected' log for unreliable connections.Ilya Maximets2018-07-051-1/+1