Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-06 | Meta: Add missing copyright headers | Andreas Kling | |
2020-04-05 | Kernel: Add the SO_BINDTODEVICE socket option | AnotherTest | |
This patch adds a way for a socket to ask to be routed through a specific interface. Currently, this option only applies to sending, however, it should also apply to receiving...somehow :^) |