1. 03 Feb, 2022 16 commits
  2. 02 Feb, 2022 6 commits
  3. 01 Feb, 2022 13 commits
  4. 31 Jan, 2022 4 commits
  5. 28 Jan, 2022 1 commit
    • Alexei Starovoitov's avatar
      Merge branch 'selftests/bpf: use temp netns for testing' · b3dddab2
      Alexei Starovoitov authored
      Hangbin Liu says:
      
      ====================
      
      There are some bpf tests using hard code netns name like ns0, ns1, etc.
      This kind of ns name is easily used by other tests or system. If there
      is already a such netns, all the related tests will failed. So let's
      use temp netns name for testing.
      
      The first patch not only change to temp netns. But also fixed an interface
      index issue. So I add fixes tag. For the later patches, I think that
      should be an update instead of fixes, so the fixes tag is not added.
      ====================
      Acked-by: default avatarJohn Fastabend <john.fastabend@gmail.com>
      Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
      b3dddab2