aboutgitcodebugslistschat
path: root/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: Ignore routes to link-local addresses for selecting interfaceDavid Gibson14 days1-1/+14
* util: Add helper to return name of address familyDavid Gibson14 days1-3/+3
* netlink: Adjust interface index inside copied nexthop objects tooStefano Brivio14 days1-4/+11
* netlink: Fix selection of template interfaceDavid Gibson2024-03-201-24/+38
* netlink: Fix handling of NLMSG_DONE in nl_route_dup()2024_03_19.d35bcbeDavid Gibson2024-03-191-9/+8
* conf, netlink: Don't require a default route to startStefano Brivio2024-03-181-3/+28
* netlink: Don't try to get further datagrams in nl_route_dup() on NLMSG_DONEStefano Brivio2024-03-181-1/+2
* netlink: Use const rtnh pointerDavid Gibson2024-02-141-1/+1
* netlink: Add support to fetch default gateway from multipath routesStefano Brivio2024-02-091-3/+48
* netlink: Fetch most specific (longest prefix) address in nl_addr_get()2023_12_30.f091893Stefano Brivio2023-12-301-5/+14
* treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio2023-12-021-1/+1
* netlink: Sequence numbers are actually 32 bits wideStefano Brivio2023-11-071-10/+10
* cppcheck: Make many pointers constDavid Gibson2023-10-041-3/+3
* pasta: Strip RTA_PREFSRC when copying routes to the namespace2023_08_23.a7e4bfbDavid Gibson2023-08-231-1/+14
* netlink: Set IFA_ADDRESS, not just IFA_LOCAL, while adding IPv4 addressesStefano Brivio2023-08-231-0/+1
* netlink: Don't propagate host address expiry to the containerDavid Gibson2023-08-161-1/+3
* netlink: Correctly calculate attribute length for address messagesDavid Gibson2023-08-161-2/+2
* netlink: Remove redundant check on nlmsg_typeDavid Gibson2023-08-161-3/+0
* netlink: Propagate errors for "dup" operationsDavid Gibson2023-08-041-12/+28
* netlink: Propagate errors for "dump" operationsDavid Gibson2023-08-041-4/+15
* netlink: Always process all responses to a netlink requestDavid Gibson2023-08-041-24/+22
* netlink: Propagate errors for "set" operationsDavid Gibson2023-08-041-9/+17
* netlink: Add nl_foreach_oftype to filter response message typesDavid Gibson2023-08-041-15/+14
* netlink: Split nl_req() to allow processing multiple response datagramsDavid Gibson2023-08-041-68/+113
* netlink: Clearer reasoning about the netlink response buffer sizeDavid Gibson2023-08-041-1/+8
* netlink: Add nl_do() helper for simple operations with error checkingDavid Gibson2023-08-041-12/+47
* netlink: Fill in netlink header fields from nl_req()David Gibson2023-08-041-84/+42
* netlink: Treat send() or recv() errors as fatalDavid Gibson2023-08-041-19/+17
* netlink: Start sequence number from 1 instead of 0David Gibson2023-08-041-1/+1
* netlink: Make nl_*_dup() use a separate datagram for each requestDavid Gibson2023-08-041-23/+27
* netlink: Explicitly pass netlink sockets to operationsDavid Gibson2023-08-041-39/+53
* netlink: Use struct in_addr for IPv4 addresses, not bare uint32_tDavid Gibson2023-08-041-6/+6
* netlink: Split nl_route() into separate operation functionsDavid Gibson2023-08-041-89/+148
* netlink: Split nl_addr() into separate operation functionsDavid Gibson2023-08-041-93/+139
* netlink: Split up functionality of nl_link()David Gibson2023-08-041-59/+82
* netlink: Use correct interface index in NL_SET mode2023_06_27.289301bDavid Gibson2023-06-271-2/+2
* netlink: Add functionality to copy addresses from outer namespaceStefano Brivio2023-05-231-15/+47
* netlink: Add functionality to copy routes from outer namespaceStefano Brivio2023-05-231-17/+54
* netlink: Fix comment about response buffer size for nl_req()Stefano Brivio2023-05-231-1/+1
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* Work around weird false positives with cppcheck-2.9.1David Gibson2023-03-211-1/+1
* treewide: Fix header includes to build with muslChris Kuhn2023-03-091-0/+1
* netlink: Use 8 KiB * netlink message header size as response bufferStefano Brivio2023-03-091-6/+9
* convert all remaining err() followed by exit() to die()Laine Stump2023-02-161-2/+1
* pasta: do not leak netlink sock into childPaul Holzinger2023-02-121-2/+2
* conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()Stefano Brivio2022-10-151-19/+21
* netlink: Disable duplicate address detection for configured IPv6 addressStefano Brivio2022-10-151-0/+3
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+1
* Avoid ugly 'end' members in netlink structuresDavid Gibson2022-09-291-9/+10
* cppcheck: Reduce scope of some variablesDavid Gibson2022-09-291-2/+1