summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python: Replace pyOpenSSL with ssl.Timothy Redaelli2021-11-037-44/+63
* python: socket-util: Split inet_open_active function and use connect_ex.Timothy Redaelli2021-11-031-14/+22
* datapath-windows:Reset PseudoChecksum value only for TX direction offload caseWilson Peng2021-10-281-4/+7
* ci: Make linux-prepare trust system installs.Aaron Conole2021-10-261-1/+0
* github: Stick to python 3.9.Ilya Maximets2021-10-211-2/+2
* datapath-windows: add layers when adding the deferred actionsWilson Peng2021-10-193-6/+25
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-134-8/+143
* 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
* AUTHORS: Add Remi Jouannet.Ilya Maximets2021-10-121-0/+1
* ovs-ctl: Add missing description for --ovs-vswitchd-options and --ovsdb-serve...Remi Jouannet2021-10-121-0/+2
* dpdk-stub: Change the ERR log to DBG.Kumar Amber2021-10-121-1/+1
* docs/userspace-tunneling: Fix IP addresses for host2.Cian Ferriter2021-10-121-2/+10
* acinclude: Use standardized DPDK component defines.Sunil Pai G2021-10-121-4/+4
* dpif-netlink: Fix feature negotiation for older kernels.Mark Gray2021-10-121-22/+50
* packets: Correct VXLAN_GPE_FLAGS_P macro name.lic1212021-10-122-1/+2
* dpif-netdev: Fix pmd thread comments to include SMC.Cian Ferriter2021-10-122-5/+6
* datapath: handle DNAT tuple collision.Dumitru Ceara2021-10-121-9/+13
* pmd.at: Add test-cases for DPCLS and DPIF commands.Kumar Amber2021-10-121-0/+92
* python: idl: Avoid sending transactions when the DB is not synced up.Terry Wilson2021-10-121-0/+5
* ipf: release unhandled packets from the batchAaron Conole2021-10-121-0/+2
* sflow functions: fix unused parameter warnings for sflow functionsSergey Madaminov2021-10-125-9/+15
* datapath-windows: Add file digest algorithm for signtoolAlin-Gabriel Serdean2021-10-112-1/+39
* MAINTAINERS: Transition myself to emeritus status.Ben Pfaff2021-10-051-2/+2
* datapath-windows:adjust Offset when processing packet in POP_VLAN actionwilsonpeng2021-09-301-3/+15
* fix typo in dpdk docushen2021-09-291-2/+2
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-2412-130/+179
* ovsdb-data: Add function to apply diff in-place.Ilya Maximets2021-09-245-6/+139
* ovsdb-data: Optimize subtraction of sets.Ilya Maximets2021-09-241-12/+41
* ovsdb-data: Optimize union of sets.Ilya Maximets2021-09-246-73/+111
* dpif-netdev: Remove OVS_UNUSED flag in functions for ct_zone limits.linhuang2021-09-231-3/+3
* ovsdb: transaction: Use diffs for strong reference counting.Ilya Maximets2021-09-233-7/+96
* 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
* bond: Check for NULL member in bond_member_set_enable().Yunjian Wang2021-09-161-1/+6
* 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
* netdev-dpdk: Fix RSS configuration for virtio.David Marchand2021-09-161-8/+5
* docs: Recommend the use of dpdkvhostuserclient ports.Cian Ferriter2021-09-163-17/+21
* docs: afxdp: Fix wrapping in QEMU CMDs.Cian Ferriter2021-09-161-8/+4
* Documentation: Cleanup PMD information.Kevin Traynor2021-09-161-50/+53
* AUTHORS: Add Sergey Madaminov.Ilya Maximets2021-09-161-0/+1
* include/windows/unistd.h: Fixed type cast warning on Windows.Sergey Madaminov2021-09-161-1/+1
* netdev-offload-dpdk: Don't ignore frags as they are handled.Eli Britstein2021-09-162-5/+2
* netdev-offload-dpdk: Support IPv6 fragmentation types.Eli Britstein2021-09-161-1/+82
* netdev-offload-dpdk: Support IPv4 fragmentation types.Eli Britstein2021-09-161-2/+48
* netdev-offload-dpdk: Add last attribute to patterns.Eli Britstein2021-09-161-70/+85
* conntrack: Remove the nat_action_info from the conn.wenxu2021-09-162-50/+53
* hash: Fix compilation error on Fedora 34 with GCC 11 and -O0.Guzowski Adrian2021-09-152-11/+11