| Commit message (Expand) | Author | Age | Files | Lines |
* | netlink, pasta: Fetch link-local address from namespace interface once it's up | Stefano Brivio | 2024-08-18 | 1 | -0/+1 |
* | netlink, pasta: Disable DAD for link-local addresses on namespace interface | Stefano Brivio | 2024-08-18 | 1 | -0/+1 |
* | netlink, pasta: Turn nl_link_up() into a generic function to set link flags | Stefano Brivio | 2024-08-15 | 1 | -1/+2 |
* | netlink, pasta: Split MTU setting functionality out of nl_link_up() | Stefano Brivio | 2024-08-15 | 1 | -1/+2 |
* | cppcheck: Make many pointers const | David Gibson | 2023-10-04 | 1 | -3/+3 |
* | netlink: Propagate errors for "dup" operations | David Gibson | 2023-08-04 | 1 | -4/+4 |
* | netlink: Propagate errors for "dump" operations | David Gibson | 2023-08-04 | 1 | -4/+4 |
* | netlink: Propagate errors for "set" operations | David Gibson | 2023-08-04 | 1 | -5/+5 |
* | netlink: Explicitly pass netlink sockets to operations | David Gibson | 2023-08-04 | 1 | -11/+17 |
* | netlink: Split nl_route() into separate operation functions | David Gibson | 2023-08-04 | 1 | -8/+3 |
* | netlink: Split nl_addr() into separate operation functions | David Gibson | 2023-08-04 | 1 | -2/+4 |
* | netlink: Split up functionality of nl_link() | David Gibson | 2023-08-04 | 1 | -1/+3 |
* | netlink: Add functionality to copy addresses from outer namespace | Stefano Brivio | 2023-05-23 | 1 | -2/+2 |
* | netlink: Add functionality to copy routes from outer namespace | Stefano Brivio | 2023-05-23 | 1 | -1/+8 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user() | Stefano Brivio | 2022-10-15 | 1 | -1/+1 |
* | Separately locate external interfaces for IPv4 and IPv6 | David Gibson | 2022-07-30 | 1 | -1/+1 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -1/+1 |
* | treewide: Add include guards | Stefano Brivio | 2022-03-29 | 1 | -0/+5 |
* | LICENSES: Add license text files, add missing notices, fix SPDX tags | Stefano Brivio | 2021-10-20 | 1 | -0/+5 |
* | netlink, conf: Actually get prefix/mask length | Stefano Brivio | 2021-10-19 | 1 | -1/+1 |
* | netlink, pasta: Configure MTU of tap interface on --config-net | Stefano Brivio | 2021-10-14 | 1 | -1/+1 |
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 1 | -0/+6 |