summaryrefslogtreecommitdiff
path: root/lookup.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-16lookup: Return const char * from all lookup functionsTobias Klauser1-5/+5
2015-11-16lookup: Convert __do_lookup_inline to functionTobias Klauser1-13/+13
2015-11-16lookup: Use lookup module for OUI lookup as wellTobias Klauser1-0/+6
2015-11-15lookup: Keep track of lookup table initialization stateTobias Klauser1-8/+15
2015-11-15lookup: Make lookup type and function names more genericTobias Klauser1-23/+25
2015-11-06lookup: Adjust error message on failed openTobias Klauser1-1/+4
2015-11-06lookup: Do not panic if conf file does not existVadim Kochan1-2/+4
2014-06-13lookup: Move UDP/TCP port and Ethernet type lookup into own moduleTobias Klauser1-0/+138
olspan='2' class='oid'>a7297a6a3a3322b054592e8e988981d2f5f29cc4 (diff)
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A few fixes for the current series. This contains: - Two fixes for NVMe: One fixes a reset race that can be triggered by repeated insert/removal of the module. The other fixes an issue on some platforms, where we get probe timeouts since legacy interrupts isn't working. This used not to be a problem since we had the worker thread poll for completions, but since that was killed off, it means those poor souls can't successfully probe their NVMe device. Use a proper IRQ check and probe (msi-x -> msi ->legacy), like most other drivers to work around this. Both from Keith. - A loop corruption issue with offset in iters, from Ming Lei. - A fix for not having the partition stat per cpu ref count initialized before sending out the KOBJ_ADD, which could cause user space to access the counter prior to initialization. Also from Ming Lei. - A fix for using the wrong congestion state, from Kaixu Xia" * 'for-linus' of git://git.kernel.dk/linux-block: block: loop: fix filesystem corruption in case of aio/dio NVMe: Always use MSI/MSI-x interrupts NVMe: Fix reset/remove race writeback: fix the wrong congested state variable definition block: partition: initialize percpuref before sending out KOBJ_ADD
Diffstat (limited to 'Documentation')