summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* rconn: Introduce new invariant to fix assertion failure in corner case.Ben Pfaff2018-06-153-26/+18
* lib: fix typo in fragment handling error messageLouis Peens2018-06-081-1/+1
* netdev-dpdk: Remove use of rte_mempool_ops_get_count.Kevin Traynor2018-05-231-12/+13
* conntrack-tcp: Handle tcp session reuse.Darrell Ball2018-05-151-2/+7
* Configurable Link State Change (LSC) detection modeRĂ³bert Mulik2018-05-111-5/+31
* netdev-dpdk: Free mempool only when no in-use mbufs.Kevin Traynor2018-04-211-11/+45
* netdev-dpdk: Remove 'error' from non error log.Kevin Traynor2018-03-231-2/+2
* ofp-meter: Fix use-after-free for decoding meter mods.Ben Pfaff2018-02-161-1/+1
* netdev-dpdk: Fix requested MTU size validation.Ian Stokes2018-01-261-1/+12
* netdev-dpdk: fix ingress_policer leak on error pathzhangliping2018-01-261-0/+1
* odp-util: Use flexible sized buffer to hold Geneve options.Ben Pfaff2017-12-221-5/+5
* odp-util: Avoid reading wrong table in generate_all_wildcard_mask().Ben Pfaff2017-12-211-2/+3
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-121-5/+2
* ovsdb-idl: Fix assertion failure on error path parsing server reply.Ben Pfaff2017-12-111-2/+2
* netdev: netdev_get_etheraddr is not functioning as advertised.Yifeng Sun2017-11-301-1/+7
* dpif: Fix memory leakYifeng Sun2017-11-291-0/+1
* ovs-ofctl: Fix bad free in colors_parse_from_env().Lili Huang2017-11-291-1/+2
* odp-util: Fix buffer overread in parsing string form of ODP flows.Ben Pfaff2017-11-271-1/+1
* netdev-linux: Fix wrong ceil rate when max-rate less than 8bit.Kaige Fu2017-11-021-4/+3