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
id'>58dd33af6093cd3a0fed59a12ed41d6c7d8083ba /lib/timerqueue.c parent87de5ac782761a3ebf806e434e8c9cc205a87274 (diff)
timers: Rename timerlist infrastructure to timerqueue
Thomas pointed out a namespace collision between the new timerlist infrastructure I introduced and the existing timer_list.c So to avoid confusion, I've renamed the timerlist infrastructure to timerqueue. Reported-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'lib/timerqueue.c')