summaryrefslogtreecommitdiff
path: root/libusb/os/linux_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Mark internal file descriptors as CLOEXECChris Dickens2017-02-281-23/+27
* linux_netlink: Retry poll() on EINTRChris Dickens2017-02-201-5/+10
* linux_netlink: Add message authentication and clean up parsingChris Dickens2016-02-231-52/+76
* linux_netlink: Add useful debug messages and clean up error handlingChris Dickens2016-02-231-78/+90
* linux_netlink: Remove unnecessary header includes and conditionalsChris Dickens2016-02-231-11/+0
* Misc: Spelling fixesTobias Klauser2016-01-051-1/+1
* Miscellaneous fixesTobias Klauser2015-09-201-9/+8
* linux: Filter hotplug events by DEVTYPE of "usb_device"Chris Dickens2015-09-201-0/+7
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-4/+4
* Updated netlink code to parse events that do not contain BUSNUM andJustin Bischoff2014-04-071-2/+26
* linux: Handle device disconnection early when possibleChris Dickens2013-08-211-1/+1
* linux/netlink: correct usage of fcntlNathan Hjelm2013-08-141-2/+9
* linux: ensure the netlink socket is correctly opened with older Linux kernelsNathan Hjelm2013-08-071-6/+30
* linux_netlink: Remove use of pthread_cancelHans de Goede2013-07-301-14/+44
* linux_netlink: close netlink socket on init errorHans de Goede2013-07-301-0/+2
* work around Linux systems that don't provide SOCK_CLOEXEC or SOCK_NONBLOCKhjelmn2013-07-301-1/+16
* Add checks for headers needed by linux/netlink.hNathan Hjelm2013-07-301-4/+17
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-0/+11
* linux: rework hotplug lock handlingHans de Goede2013-05-301-0/+2
* linux: Add a linux_netlink_read_message helper functionHans de Goede2013-05-301-29/+39
* Add hotplug support to the Linux backend.Nathan Hjelm2013-05-151-0/+231