summaryrefslogtreecommitdiff
path: root/rxclass.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-22rxclass: Show full 64 bits of user-data in rxclass_print_nfc_spec_ext()Ben Hutchings1-1/+1
2013-01-22Added dst-mac parameter for L3/L4 flow spec rules. This is usefull in vSwitch...Yan Burman1-19/+43
2012-07-16ethtool: Resolve use of uninitialized memory in rxclass_get_dev_infoAlexander Duyck1-0/+1
2012-01-12rxclass: Allow driver to select RX NFC rule locationBen Hutchings1-9/+20
2012-01-12rxclass: Use RX_CLS_LOC_{ANY,SPECIAL} in place of RX_CLS_LOC_UNSPECBen Hutchings1-7/+4
2011-11-03Declare static variables const as appropriateBen Hutchings1-4/+4
2011-11-03rxclass: Replace global rmgr with automatic variable/parameterBen Hutchings1-44/+34
2011-11-03Move argument parsing to sub-command functionsBen Hutchings1-1/+3
2011-11-01Encapsulate command context in a structureBen Hutchings1-24/+18
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-2/+1
2011-07-14ethtool: RX NFC correctionsSebastian Pöhn1-3/+8
2011-05-13Add RX packet classification interfaceAlexander Duyck1-0/+1073