aboutsummaryrefslogtreecommitdiff
path: root/linux-user/fd-trans.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson1-0/+1
2020-11-17linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPENLaurent Vivier1-0/+11
2020-11-17linux-user,netlink: fix message translation with ip commandLaurent Vivier1-4/+3
2020-07-13linux-user: add netlink RTM_SETLINK commandLaurent Vivier1-0/+1
2020-07-13linux-user: add new netlink typesLaurent Vivier1-0/+4
2020-02-19linux-user: Use `qemu_log' for non-strace loggingJosh Kunz1-20/+35
2019-10-21Fix unsigned integer underflow in fd-trans.cShu-Chun Weng1-11/+40
2019-07-02linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good functionLaurent Vivier1-6/+6
2019-03-07linux-user: add new netlink typesLaurent Vivier1-0/+9
2019-02-07linux-user: add new netlink typesLaurent Vivier1-0/+8
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier1-0/+1409