[PATCH] Add possibility to turn off promiscuous mode

2018-03-20 Thread Stephan Mondwurf
The driver is capable of switching on the promiscuous mode. This patch adds the possibility to turn it off again. Signed-off-by: Stephan Mondwurf <s.mondw...@astro-kom.de> --- drivers/net/ethernet/altera/altera_tse_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drive

[PATCH] Avoid interruption of multicast reception if mc list changes

2018-03-20 Thread Stephan Mondwurf
The Altera TSE driver clears the multicast hash table before reapplying the correct values. This results in an interruption of multicast reception on any change of the mc addr list. This patch recalculates the multicast hash table before applying it to the hardware. Signed-off-by: Stephan