summaryrefslogtreecommitdiff
path: root/netlink.h
AgeCommit message (Expand)Author
2023-10-04cppcheck: Make many pointers constDavid Gibson
2023-08-04netlink: Propagate errors for "dup" operationsDavid Gibson
2023-08-04netlink: Propagate errors for "dump" operationsDavid Gibson
2023-08-04netlink: Propagate errors for "set" operationsDavid Gibson
2023-08-04netlink: Explicitly pass netlink sockets to operationsDavid Gibson
2023-08-04netlink: Split nl_route() into separate operation functionsDavid Gibson
2023-08-04netlink: Split nl_addr() into separate operation functionsDavid Gibson
2023-08-04netlink: Split up functionality of nl_link()David Gibson
2023-05-23netlink: Add functionality to copy addresses from outer namespaceStefano Brivio
2023-05-23netlink: Add functionality to copy routes from outer namespaceStefano Brivio
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2022-10-15conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()Stefano Brivio
2022-07-30Separately locate external interfaces for IPv4 and IPv6David Gibson
2022-03-29treewide: Mark constant references as constStefano Brivio
2022-03-29treewide: Add include guardsStefano Brivio
2021-10-20LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio
2021-10-19netlink, conf: Actually get prefix/mask lengthStefano Brivio
2021-10-14netlink, pasta: Configure MTU of tap interface on --config-netStefano Brivio
2021-10-14conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio