summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ipf: Handle non-zero L2 padding for first fragments.Darrell Ball2019-02-221-0/+2
* ipf: Check minimum fragment against L3 size.Darrell Ball2019-02-222-3/+3
* ipf: Do not preallocate more than needed.Darrell Ball2019-02-221-4/+5
* ipf: Misc Cleanup.Darrell Ball2019-02-221-4/+2
* netlink: added check to prevent netlink attribute overflowToms Atteka2019-02-221-0/+4
* netdev-dpdk: Flow validation refactoring.Ilya Maximets2019-02-191-53/+30
* conntrack: Simplify 'ct_addr'.Darrell Ball2019-02-143-93/+81
* conntrack: Remove redundant call to 'hash_finish()'.Darrell Ball2019-02-141-3/+1
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-1412-11/+2057
* dp-packet: Add 'do_not_steal' packet batch flag.Darrell Ball2019-02-142-0/+3
* dp-packet: Add 'dp_packet_batch_is_full()' api.Darrell Ball2019-02-141-0/+6
* ovs-atomic: Add 64 bit apis.Darrell Ball2019-02-141-0/+36
* conntrack: Reword conntrack_execute() description.Darrell Ball2019-02-141-1/+1
* flow: Enhance parse_ipv6_ext_hdrs.Darrell Ball2019-02-143-13/+38
* dp-packet: Add const qualifiers for checksum apis.Darrell Ball2019-02-141-8/+8
* dpif-netdev: Add thread safety annotation to sorted_poll_list.Ilya Maximets2019-02-121-0/+1
* conntrack: Exclude l2 padding in 'conn_key_extract()'.Darrell Ball2019-02-111-5/+7
* dp-packet: Add 'dp_packet_l3_size()'.Darrell Ball2019-02-111-1/+14
* conntrack: Remove unnecessary check in process_ftp_ctl_v4Li RongQing2019-02-111-6/+1
* lib/tc: Support optional tunnel idAdi Nissim2019-02-113-8/+24
* netdev-dpdk: Memset rte_flow_item on a need basis.Asaf Penso2019-02-061-18/+18
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-0518-184/+13
* Fix OpenFlow v1.3.4 Conf test failures: 430.500, 430.510psiyengar2019-02-043-21/+42
* skiplist: Drop data comparison in skiplist_delete.Ilya Maximets2019-02-041-3/+1
* skiplist: Remove 'height' from skiplist_node.Ben Pfaff2019-02-041-2/+0
* conntrack: Fix possibly uninitialized memory.Darrell Ball2019-02-041-5/+6
* 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
* 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