Revision 259039fa30457986929a324d769f543c1509987f authored by David S. Miller on 07 February 2020, 10:36:22 UTC, committed by David S. Miller on 07 February 2020, 10:36:22 UTC
Ong Boon Leong says:

====================
net: stmmac: general fixes for Ethernet functionality

1/5: It ensures that the previous value of GMAC_VLAN_TAG register is
     read first before for updating the register.

2/5: Similar to 2/6 patch but it is a fix for XGMAC_VLAN_TAG register
     as requested by Jose Abreu.

3/5: It ensures the GMAC IP v4.xx and above behaves correctly to:-
       ip link set <devname> multicast off|on

4/5: Added similar IFF_MULTICAST flag for xgmac2, similar to 4/6.

5/5: It ensures PCI platform data is using plat->phy_interface.

Changes from v4:-
   patch 1/6 - this patch is dropped now and will take the input on
               handling return value from netif_set_real_num_rx|
               tx_queues() in future patch series.

v3:-
   patch 1/6 - add rtnl_lock() and rtnl_unlock() for stmmac_hw_setup()
               called inside stmmac_resume()
   patch 3/6 - Added new patch to fix XGMAC_VLAN_TAG register writting

v2:-
   patch 1/5 - added control for rtnl_lock() & rtnl_unlock() to ensure
               they are used forstmmac_resume()
   patch 4/5 - added IFF_MULTICAST flag check for xgmac to ensure
               multicast works correctly.

v1:-
 - Drop v1 patches (1/7, 3/7 & 4/7) that are not valid.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 184367d + 909c1dd
History
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 343 bytes
acl.c -rw-r--r-- 3.1 KB
acl.h -rw-r--r-- 591 bytes
aops.c -rw-r--r-- 21.7 KB
aops.h -rw-r--r-- 374 bytes
bmap.c -rw-r--r-- 65.0 KB
bmap.h -rw-r--r-- 2.1 KB
dentry.c -rw-r--r-- 2.3 KB
dir.c -rw-r--r-- 51.9 KB
dir.h -rw-r--r-- 2.5 KB
export.c -rw-r--r-- 4.6 KB
file.c -rw-r--r-- 34.3 KB
gfs2.h -rw-r--r-- 372 bytes
glock.c -rw-r--r-- 56.6 KB
glock.h -rw-r--r-- 9.0 KB
glops.c -rw-r--r-- 16.5 KB
glops.h -rw-r--r-- 1005 bytes
incore.h -rw-r--r-- 23.3 KB
inode.c -rw-r--r-- 49.3 KB
inode.h -rw-r--r-- 4.0 KB
lock_dlm.c -rw-r--r-- 39.1 KB
log.c -rw-r--r-- 28.4 KB
log.h -rw-r--r-- 2.3 KB
lops.c -rw-r--r-- 27.7 KB
lops.h -rw-r--r-- 2.8 KB
main.c -rw-r--r-- 5.9 KB
meta_io.c -rw-r--r-- 10.5 KB
meta_io.h -rw-r--r-- 2.4 KB
ops_fstype.c -rw-r--r-- 42.3 KB
quota.c -rw-r--r-- 42.3 KB
quota.h -rw-r--r-- 2.0 KB
recovery.c -rw-r--r-- 11.1 KB
recovery.h -rw-r--r-- 1.1 KB
rgrp.c -rw-r--r-- 71.1 KB
rgrp.h -rw-r--r-- 3.4 KB
super.c -rw-r--r-- 34.7 KB
super.h -rw-r--r-- 1.8 KB
sys.c -rw-r--r-- 17.5 KB
sys.h -rw-r--r-- 507 bytes
trace_gfs2.h -rw-r--r-- 17.5 KB
trans.c -rw-r--r-- 7.0 KB
trans.h -rw-r--r-- 1.4 KB
util.c -rw-r--r-- 7.4 KB
util.h -rw-r--r-- 5.2 KB
xattr.c -rw-r--r-- 31.8 KB
xattr.h -rw-r--r-- 1.9 KB

back to top