summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-258-15/+14
* flow: fix udp checksumLi RongQing2019-01-251-0/+3
* hash: Implement hash for aarch64 using CRC32c intrinsics.Yanqin Wei (Arm Technology China)2019-01-253-1/+155
* seq: Correct example in comment.Ben Pfaff2019-01-221-3/+3
* conntrack: Fix FTP seq_skew boundary adjustments.Darrell Ball2019-01-181-28/+10
* conntrack: fix expectations for ftp+DNAT.David Marchand2019-01-181-2/+10
* conntrack: fix tcp seq adjustments when mangling commands.David Marchand2019-01-181-38/+36
* odp-util: Avoid revalidation error for masked NSH set action.Ben Pfaff2019-01-181-1/+1
* Fix bugs in L3 protocol support.Ben Pfaff2019-01-181-0/+3
* odp-util: Fix parsing QinQ packet in parse_8021q_onward.Yunjian Wang2019-01-181-27/+31
* ofpbuf: Fix arithmetic error in ofpbuf_insert().Toms Atteka2019-01-181-2/+2
* dpif-netdev: Per-port configurable EMC.Ilya Maximets2019-01-181-10/+89
* poll-loop: Set poll loop initial deadline to LLONG_MAX.Ben Pfaff2019-01-171-0/+1
* odp-util: Fix a bug in parse_odp_push_nsh_actionYifeng Sun2019-01-171-1/+1
* netdev-linux: Fix function argument order in sfq_tc_load().Ben Pfaff2019-01-171-1/+1
* netdev-dpdk: support port representorsOphir Munk2019-01-171-31/+111
* 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