aboutsummaryrefslogtreecommitdiffstats
path: root/rxclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11rxclass: fix a bug in rmgr when searching for empty slotYinjun Zhang1-1/+1
2023-05-08rxclass: Fix return code in rxclass_rule_insDavid Ahern1-1/+1
2020-08-27get rid of signed/unsigned comparison warnings in register dump parsersMichal Kubecek1-3/+5
2018-08-16ethtool: Add support for action value -2 (wake-up filter)Florian Fainelli1-3/+5
2018-06-13ethtool: fix RING_VF assignmentIvan Vecera1-1/+1
2018-03-12ethtool: add support for extra RSS contexts and RSS steering filtersEdward Cree1-9/+49
2018-02-27ethtool: correct VF index values for the ring_cookie parameterJacob Keller1-1/+13
2018-02-27ethtool: correct display of VF when showing vf/queue filtersJacob Keller1-3/+3
2017-03-24ethtool: support queue and VF fields for rxclass filtersJacob Keller1-17/+85
2016-06-26Add IPv6 support to NFCEdward Cree1-14/+253
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