summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-09-22 07:40:07 +0200
committerDavid S. Miller <davem@davemloft.net>2016-09-22 07:40:07 +0200
commitf9d1846f137a26d38c058c497b70babc606839be (patch)
tree130ce15004d896b5b146ecbdcc5b52a072d713f0 /drivers/net/ethernet/mediatek
parentnet: skbuff: Coding: Use eth_type_vlan() instead of open coding it (diff)
parentcxgb4: add support for drop and redirect actions (diff)
downloadlinux-f9d1846f137a26d38c058c497b70babc606839be.tar.xz
linux-f9d1846f137a26d38c058c497b70babc606839be.zip
Merge branch 'cxgb4-tc-offload'
Rahul Lakkireddy says: ==================== cxgb4: add support for offloading TC u32 filters This series of patches add support to offload TC u32 filters onto Chelsio NICs. Patch 1 moves current common filter code to separate files in order to provide a common api for performing packet classification and filtering in Chelsio NICs. Patch 2 enables filters for normal NIC configuration and implements common api for setting and deleting filters. Patches 3-5 add support for TC u32 offload via ndo_setup_tc. --- v3: Based on review and suggestion from David Miller <davem@davemloft.net> - Fixed all local variable declarations by placing them in longest line first and shortest line last order. v2: Based on review and suggestions from Jiri Pirko <jiri@resnulli.us>: - Replaced macros S and U with appropriate static helper functions. - Moved completion code for set and delete filters to respective functions cxgb4_set_filter() and cxgb4_del_filter(). Renamed the original functions to __cxgb4_set_filter() and __cxgb4_del_filter() in case synchronization is not required. - Dropped debugfs patch. - Merged code for inserting and deleting u32 filters into a single patch. - Reworked and fixed bugs with traversing the actions list. - Removed all unnecessary extra (). ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mediatek')
0 files changed, 0 insertions, 0 deletions