Programmable Socket Lookup with BPF
Offered By: Linux Plumbers Conference via YouTube
Course Description
Overview
Explore a conference talk from the Linux Plumbers Conference that delves into programmable socket lookup using BPF (Berkeley Packet Filter). Learn about an alternative to steering packets into sockets with iptables and TPROXY extension, allowing services to share port numbers and reverse proxies to listen on all available ports. Discover the new BPF program type BPF_INET_LOOKUP and its role in socket lookup. Compare BPF-driven socket lookup to classic bind()-based dispatch, TPROXY packet steering, and socket dispatch on TC ingress. Examine implementation challenges, performance aspects, and usability of user-space API. Gain insights into the steps needed to advance this technology from an RFC series to a ready-for-review submission.
Syllabus
LPC2019 - Programmable socket lookup with BPF
Taught by
Linux Plumbers Conference
Related Courses
Linux Foundation Cert Prep: Network Security (Ubuntu)LinkedIn Learning Applied Linux Command Line and Shell Scripting Zero to Elite
Udemy Seguridad en Linux: Introducción al firewall iptables
Udemy Protecting Your Network with Open Source Software
LinkedIn Learning Iptables Complete Guide - HackerSploit Linux Security
Linode via YouTube