Skip to content

Pull requests: cilium/cilium

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[v1.17] gh: conn-disrupt: fix XFRM error checks backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#42765 opened Nov 13, 2025 by julianwiedmann Draft
1 task
[v1.18] gh: conn-disrupt: fix XFRM error checks backport/1.18 This PR represents a backport for Cilium 1.18.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#42764 opened Nov 13, 2025 by julianwiedmann Draft
1 task
bpf/unused_maps.go: Fix unused map verification release-note/misc This PR makes changes that have no direct user impact.
#42763 opened Nov 13, 2025 by dylandreimerink Draft
hive: add metrics for hive oneshot jobs (total, errors, lastrun duration) area/metrics Impacts statistics / metrics gathering, eg via Prometheus. area/modularization Relates to code modularization and maintenance. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
#42762 opened Nov 13, 2025 by mhofstetter Draft
maps/lxcmap: use netip.Addr release-note/misc This PR makes changes that have no direct user impact.
#42761 opened Nov 13, 2025 by tklauser Loading…
k8s: remove permissions for endpoints dont-merge/wait-until-release Freeze window for current release is blocking non-bugfix PRs release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
#42760 opened Nov 13, 2025 by marseel Draft
Clean up leftovers after fromRequires/toRequires removal kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. sig/policy Impacts whether traffic is allowed or denied based on user-defined policies.
#42759 opened Nov 13, 2025 by tklauser Queued
vendor: Bump to StateDB v0.5.4 release-note/misc This PR makes changes that have no direct user impact.
#42758 opened Nov 13, 2025 by joamaki Draft
daemon: remove startDaemon area/agent Cilium agent related. area/modularization Relates to code modularization and maintenance. kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact.
#42754 opened Nov 13, 2025 by mhofstetter Loading…
feat():21542 - Update the documentation according to Kernel version 6.x and restrictions dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. kind/community-contribution This was a contribution made by a community member.
#42753 opened Nov 13, 2025 by prateekrai1 Draft
8 tasks
endpoint: cleanup: refactor endpoint params into structs. dont-merge/needs-release-note-label The author needs to describe the release impact of these changes.
#42752 opened Nov 12, 2025 by tommyp1ckles Draft
8 tasks
[v1.17] pkg/redirectpolicy: Fix missed updates for LRPs with skipRedirectFromBackend affects/v1.17 This issue affects v1.17 branch area/lrp Impacts Local Redirect Policy. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/bug This PR fixes an issue in a previous release of Cilium.
#42751 opened Nov 12, 2025 by aditighag Loading…
Support RTA_VIA in route reconciler release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
#42750 opened Nov 12, 2025 by YutaroHayakawa Loading…
v1.16 Backports 2025-11-12 backport/1.16 This PR represents a backport for Cilium 1.16.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#42746 opened Nov 12, 2025 by YutaroHayakawa Loading…
2 tasks
v1.18 Backports 2025-11-12 backport/1.18 This PR represents a backport for Cilium 1.18.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
#42745 opened Nov 12, 2025 by YutaroHayakawa Draft
3 tasks
v1.17 Backports 2025-11-12 backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
#42744 opened Nov 12, 2025 by YutaroHayakawa Loading…
2 tasks
redirectpolicy: Fix endless process LRP loop dont-merge/needs-release-note-label The author needs to describe the release impact of these changes.
#42742 opened Nov 12, 2025 by aditighag Draft
Namespaced sysctl reconciler dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. dont-merge/needs-sign-off The author needs to add signoff to their commits before merge.
#42741 opened Nov 12, 2025 by tommyp1ckles Draft
lrp: update lrp test frontend ip cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary release-note/misc This PR makes changes that have no direct user impact.
#42737 opened Nov 12, 2025 by liyihuang Loading…
Policy: properly reference-count L4Policies dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. sig/policy Impacts whether traffic is allowed or denied based on user-defined policies.
#42732 opened Nov 12, 2025 by squeed Draft
gh: bpftrace: bump version to v0.24.1 area/CI Continuous Integration testing issue or flake area/encryption Impacts encryption support such as IPSec, WireGuard, or kTLS. dependencies Pull requests that update a dependency file release-note/ci This PR makes changes to the CI.
#42731 opened Nov 12, 2025 by julianwiedmann Draft
datapath: Fix error handling in orchestrator reinitialize area/loader Impacts the loading of BPF programs into the kernel. kind/bug This is a bug in the Cilium logic. release-note/bug This PR fixes an issue in a previous release of Cilium.
#42727 opened Nov 12, 2025 by aanm Loading…
bgp: remove remaining version references from logs kind/community-contribution This was a contribution made by a community member. release-note/misc This PR makes changes that have no direct user impact.
#42723 opened Nov 12, 2025 by hargrovee Loading…
bpf: refactor classifiers and skip Overlay check for encrypted packets area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
#42720 opened Nov 11, 2025 by smagnani96 Draft
bpf: align WireGuard to IPSec do_decrypt in from-netdev area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. area/encryption Impacts encryption support such as IPSec, WireGuard, or kTLS. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
#42717 opened Nov 11, 2025 by smagnani96 Draft
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.