summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Adding support for PMD auto load balancingNitin Katiyar2019-01-161-0/+383
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-156-27/+206
* ofp-table: Fix interpretation of when table features include properties.Ben Pfaff2019-01-151-1/+1
* lib: Add ovs-actions.7 to .gitignoreTimothy Redaelli2019-01-151-0/+1
* ovs-actions: Remove unneeded unicode symbols.Ilya Maximets2019-01-111-2/+2
* vconn: Fix using of uninitialized deadline.Ilya Maximets2019-01-111-1/+1
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-47/+293
* ovs-actions: New document describing OVS actions in detail.Ben Pfaff2019-01-105-9/+2861
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-101-5/+17
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-103-9/+21
* ofp-group: support to insert bucket with weight value for select typesolomon2019-01-101-3/+5
* netdev-tc-offloads: Support IPv6 hlimit rewriteEli Britstein2018-12-293-0/+10
* netdev-tc-offloads: Do not set 0 port attribute to TC tunnelEli Britstein2018-12-292-4/+10
* odp-util: Fix fuzz runtime error of invalid dont_send valueYifeng Sun2018-12-272-4/+4
* socket-util: Report POLLHUP as an error while connection completion checking.Ilya Maximets2018-12-241-1/+1
* cmap: Fix hashing in cmap_find_protected().Zang MingJie2018-12-241-1/+1
* util: Make parse_int_string() only succeed if it parses a non-empty string.Ben Pfaff2018-12-191-2/+2
* odp-util: Don't try to parse geneve data if not provided.Ilya Maximets2018-12-181-4/+4
* stopwatch: Fix qsort comparison function.Ilya Maximets2018-12-181-1/+1
* odp-util: Keep Address Sanitizer happy.Darrell Ball2018-12-181-1/+1
* conntrack: Keep Address Sanitizer happy.Darrell Ball2018-12-181-1/+1
* conntrack: Enforce conn_type for conn_clean().Darrell Ball2018-12-181-0/+3
* conntrack: Enforce conn_type for flush tuple.Darrell Ball2018-12-182-1/+4
* conntrack: Check all addresses for ephemeral ports.Darrell Ball2018-12-181-0/+1
* conntrack: Skip ephemeral ports fallback for DNAT.Darrell Ball2018-12-181-3/+5
* dpdk: Update to use DPDK 18.11.Ophir Munk2018-12-131-64/+112
* pinctrl: Check requested IP in DHCPREQUEST messagesGregory Smith2018-12-121-0/+3
* dhcp: Mark dhcp_header as packed.Ben Pfaff2018-12-121-1/+2
* netdev: Add comment to allow removing a workaround in the futureDaniel Alvarez2018-12-121-1/+2
* treewide: Wider use of packet batch APIs.Ilya Maximets2018-12-114-11/+9
* dpctl: Simplify opt_dpif_open().Darrell Ball2018-12-111-28/+21
* ovs-thread: Add thread safety annotation to cond_wait.Ilya Maximets2018-12-101-0/+1
* ovs-thread: Drop xpthread_meutex_{un}lock finctions.Ilya Maximets2018-12-102-7/+0
* odp-util: Validate values of vid and pcp in push_vlan actionYifeng Sun2018-12-031-0/+4
* ofp-table: Parse table features messages more carefully.Ben Pfaff2018-12-031-0/+83
* unixctl: Avoid 100% CPU for slowly processed requests with another queued.Ben Pfaff2018-12-031-1/+1
* netdev-dpdk: Add mbuf HEADROOM after alignment.Tiago Lam2018-11-281-2/+4
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-191-1/+1
* packets: Fix use-after-free error in packet_put_ra_prefix_opt().Ben Pfaff2018-11-191-1/+1
* ovsdb-idl: Treat "unknown database" error as reason to reconnect.Ben Pfaff2018-11-191-0/+4
* ovsdb-idl: Avoid sending transactions when the DB is not synced up.Ben Pfaff2018-11-191-0/+7
* pcap-file: Correctly format enum type.Ben Pfaff2018-11-161-2/+2
* Windows: Fix broken kernel userspace communicationAlin Gabriel Serdean2018-11-161-4/+41
* pcap: Fix reading regular old Ethernet pcap files.Ben Pfaff2018-11-161-1/+1
* dpif-netlink: Fix error behavior in dpif_netlink_port_add__().Ben Pfaff2018-11-151-1/+2
* odp-util: Add checking to prevent buffer overflow when parsing push_nshYifeng Sun2018-11-151-3/+3
* pcap-file: Add support for Linux SLL formatted PCAP files.Ben Pfaff2018-11-151-0/+54
* netdev-tc-offloads: Delete ufid tc mapping in the right placeChris Mi2018-11-131-7/+16
* netdev-dpdk: Bring link down when NETDEV_UP is not setEelco Chaudron2018-11-121-0/+20
* rtnetlink: Remove executable bit from rtnetlink.hTimothy Redaelli2018-11-101-0/+0