core: update usbi_dbg to take the context as an argument
[platform/upstream/libusb.git] / libusb / os / linux_netlink.c
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-02-08 Chris Dickenslinux_netlink: Change order of header includes per...
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
2020-02-07 Alexander Steinlinux: provide an event thread name
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-24 Chris Dickenscore: Make style of debug messages with errno consisten...
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2017-02-20 Chris Dickenslinux_netlink: Retry poll() on EINTR
2016-02-24 Chris Dickenslinux_netlink: Add message authentication and clean...
2016-02-24 Chris Dickenslinux_netlink: Add useful debug messages and clean...
2016-02-24 Chris Dickenslinux_netlink: Remove unnecessary header includes and...
2016-01-06 Tobias KlauserMisc: Spelling fixes
2015-09-20 Tobias KlauserMiscellaneous fixes
2015-09-20 Chris Dickenslinux: Filter hotplug events by DEVTYPE of "usb_device"
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-04-08 Justin Bischoff Updated netlink code to parse events that do not conta...
2013-08-21 Chris Dickenslinux: Handle device disconnection early when possible
2013-08-14 Nathan Hjelmlinux/netlink: correct usage of fcntl
2013-08-08 Nathan Hjelmlinux: ensure the netlink socket is correctly opened...
2013-07-30 Hans de Goedelinux_netlink: Remove use of pthread_cancel
2013-07-30 Hans de Goedelinux_netlink: close netlink socket on init error
2013-07-30 hjelmnwork around Linux systems that don't provide SOCK_CLOEX...
2013-07-30 Nathan HjelmAdd checks for headers needed by linux/netlink.h
2013-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-30 Hans de Goedelinux: rework hotplug lock handling
2013-05-30 Hans de Goedelinux: Add a linux_netlink_read_message helper function
2013-05-15 Nathan HjelmAdd hotplug support to the Linux backend.