github.com/dylandreimerink/gobpfld@v0.6.1-0.20220205171531-e79c330ad608/kernel-changes.md (about)

     1  # A list of kernel change regarding BPF
     2  
     3  This library should stay up-to-date with the latest kernel changes, so this is a place to track recent changes that came to my attention.
     4  
     5  - Add lookup_and_delete_elem support to BPF hash map types https://lwn.net/Articles/856017/
     6  - bpf: syscall program, FD array, loader program, light skeleton. https://lwn.net/Articles/856191/
     7  - eBPF seccomp filters https://lwn.net/Articles/855970/
     8  - Add TC-BPF API https://lwn.net/Articles/856041/
     9  - sockmap: add sockmap support to Unix datagram socket https://lwn.net/Articles/853466/
    10  - Making eBPF work on Windows https://cloudblogs.microsoft.com/opensource/2021/05/10/making-ebpf-work-on-windows/
    11  
    12  ## Links to keep an eye on
    13  
    14  - https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/log/
    15  - https://lwn.net/Kernel/Patches and https://lwn.net/
    16  - https://lwn.net/Articles/