summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Switch from internal port to all ports definedAlin Gabriel Serdean2019-08-131-1/+1
* dpif-netlink: Allow offloading of flows with dl_type 0x1234.Ilya Maximets2019-07-311-5/+0
* 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: Forbid vport offloading attempts.Ilya Maximets2019-06-061-1/+1
* dpif-netdev: Fix flow mark leak on port lookup failure.Ilya Maximets2019-06-061-8/+10
* dpif-netdev: Fix unsafe access to pmd polling lists.Ilya Maximets2019-05-291-5/+6
* stopwatch: Free stopwatch packets after processingDumitru Ceara2019-05-081-0/+1
* dpif-netdev: fix meter at high packet rate.William Tu2019-04-221-1/+1
* dpif-netdev: Fix double parsing of packets when EMC disabled.Ilya Maximets2019-04-181-14/+7
* dpif-netdev: Update comment about flow installation race.Ilya Maximets2019-04-181-2/+1
* netlink linux: fix to append the netnsid netlink attr.Flavio Leitner2019-04-161-1/+1
* conntrack: Fix minimum connections to clean.Darrell Ball2019-04-161-2/+3
* netdev-dpdk: Fix printing masks with wrong byte order.Ilya Maximets2019-04-111-7/+7
* netdev-tc-offloads: Fix probe tc block supportRaed Salem2019-04-081-2/+14
* reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT.Han Zhou2019-03-281-1/+1
* OVN: Make periodic RAs consistent with RA responder.Mark Michelson2019-03-251-3/+0
* netdev-dpdk: Print netdev name for txq mapping.Ilya Maximets2019-03-221-4/+12
* dpif-netdev-perf: Fix millisecond stats precision with slower TSC.Ilya Maximets2019-03-221-2/+2
* dpif-netdev-perf: Fix double update of perf histograms.Ilya Maximets2019-03-191-8/+0
* dpdk: Stop dumping memzones to stdout.Ilya Maximets2019-03-191-1/+17
* dpctl: Drop parser debug information.Ilya Maximets2019-03-181-4/+0
* netdev-tc-offloads: Properly get the block id on flow del/getOr Gerlitz2019-03-181-4/+4
* netdev-tc-offloads: Improve log message for icmpv6 offload not supportedMoshe Levi2019-03-181-2/+2
* conntrack: Replace structure copy by memcpy().Darrell Ball2019-03-151-9/+12
* conntrack: Lookup only 'UNNAT conns' in 'nat_clean()'.Darrell Ball2019-03-151-4/+21
* conntrack: Fix race for NAT cleanup.Darrell Ball2019-03-151-44/+98
* netdev-linux: Remove ingress qdisc before trying to add shared blockRoi Dayan2019-03-121-1/+4
* netdev-tc-offloads: Remove ingress qdisc on tc init flow apiRoi Dayan2019-03-121-0/+3
* ovsdb-idl: Fix memory leak of idl->remote.Han Zhou2019-03-071-0/+1
* dpif-netlink: Free leaked ofpbuf by using ofpbuf_deleteYifeng Sun2019-03-051-4/+4
* rconn: Avoid occasional immediate connection failures.Ben Pfaff2019-03-011-2/+2
* dpdk: Fix case-sensitivity of dpdk-init knob.Ilya Maximets2019-03-011-2/+2
* 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
* netlink: added check to prevent netlink attribute overflowToms Atteka2019-02-221-0/+4
* conntrack: Exclude l2 padding in 'conn_key_extract()'.Darrell Ball2019-02-131-5/+7
* dp-packet: Add 'dp_packet_l3_size()'.Darrell Ball2019-02-131-1/+14
* dpif-netdev: Add thread safety annotation to sorted_poll_list.Ilya Maximets2019-02-121-0/+1
* 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
* 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
* conntrack: fix ftp ipv4 address substitution.Darrell Ball2019-02-041-62/+56
* dpdk: Limit DPDK memory usage.Ilya Maximets2019-02-011-2/+19
* dpdk: Use svec instead of re-inventing.Ilya Maximets2019-02-011-153/+68
* dpdk: Use dynamic string for socket-mem construction.Ilya Maximets2019-02-011-8/+5
* Revert "ofproto-dpif: Let the dpif report when a port is a duplicate."Flavio Leitner2019-01-251-7/+2
* Revert "dpif-netlink: Don't destroy and recreate port if it exists"Flavio Leitner2019-01-251-2/+2