summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* netdev-windows: Add checking when creating netdev with system type on Windowsbranch-2.12Wilson Peng2023-03-061-0/+11
* Prepare for 2.12.5.Ilya Maximets2021-10-213-1/+10
* Set release date for 2.12.4.v2.12.4Ilya Maximets2021-10-212-2/+3
* dpif-netdev: Fix use-after-free on PACKET_OUT of IP fragments.Ilya Maximets2021-10-131-3/+13
* tunnel-push-pop.at: Mask source port in tunnel header.Ilya Maximets2021-10-121-4/+6
* ipf: release unhandled packets from the batchAaron Conole2021-10-121-0/+2
* datapath-windows:adjust Offset when processing packet in POP_VLAN actionwilsonpeng2021-09-301-3/+15
* cirrus: Reduce memory requirements for FreeBSD VMs.Ilya Maximets2021-09-231-1/+1
* netdev-linux: Fix a null pointer dereference in netdev_linux_notify_sock().Yunjian Wang2021-09-161-1/+1
* pcap-file: Fix memory leak in ovs_pcap_open().Yunjian Wang2021-09-161-0/+1
* odp-util: Fix a null pointer dereference in odp_flow_format().Yunjian Wang2021-09-161-1/+1
* odp-util: Fix a null pointer dereference in odp_nsh_key_from_attr__().Yunjian Wang2021-09-161-1/+1
* dpif-netdev: Fix crash when PACKET_OUT is metered.Tony van der Peet2021-09-084-1/+101
* netlink-socket: Replace error with txn->error when logging nacked transactions.Paolo Valerio2021-08-161-1/+1
* dynamic-string: Fix a crash in ds_clone().Sriharsha Basavapatna2021-08-161-0/+4
* daemon-unix: Fix leak of a fork error message.Ilya Maximets2021-07-261-0/+1
* ovsdb-server: Fix memleak when failing to read storage.Dumitru Ceara2021-07-151-5/+3
* netdev-offload-tc: Use nl_msg_put_flag for OVS_TUNNEL_KEY_ATTR_CSUM.Paolo Valerio2021-06-301-2/+1
* ipf: Fix a use-after-free error, and remove the 'do_not_steal' flag.Aaron Conole2021-06-153-16/+6
* dpif-netlink: Fix send of uninitialized memory in ct limit requests.Ilya Maximets2021-05-241-10/+14
* netdev-linux: Fix use of uninitialized LAG master name.Ilya Maximets2021-05-241-1/+3
* ofp_actions: Fix set_mpls_tc formatting.Adrian Moreno2021-05-193-4/+60
* ovs-ofctl: Fix coredump when using "add-groups" command.Wang Yibo2021-05-141-1/+1
* github: Fix up malformed /etc/hosts.Ilya Maximets2021-05-111-0/+6
* doc: automake: Add support for sphinx 4.0.Ilya Maximets2021-05-111-2/+7
* ovsdb-idlc.in: fix dict change during iteration.Flavio Leitner2021-05-101-1/+1
* cirrus: Look up existing versions of python dependencies.Ilya Maximets2021-05-101-2/+3
* ofp-group: Use big-enough buffer in ofputil_format_group().Ben Pfaff2021-05-071-1/+1
* odp-util: Fix use of uninitialized erspan metadata.Ilya Maximets2021-04-191-8/+8
* Add test cases for ingress_policing parametersTianyu Yuan2021-04-133-0/+76
* netdev-linux: correct unit of burst parameterYong.Xu2021-04-131-1/+1
* ovs-ofctl: Fix segfault due to bad meter n_bands.Flavio Fernandes2021-03-302-2/+4
* dpif-netdev: Fix the meter buckets overflow.Tonghao Zhang2021-03-301-15/+13
* python: Send notifications after the transaction ends.Terry Wilson2021-03-153-17/+52
* raft: Report disconnected in cluster/status if candidate retries election.Ilya Maximets2021-03-011-0/+2
* raft: Reintroduce jsonrpc inactivity probes.Ilya Maximets2021-03-011-1/+31
* connmgr: Check nullptr inside ofmonitor_report().Yifeng Sun2021-02-231-1/+5
* ovsdb-client: Fix needs-conversion when SERVER is explicitly specified.Alexey Roytman2021-02-192-2/+27
* dpdk: Use DPDK 18.11.11 release.Hariprasad Govindharajan2021-02-195-10/+13
* ofp-actions: Fix use-after-free while decoding RAW_ENCAP.Ilya Maximets2021-02-174-1/+5
* Prepare for 2.12.4.Ilya Maximets2021-02-103-1/+10
* Set release date for 2.12.3.v2.12.3Ilya Maximets2021-02-102-2/+5
* cirrus: Use FreeBSD 12.2.Ilya Maximets2021-02-101-1/+1
* flow: Support extra padding length.Flavio Leitner2021-02-104-9/+45
* dist-docs: Include manpages generated from rST.Ilya Maximets2021-02-041-1/+1
* tc: Fix mpls bottom of stack bit mask reporting.Eelco Chaudron2021-02-021-1/+1
* python: Add 'six' to list of install requirements.Thomas Neuman2021-02-011-1/+1
* github: Don't fail the job if 'apt update' failed.Ilya Maximets2021-02-011-1/+1
* vswitchd.xml: Fix supported IPsec tunnels.Mark Gray2021-02-011-2/+2
* conntrack: Fix icmp conntrack state.William Tu2021-01-261-2/+5