summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* treewide: Avoid undefined behavior passing null in nonnull parameters.Lance Richardson2017-06-135-4/+30
* hash: Remove conflicting hash_finish() prototype.Ben Pfaff2017-06-131-1/+0
* byte-order: Fix undefined behavior of BYTES_TO_BE32.Ben Pfaff2017-06-132-9/+14
* conntrack: Add hash_finish() to conn_key_hash().Darrell Ball2017-06-121-7/+3
* conntrack: Hash entire NAT data structure in nat_range_hash().Darrell Ball2017-06-122-21/+30
* hash: New helper functions for adding words in a buffer to a hash.Ben Pfaff2017-06-121-18/+48
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-122-3/+3
* ofp-actions: Properly interpret "output:in_port".Ben Pfaff2017-06-121-17/+19
* ofp-util: Initialize tunnel metadata for OpenFlow 1.0 matches.Ben Pfaff2017-06-121-0/+1
* dpdk: Deprecate vhost-user server ports.Aaron Conole2017-06-081-0/+2
* rstp: Add the 'ovs-appctl rstp/show' command.nickcooper-zhangtonghao2017-06-081-0/+113
* rstp: Add internal functions without locks.nickcooper-zhangtonghao2017-06-082-14/+49
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-083-2/+16
* ovsdb: add support for role-based access controlsLance Richardson2017-06-085-0/+34
* netdev-dpdk: Show Rx checksum status when false.Kevin Traynor2017-06-081-0/+2
* flow: Refactor ct_orig_tuple check in miniflow_extract().Darrell Ball2017-06-071-1/+4
* dpdk: Move tcp_payload_length to include file.Darrell Ball2017-06-072-7/+13
* stream: include ssl protocol/cipher options in run-time helpLance Richardson2017-06-071-0/+3
* netdev-linux: maintain original device's stateFlavio Leitner2017-06-061-0/+1
* netdev-linux: make tap devices persistent.Flavio Leitner2017-06-061-0/+8
* ovs-router: fix refcnt leak when program terminates.Flavio Leitner2017-06-061-9/+26
* bfd: Detect Multiplier configurationSzucs Gabor2017-06-061-3/+27
* dpdk: Add orig tuple context recovery.Darrell Ball2017-06-021-0/+68
* dpdk: Add more ICMP Related NAT support.Darrell Ball2017-06-022-2/+103
* dpdk: Userspace Datapath: Introduce NAT Support.Darrell Ball2017-06-023-107/+789
* dpdk: Remove batch sorting in userspace conntrack.Darrell Ball2017-06-021-50/+12
* dpdk: Parse NAT netlink for userspace datapath.Darrell Ball2017-06-024-18/+117
* userspace: add vxlan gpe support to vportGeorg Schmuecking2017-06-023-11/+124
* userspace: L3 tunnel support for GRE and LISPJan Scheurich2017-06-022-7/+35
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-0211-74/+243
* flow: Fix buffer overread in flow_hash_symmetric_l3l4().Ben Pfaff2017-06-011-1/+1
* ofp-print: Avoid array overread in print_table_instruction_features().Ben Pfaff2017-06-012-2/+8
* ofp-util: Mask config value as intended in ofputil_decode_port_mod().Ben Pfaff2017-06-011-6/+8
* dpif-netlink: Fix multiple-free and fd leak on error path.Ben Pfaff2017-06-011-3/+2
* ofp-util: Remove dead code from ofputil_encode_get_async_reply().Ben Pfaff2017-06-011-4/+0
* dpif-netdev: Fix use-after-free error in reconfigure_datapath().Ben Pfaff2017-06-011-2/+3
* ofp-parse: Fix memory leak on error path in parse_ofp_group_mod_file().Ben Pfaff2017-06-011-1/+3
* netdev: Fix netdev_open() to adhere to class type if givenEelco Chaudron2017-06-011-0/+2
* windows: Set service status when stop is issuedAlin Serdean2017-05-311-0/+1
* netdev-dpdk: Use uint8_t for port_id.Ilya Maximets2017-05-311-26/+37
* netdev-dpdk: Fix device leak on port deletion.Ilya Maximets2017-05-311-52/+20
* netdev-dpdk: Fix double attaching of virtual devices.Ilya Maximets2017-05-311-2/+5
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-3118-439/+954
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-312-2/+3
* ofp-parse: Parse pipeline fields in OF1.5 packet-outYi-Hung Wei2017-05-311-2/+17
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-314-38/+143
* ofp-util: Add OpenFlow 1.5 packet-out supportYi-Hung Wei2017-05-311-4/+40
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-314-17/+27
* meta-flow: Remove dead condition in mf_set().Ben Pfaff2017-05-311-1/+1
* netdev-linux: Refactor netdev_linux_send() in forwarding batch packets.Zhenyu Gao2017-05-311-30/+34