blob: 8e70e5b1a9c50216e56500c775537b48f323498b [file] [log] [blame]
671889e6740a ("i40e: avoid race condition when sending filters to firmware for addition")
d88d40b01c5c ("i40e: allow i40e_update_filter_state to skip broadcast filters")
489a32650721 ("i40e: move all updates for VLAN mode into i40e_sync_vsi_filters")
490a4ad3a7c5 ("i40e: factor out addition/deletion of VLAN per each MAC address")
756970255a58 ("i40e: delete filter after adding its replacement when converting")
ac9e23901441 ("i40e: refactor i40e_update_filter_state to avoid passing aq_err")
38326218acce ("i40e: recalculate vsi->active_filters from hash contents")
3c7cbd45bca8 ("i40e: remove code to handle dev_addr specially")
1596b5ddbf25 ("i40e: restore workaround for removing default MAC filter")
435c084aad96 ("i40e: set broadcast promiscuous mode for each active VLAN")
3aa7b74dbeed ("i40e: removed unreachable code")
0093631966aa ("i40e: remove duplicate add/delete adminq command code for filters")
84f5ca6cf4ea ("i40e: fix MAC filters when removing VLANs")
4a2ce27bb5f2 ("i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters")
278e7d0b9d68 ("i40e: store MAC/VLAN filters in a hash with the MAC Address as key")
290d255719af ("i40e: implement __i40e_del_filter and use where applicable")
57b341d66684 ("i40e: When searching all MAC/VLAN filters, ignore removed filters")
5feb3d7b0c0a ("i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan")
35ec2ff37c5a ("i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan")
6622f5cdbaf3 ("i40e: make use of __dev_uc_sync and __dev_mc_sync")
1bc87e807a65 ("i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter")
53cb6e9e8949 ("i40e: Removal of workaround for simple MAC address filter deletion")