graymon

Results 72 issues of graymon

Please ensure your pull request adheres to the following guidelines: - [ ] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [ ] All code is covered by...

dont-merge/needs-release-note-label

This PR fixes unencrypted traffic among nodes when IPsec is used with L7 egress proxy. Fixes: #31984 ```release-note Fixes unencrypted traffic among nodes when IPsec is used with L7 egress...

sig/datapath
area/proxy
release-note/bug
area/encryption
feature/ipsec

This PR fixes unencrypted traffic among nodes when IPsec is used with L7 egress proxy. This PR supersedes #31955 that didn't take https://github.com/cilium/proxy/pull/742 into consideration. (The last three patches are...

sig/datapath
area/proxy
release-note/bug
area/encryption
backport/author
needs-backport/1.13
needs-backport/1.14
feature/ipsec
needs-backport/1.15

Security advisory: https://github.com/cilium/cilium/security/advisories/GHSA-j89h-qrvr-xc36 Previous PRs (#29530, #29594, #30095) addressed the vulnerabilities for IPsec and L7 ingress proxy, this issue is opened for IPsec and L7 **egress** proxy. ## Initial Attempts...

kind/bug
sig/datapath
area/proxy
area/encryption
feature/ipsec

- [ ] #32450 @jschwinger233 Once this PR is merged, a GitHub action will update the labels of these PRs: ```upstream-prs 32450 ```

kind/backports
backport/1.14

- [ ] #32450 @jschwinger233 Once this PR is merged, a GitHub action will update the labels of these PRs: ```upstream-prs 32450 ```

kind/backports
backport/1.13

Please ensure your pull request adheres to the following guidelines: - [ ] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [ ] All code is covered by...

kind/backports
backport/1.15

Please ensure your pull request adheres to the following guidelines: - [ ] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [ ] All code is covered by...

dont-merge/needs-release-note-label

Fixes: https://github.com/cilium/cilium/issues/32899 Please ensure your pull request adheres to the following guidelines: - [ ] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [ ] All code is...

dont-merge/needs-release-note-label

When XDP is attached to a veth, skbs will be consumed and re-created on that veth. This is done in the function veth_convert_skb_to_xdp_buff(): ``` // drivers/net/veth.c static int veth_convert_skb_to_xdp_buff(struct veth_rq...