Commit Graph

  • 3712e47c05 build(deps): bump the golang group with 2 updates dependabot/go_modules/golang-b1fd1a5525 dependabot[bot] 2025-02-10 02:34:01 +00:00
  • 6e7fb60738 build(deps): bump golang.org/x/sys in the golang group main dependabot[bot] 2025-02-03 02:23:53 +00:00
  • 7c122fabb4 bridge: Add option to enable port isolation Or Mergi 2025-01-09 19:35:20 +02:00
  • e4ca66b414 build: split CI and go.mod version Casey Callendrello 2025-01-06 17:29:59 +01:00
  • abfac4a938 Remove scripts/release.sh because of no longer used (#1137) Tomofumi Hayashi 2025-01-15 09:51:48 +09:00
  • eded0afca8 build(deps): bump the golang group across 1 directory with 3 updates dependabot[bot] 2025-01-14 17:03:05 +00:00
  • 41d548592d build(deps): bump alpine in /.github/actions/retest-action dependabot[bot] 2024-12-09 02:26:00 +00:00
  • e8c7d9b930 test: enable unpriv user namespaces Casey Callendrello 2025-01-14 11:16:42 +01:00
  • be53ffee83 Remove scripts/release.sh because of no longer used remove-release-sh Tomofumi Hayashi 2025-01-07 01:40:39 +09:00
  • ba8bc7d0c7 Bump Go version to 1.23 in scripts/release.sh (#1123) jingyuanliang 2025-01-06 11:39:11 -05:00
  • 7f756b411e portmap: fix iptables conditions detection v1.6.2 v1.6.1 Etienne Champetier 2024-11-05 17:24:40 -05:00
  • 3ffc42cdfd build(deps): bump the golang group across 1 directory with 7 updates dependabot[bot] 2024-12-02 02:02:42 +00:00
  • 6de8a9853c ipmasq: fix nftables backend Etienne Champetier 2024-11-11 15:48:35 -05:00
  • 9296c5f80a portmap: fix nftables backend Etienne Champetier 2024-11-05 13:35:44 -05:00
  • fec2d62676 Pass status along ipam update v1.6.0 Lionel Jouin 2024-09-30 17:18:23 +02:00
  • a4fc6f93c7 feat(dhcp): Cancel backoff retry on stop Songmin Li 2024-09-20 08:26:02 +08:00
  • d61e7e5e1f fix(dhcp): can not renew an ip address Songmin Li 2024-09-14 22:00:20 +08:00
  • e4950728ce build(deps): bump golang.org/x/sys in the golang group dependabot[bot] 2024-10-14 02:40:18 +00:00
  • 93d197c455 VRF: Wait for the local/host routes to be added Lionel Jouin 2024-10-07 18:46:26 +02:00
  • c52e02bccf add problem hint h0nIg 2024-10-11 13:27:16 +02:00
  • 24b0bf96af make test working again h0nIg 2024-10-11 10:22:19 +00:00
  • d44bbf28af Revert "Merge pull request #921 from oOraph/dev/exclude_subnets_from_traffic_shapping2" h0nIg 2024-10-11 10:03:44 +00:00
  • 8ad0361964 resolve merge conflicts h0nIg 2024-10-11 10:03:42 +00:00
  • 8324a2e5a4 build(deps): bump the golang group across 1 directory with 2 updates dependabot[bot] 2024-10-07 02:47:27 +00:00
  • a4b80cc634 host-device: use temp network namespace for rename Etienne Champetier 2024-08-13 17:32:21 -04:00
  • 3a49cff1f6 Fix txqueuelen being accidentally set to zero Gudmundur Bjarni Olafsson 2024-09-23 13:04:24 +02:00
  • c11ed48733 Ignore link-local routes in SBR tests Lionel Jouin 2024-10-01 00:01:55 +02:00
  • fa737f82b2 build(deps): bump the golang group with 3 updates dependabot[bot] 2024-09-17 10:47:28 +00:00
  • e5df283ab3 ci, go.mod: bump to go 1.23 (#1094) Casey Callendrello 2024-09-17 12:28:55 +02:00
  • cc8b1bd80c dhcp: Add priority option to dhcp. Songmin Li 2024-09-14 18:21:24 +08:00
  • 03712a572b .github: add check to verify vendor directory Casey Callendrello 2024-09-16 21:26:44 +02:00
  • 01a94e17c7 Add nftables backend to portmap Dan Winship 2023-07-22 16:54:40 -04:00
  • 3d1968c152 Fix portmap unit tests Dan Winship 2024-09-03 08:22:16 -04:00
  • a3ccebc6ec Add a backend abstraction to the portmap plugin Dan Winship 2023-07-22 11:12:40 -04:00
  • 61d078645a Add nftables implementation of ipmasq Dan Winship 2023-04-04 08:49:14 -04:00
  • 729dd23c40 Vendor nftables library, add utils.SupportsIPTables and utils.SupportsNFTables Dan Winship 2023-07-31 09:37:51 -04:00
  • a6d6efa5ca Use of Scope for routes in IPAM Lionel Jouin 2024-08-30 15:51:32 +02:00
  • 01b3db8e01 SBR: option to pass the table id (#1088) Lionel Jouin 2024-09-09 17:07:23 +02:00
  • 20f31e5e88 Merge pull request #1083 from danwinship/update-deps Casey Callendrello 2024-08-29 12:28:03 +02:00
  • 06ba001d84 Update containernetworking/cni to v1.2.3 for GC Dan Winship 2024-08-28 10:09:18 -04:00
  • deb8ef63f4 Update go-iptables Dan Winship 2023-10-22 10:48:36 -04:00
  • 720b1e9811 Merge pull request #1074 from champtar/macvlan-bcqueuelen Casey Callendrello 2024-08-27 17:01:05 +02:00
  • bdb6814fe2 macvlan: add bcqueuelen setting Etienne Champetier 2024-08-16 09:09:34 -04:00
  • 3653221fad Merge pull request #1076 from lisongmin/main Casey Callendrello 2024-08-27 10:31:03 +02:00
  • 0d2780f0e7 Merge branch 'main' into main Casey Callendrello 2024-08-27 10:20:16 +02:00
  • 5def33291f Merge pull request #1081 from containernetworking/dependabot/go_modules/golang-9c8d4662b4 Casey Callendrello 2024-08-27 10:18:17 +02:00
  • 07bd325095 build(deps): bump the golang group across 1 directory with 4 updates dependabot[bot] 2024-08-27 07:43:01 +00:00
  • 7cff5db82a Merge pull request #1080 from champtar/update-netlink Casey Callendrello 2024-08-27 09:41:58 +02:00
  • d924f05e12 build: update github.com/vishvananda/netlink to 1.3.0 Etienne Champetier 2024-08-16 13:07:52 -04:00
  • 6269f399a5 Fix unnecessary retrying when the link is down in dhcp. Songmin Li 2024-08-21 22:06:32 +08:00
  • 5188dc8a19 Merge pull request #1065 from squeed/bump-go Mike Zappa 2024-08-22 16:11:01 -06:00
  • 675ca92261 test: bump go version Casey Callendrello 2024-07-15 16:58:48 +02:00
  • 30078e1cfd .github: fix double-triggering CI Casey Callendrello 2024-07-15 16:53:23 +02:00
  • acf8ddc8e1 Merge pull request #1058 from s1061123/fix/1053b Casey Callendrello 2024-06-24 17:20:49 +02:00
  • 352c8b7ab5 Change chown to change current dir as well Tomofumi Hayashi 2024-06-18 22:00:36 +09:00
  • 11ad58cf20 Merge pull request #1060 from containernetworking/dependabot/go_modules/golang-6263b2479d Casey Callendrello 2024-06-24 12:11:17 +02:00
  • d5f9ad99d7 build(deps): bump the golang group with 2 updates dependabot[bot] 2024-06-24 02:12:28 +00:00
  • c29dc79f96 Merge pull request #1056 from containernetworking/dependabot/go_modules/golang-82cdb19fbc v1.5.1 Casey Callendrello 2024-06-17 17:46:35 +02:00
  • 508c94caec build(deps): bump the golang group across 1 directory with 3 updates dependabot[bot] 2024-06-17 15:23:00 +00:00
  • b96f963c7a Merge pull request #1049 from containernetworking/dependabot/docker/dot-github/actions/retest-action/alpine-3.20 Casey Callendrello 2024-06-17 17:06:40 +02:00
  • 518bc80c56 Merge pull request #1054 from s1061123/fix/1053 Casey Callendrello 2024-06-17 17:04:40 +02:00
  • 434e9b9ef7 Fix release tar images' owner to root Tomofumi Hayashi 2024-06-17 11:02:48 +09:00
  • 0e87bccf19 build(deps): bump alpine in /.github/actions/retest-action dependabot[bot] 2024-05-27 02:43:07 +00:00
  • 0259301ae2 Merge pull request #1043 from containernetworking/dependabot/go_modules/golang-efff583b38 v1.5.0 Casey Callendrello 2024-05-20 09:14:04 +02:00
  • 14cad164ec build(deps): bump the golang group with 2 updates dependabot[bot] 2024-05-20 02:50:01 +00:00
  • 1868e4fe2d Merge pull request #1035 from containernetworking/dependabot/github_actions/golangci/golangci-lint-action-6 dependabot[bot] 2024-05-16 15:45:32 +00:00
  • 5c95925a71 build(deps): bump golangci/golangci-lint-action from 4 to 6 dependabot[bot] 2024-05-16 15:35:37 +00:00
  • 505f5a7def Merge pull request #1042 from containernetworking/dependabot/go_modules/golang-e5a06e9046 dependabot[bot] 2024-05-16 13:27:36 +00:00
  • dc8b8289fa build(deps): bump the golang group across 1 directory with 4 updates dependabot[bot] 2024-05-16 13:16:06 +00:00
  • 196ed2d00e Merge pull request #1040 from squeed/dependabot-dont-bump-cni Tomofumi Hayashi 2024-05-16 22:14:58 +09:00
  • 43139b3375 Merge branch 'main' into dependabot-dont-bump-cni Tomofumi Hayashi 2024-05-16 21:43:34 +09:00
  • 18d129f18b Merge pull request #1039 from squeed/bump-go-version Tomofumi Hayashi 2024-05-16 21:42:44 +09:00
  • 9397270f5e dependabot: don't automatically update cni packages Casey Callendrello 2024-05-16 11:25:50 +02:00
  • 3656c69d0f build: bump release go version Casey Callendrello 2024-05-16 11:22:33 +02:00
  • 3af6e6b61d Merge pull request #1037 from s1061123/fix-buildversion Casey Callendrello 2024-05-16 11:16:34 +02:00
  • 427af8636f Fix release script in github action Tomofumi Hayashi 2024-05-15 02:55:03 +09:00
  • dc704d19d6 Merge pull request #1034 from testwill/close_file Tomofumi Hayashi 2024-05-13 21:19:20 +09:00
  • 45a24d5d95 Merge branch 'main' into close_file Tomofumi Hayashi 2024-05-13 17:23:42 +09:00
  • c0533466c8 Merge pull request #1029 from samuelkarp/log-peer-veth-failure Tomofumi Hayashi 2024-05-13 17:23:30 +09:00
  • ada798a3f7 fix: close resolv.conf guangwu 2024-05-08 20:36:56 +08:00
  • eb49a034c4 ip: include peer name in error message Samuel Karp 2024-04-26 14:49:58 -07:00
  • 670139cffa Merge pull request #1027 from containernetworking/dependabot/go_modules/golang.org/x/net-0.23.0 Tomofumi Hayashi 2024-04-22 14:56:13 +09:00
  • 717b4337b5 build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 dependabot[bot] 2024-04-19 13:05:48 +00:00
  • ef076afac1 Merge pull request #921 from oOraph/dev/exclude_subnets_from_traffic_shapping2 Tomofumi Hayashi 2024-04-09 00:08:02 +09:00
  • ccc1cfaa58 Simplify unit test Tomofumi Hayashi 2024-04-08 15:41:40 +09:00
  • 78ebd8bfb9 minor case change Raphael 2023-10-17 16:05:20 +02:00
  • c666d1400d bandwidth plugin: split unit tests in several files Raphael 2023-08-09 16:20:49 +02:00
  • ab0b386b4e bandwidth: possibility to specify shaped subnets or to exclude some from shaping Raphael 2023-07-27 10:02:57 +02:00
  • 52da39d3aa bandwidth: possibility to exclude some subnets from traffic shaping Raphael 2023-06-28 19:07:23 +02:00
  • 597408952e Merge pull request #1023 from containernetworking/dependabot/go_modules/golang-09a819dc01 Tomofumi Hayashi 2024-04-03 20:45:59 +09:00
  • 6f05dc325a build(deps): bump the golang group with 1 update dependabot[bot] 2024-04-01 02:41:52 +00:00
  • 8ab3c63c2d Merge pull request #1022 from containernetworking/dependabot/go_modules/golang-e423e5d544 Casey Callendrello 2024-03-25 15:37:06 +01:00
  • c464674317 build(deps): bump the golang group with 4 updates dependabot[bot] 2024-03-25 02:15:46 +00:00
  • c860b78de4 Merge pull request #1003 from adrianchiris/support-sf Tomofumi Hayashi 2024-03-12 21:05:16 +09:00
  • 9f1bf2a848 Merge branch 'main' into support-sf Tomofumi Hayashi 2024-03-12 20:51:56 +09:00
  • 7567d28a73 Merge pull request #1002 from adrianchiris/use-temp-name Tomofumi Hayashi 2024-03-12 20:51:08 +09:00
  • ba5bdafe5d Use temporary name for netdevice when moving in/out of NS adrianc 2024-01-21 18:58:16 +02:00
  • d34720b531 Support DeviceID on Auxiliary Bus adrianc 2024-01-24 17:19:17 +02:00
  • 8fc26ce7a0 Merge pull request #991 from containernetworking/dependabot/docker/dot-github/actions/retest-action/alpine-3.19 v1.4.1 Tomofumi Hayashi 2024-03-12 02:54:07 +09:00
  • c8d165df6d Merge branch 'main' into dependabot/docker/dot-github/actions/retest-action/alpine-3.19 Tomofumi Hayashi 2024-03-12 02:27:00 +09:00