1. 22 Jan, 2018 2 commits
  2. 21 Jan, 2018 25 commits
  3. 20 Jan, 2018 12 commits
  4. 19 Jan, 2018 1 commit
    • Daniel Borkmann's avatar
      Merge branch 'bpf-lpm-get-next-key' · 05526361
      Daniel Borkmann authored
      Yonghong Song says:
      
      ====================
      This patch set implements MAP_GET_NEXT_KEY command for LPM_TRIE map.
      This command is really useful for key enumeration, and for key deletion
      if what keys in the trie are unknown.
      
      Patch #1 implements the functionality in the kernel and patch #2
      adds a test case in tools/testing/selftests/bpf.
      ====================
      Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
      05526361