From: Rasesh Mody Date: Wed, 18 Dec 2013 01:07:34 +0000 (-0800) Subject: bna: RX Filter Enhancements X-Git-Tag: v3.14-rc1~94^2~466^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1624cfb1286a1dff072daca96678e1111068f4;p=pandora-kernel.git bna: RX Filter Enhancements Change Details: - Added bna_rx_ucast_listset() for synchronous ucast listadd operation. - Clear mac->handle before adding it to free_q. - bnad_set_rx_mode() rewritten. bnad_set_rx_mode() adds the MACs in uc_list to UCAM. If it exceeds the max supported, DEFAULT mode is turned on. If MCAM limit is exceeded, ALLMULTI mode is turned on. - Clear CF flags, check for the new mode and reprogram the Rx approach. - Added bnad_set_rx_ucast_fltr() and bnad_set_rx_mcast_fltr(). - Check for IFF_PROMISC to set the correct mode. Signed-off-by: Rasesh Mody Signed-off-by: David S. Miller --- Reading git-diff-tree failed