~arif-ali/ubuntu/+source/openvswitch:noble-3.3.4
Last commit made on
2025-06-09
- Get this branch:
-
git clone
-b noble-3.3.4
https://git.launchpad.net/~arif-ali/ubuntu/+source/openvswitch
Branch merges
Propose for merging
- Heitor Alves de Siqueira (community): Approve
- git-ubuntu import: Pending requested
-
Diff: 1765710 lines (+5375/-603705)179 files modified.ci/dpdk-build.sh (+1/-1)
.ci/dpdk-prepare.sh (+1/-1)
.ci/linux-build.sh (+1/-1)
.ci/linux-prepare.sh (+1/-1)
.cirrus.yml (+3/-3)
.github/workflows/build-and-test.yml (+147/-25)
.gitignore (+81/-0)
AUTHORS.rst (+2/-0)
Documentation/conf.py (+8/-0)
Documentation/faq/releases.rst (+5/-5)
Documentation/intro/install/dpdk.rst (+4/-4)
Documentation/intro/install/general.rst (+1/-7)
Documentation/intro/install/rhel.rst (+2/-4)
Documentation/intro/install/windows.rst (+3/-3)
Documentation/ref/ovs-appctl.8.rst (+42/-41)
Documentation/topics/dpdk/vhost-user.rst (+2/-2)
Documentation/topics/userspace-tso.rst (+9/-8)
Makefile.am (+0/-6)
NEWS (+32/-0)
build-aux/.gitattributes (+1/-0)
build-aux/.gitignore (+7/-0)
configure.ac (+1/-1)
datapath-windows/.gitignore (+9/-0)
debian/automake.mk (+0/-2)
debian/changelog (+13/-0)
dev/null (+0/-602331)
include/.gitignore (+2/-0)
include/openflow/.gitignore (+1/-0)
include/openvswitch/.gitignore (+2/-0)
include/openvswitch/compiler.h (+11/-0)
include/openvswitch/meta-flow.h (+1/-0)
include/openvswitch/ofp-ct.h (+2/-0)
include/sparse/automake.mk (+1/-0)
include/sparse/immintrin.h (+34/-0)
ipsec/.gitignore (+1/-0)
ipsec/ovs-monitor-ipsec.in (+311/-217)
lib/.gitignore (+22/-0)
lib/bfd.c (+4/-3)
lib/classifier.h (+4/-5)
lib/conntrack.c (+30/-22)
lib/conntrack.h (+1/-1)
lib/db-ctl-base.c (+2/-6)
lib/dp-packet.c (+12/-0)
lib/dp-packet.h (+36/-40)
lib/dpctl.c (+6/-8)
lib/dpdk.c (+3/-2)
lib/dpif-netdev.c (+34/-3)
lib/dpif-netlink-rtnl.c (+1/-0)
lib/flow.c (+40/-6)
lib/hash.c (+4/-3)
lib/ipf.c (+34/-11)
lib/jhash.c (+5/-5)
lib/match.c (+1/-1)
lib/mcast-snooping.c (+3/-1)
lib/meta-flow.c (+111/-1)
lib/netdev-bsd.c (+7/-0)
lib/netdev-dpdk.c (+193/-75)
lib/netdev-dummy.c (+16/-1)
lib/netdev-linux.c (+28/-17)
lib/netdev-native-tnl.c (+45/-53)
lib/netdev-native-tnl.h (+1/-10)
lib/netdev-offload-tc.c (+44/-2)
lib/netdev-vport.c (+2/-1)
lib/netlink-notifier.c (+1/-1)
lib/netlink-protocol.h (+10/-0)
lib/netlink-socket.c (+9/-0)
lib/odp-execute-avx512.c (+14/-1)
lib/odp-util.c (+2/-2)
lib/ofp-actions.c (+7/-7)
lib/ofp-prop.c (+10/-7)
lib/ofpbuf.c (+2/-2)
lib/ovs-rcu.c (+1/-1)
lib/ovs-router.c (+14/-0)
lib/ovs-router.h (+5/-0)
lib/ovsdb-idl.c (+5/-1)
lib/ovsdb-types.c (+1/-0)
lib/packets.c (+1/-1)
lib/packets.h (+1/-0)
lib/route-table.c (+68/-20)
lib/socket-util.c (+9/-0)
lib/stream-replay.c (+3/-3)
lib/stream.c (+2/-2)
lib/table.c (+1/-1)
lib/tc.c (+15/-12)
lib/util.c (+2/-0)
lib/vconn.c (+5/-1)
lib/vlog.c (+9/-3)
m4/.gitignore (+5/-0)
m4/ax_check_openssl.m4 (+2/-1)
m4/openvswitch.m4 (+1/-1)
ofproto/.gitignore (+4/-0)
ofproto/bond.c (+22/-21)
ofproto/ofproto-dpif-mirror.c (+1/-1)
ofproto/ofproto-dpif-trace.c (+20/-1)
ofproto/ofproto-dpif-trace.h (+1/-1)
ofproto/ofproto-dpif-upcall.c (+24/-7)
ofproto/ofproto-dpif-xlate.c (+49/-38)
ofproto/ofproto-dpif.c (+26/-8)
ovsdb/.gitignore (+15/-0)
ovsdb/automake.mk (+2/-0)
ovsdb/dot2pic (+3/-3)
ovsdb/ovsdb-client.c (+4/-3)
ovsdb/ovsdb-doc (+25/-25)
ovsdb/ovsdb-dot.in (+22/-19)
ovsdb/ovsdb-server.c (+1/-1)
ovsdb/ovsdb-tool.c (+1/-1)
ovsdb/raft.c (+126/-14)
ovsdb/transaction.c (+0/-1)
python/.gitignore (+2/-0)
python/ovs/.gitignore (+3/-0)
python/ovs/db/custom_index.py (+10/-3)
python/ovs/db/idl.py (+24/-19)
python/ovs/fatal_signal.py (+13/-11)
python/ovs/flow/odp.py (+22/-21)
python/ovs/tests/test_odp.py (+29/-0)
python/test_requirements.txt (+1/-0)
rhel/.gitignore (+3/-0)
rhel/openvswitch-fedora.spec.in (+3/-3)
rhel/usr_lib_systemd_system_openvswitch-ipsec.service (+2/-1)
rhel/usr_lib_systemd_system_ovsdb-server.service (+1/-0)
selinux/.gitignore (+5/-0)
selinux/openvswitch-custom.te.in (+4/-4)
tests/.gitignore (+79/-0)
tests/atlocal.in (+30/-7)
tests/classifier.at (+2/-2)
tests/dpif-netdev.at (+98/-0)
tests/library.at (+3/-1)
tests/nsh.at (+4/-10)
tests/ofproto-dpif.at (+336/-5)
tests/ofproto-macros.at (+8/-3)
tests/ovs-macros.at (+43/-3)
tests/ovs-ofctl.at (+45/-0)
tests/ovsdb-cluster.at (+106/-0)
tests/ovsdb-idl.at (+115/-5)
tests/ovsdb-server.at (+3/-1)
tests/packet-type-aware.at (+8/-13)
tests/sendpkt.py (+4/-22)
tests/system-common-macros.at (+32/-5)
tests/system-dpdk-macros.at (+1/-1)
tests/system-dpdk.at (+6/-0)
tests/system-ipsec.at (+194/-14)
tests/system-kmod-macros.at (+99/-0)
tests/system-layer3-tunnels.at (+0/-55)
tests/system-offloads-traffic.at (+57/-2)
tests/system-route.at (+64/-0)
tests/system-tap.at (+1/-1)
tests/system-traffic.at (+712/-246)
tests/system-userspace-macros.at (+24/-0)
tests/test-multipath.c (+1/-0)
tests/test-ovsdb.c (+81/-0)
tests/test-ovsdb.py (+16/-1)
tests/test-util.c (+10/-3)
tests/tunnel-push-pop-ipv6.at (+276/-13)
tests/tunnel-push-pop.at (+376/-28)
tests/tunnel.at (+20/-10)
tests/vlog.at (+1/-0)
third-party/.gitignore (+2/-0)
tutorial/.gitignore (+1/-0)
utilities/.gitignore (+38/-0)
utilities/bugtool/.gitignore (+2/-0)
utilities/ovs-ctl.in (+5/-2)
utilities/ovs-pki.in (+84/-3)
utilities/ovs-tcpdump.in (+11/-21)
utilities/ovs-vsctl.c (+1/-1)
vswitchd/.gitignore (+8/-0)
vswitchd/bridge.c (+29/-9)
vswitchd/vswitch.ovsschema (+3/-3)
vswitchd/vswitch.xml (+1/-1)
vtep/.gitignore (+12/-0)
vtep/vtep-ctl.c (+1/-1)
windows/.gitignore (+191/-0)
windows/ovs-windows-installer/Binaries/.gitignore (+3/-0)
windows/ovs-windows-installer/Driver/.gitignore (+6/-0)
windows/ovs-windows-installer/Driver/Win10/.gitignore (+3/-0)
windows/ovs-windows-installer/Driver/Win8.1/.gitignore (+3/-0)
windows/ovs-windows-installer/Driver/Win8/.gitignore (+3/-0)
windows/ovs-windows-installer/Redist/.gitignore (+3/-0)
windows/ovs-windows-installer/Services/.gitignore (+3/-0)
windows/ovs-windows-installer/Symbols/.gitignore (+3/-0)
Branch information
- Name:
- noble-3.3.4
- Repository:
- lp:~arif-ali/ubuntu/+source/openvswitch
Recent commits
- 5c64c8b... by Arif Ali
- dab5d6d... by Arif Ali
- 12af176... by Arif Ali
- 4520dad... by Marc Deslauriers
- f0e1f77... by Matthias Klose
- fbd14fa... by Frode Nordahl <email address hidden>
- 0c0464f... by Frode Nordahl <email address hidden>
- e4d09e9... by Frode Nordahl <email address hidden>
- 727e607... by William Grant
- 4053492... by Steve Langasek