v1.6.5

safing/portmasterv1.6.5Jan 11, 2024by dhaavi

AI Summary

Linux kernel networking improvements focused on UDPLite protocol detection and proper handling in eBPF filters.

Key Highlights

  • Added UDPLite check to ip4_datagram_connect hook
  • Improved UDPLite protocol detection using sk->sk_protocol in eBPF

New Features

  • UDPLite protocol support

Full Release Notes

Changelog:

8312c7c6b51bce0e05b62c7b36e11d95db833106 Add UDPLite check to ip4_datagram_connect hook
67e2dba0d5094c0601bc61b6a0ee3060fd9a43e7 Use sk->sk_protocol instead of udp.pcflag to detect UDPLite protocol in eBPF