summaryrefslogtreecommitdiff
path: root/llmnr.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-28llmnrd: Poll hostnameTobias Klauser1-0/+1
2017-01-10llmnrd: merge rtnl interface event loop into main select() loopsTobias Klauser1-5/+3
2016-08-17llmnrd: Allow to bind to a specific network interfaceTobias Klauser1-2/+2
2015-02-18llmnrd: Add IPv6 supportTobias Klauser1-1/+2
2015-02-18llmnrd: Join IP multicast group on each new interfaceTobias Klauser1-1/+2
2015-02-06Initial import, still work in progressTobias Klauser1-0/+27
b9735b4d1924d7484e497c930ea013a29ac1'>patch) treebb8f3396fb6926735834eb989b68491f7ef55207 /Documentation parentda2f6aba4a21f8da3331e5251a117c52764da579 (diff)parent951d77fd5a541d68eeb7372e72cd4757e3058517 (diff)
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "Two straightforward fixes. One is a concurrency issue only affecting SAS connected SATA drives, but which could hang the storage subsystem if it triggers (because the outstanding command count on error never goes back to zero) and the other is a NO_TAG fallout from the switch to hostwide tags which causes the system to crash on module insertion (we've checked carefully and only the 53c700 family of drivers is vulnerable to this issue)" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: 53c700: fix BUG on untagged commands scsi: fix race between simultaneous decrements of ->host_failed
Diffstat (limited to 'Documentation')