summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dpif-netlink: Fix a bug that causes duplicate key error in datapathYifeng Sun2019-02-041-1/+1
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-049-11/+314
* 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
* lib/tc: add set ipv6 traffic class action offload via peditPieter Jansen van Vuuren2019-01-313-17/+50
* lib/tc: add set ipv4 dscp and ecn action offload via peditPieter Jansen van Vuuren2019-01-313-1/+11
* lib/tc: fix 32 bits shift for pedit offset calculationPieter Jansen van Vuuren2019-01-311-1/+1
* lib/tc: make pedit mask calculations byte order agnosticPieter Jansen van Vuuren2019-01-311-11/+11
* dpdk: Use svec instead of re-inventing.Ilya Maximets2019-01-301-153/+68
* dpdk: Use dynamic string for socket-mem construction.Ilya Maximets2019-01-281-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
* 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