summaryrefslogtreecommitdiff
path: root/dissector_sll.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21netsniff-ng: dissector_sll: Remove NULL check alltogetherTobias Klauser1-10/+2
2015-07-21netsniff-ng: dissector_sll: Fix indentation and typoTobias Klauser1-7/+7
2015-07-21netsniff-ng: dissector_sll: Fix potential NULL dereferenceTobias Klauser1-4/+6
2015-06-20netsniff-ng: Add dissector for Linux "cooked" packetsVadim Kochan1-0/+113
86b58d4341dc240846155badf1a7 parentd2b34ee62b409a03c6fe43c07b779983be51d017 (diff)
drm: Mark authmagic ioctls as unlocked
All protected by dev->master_mutex. And there's no driver callbacks, which means no need to sync with old dri1 horror show drivers at all. Hence safe to drop the drm legacy BKL from these paths. Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1466148814-8194-5-git-send-email-daniel.vetter@ffwll.ch
Diffstat