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.5 KB
Makefile -rw-r--r-- 486 bytes
acl.c -rw-r--r-- 3.1 KB
file.c -rw-r--r-- 3.7 KB
inode.c -rw-r--r-- 9.8 KB
ioctl.c -rw-r--r-- 3.8 KB
jfs_acl.h -rw-r--r-- 525 bytes
jfs_btree.h -rw-r--r-- 3.3 KB
jfs_debug.c -rw-r--r-- 1.9 KB
jfs_debug.h -rw-r--r-- 2.7 KB
jfs_dinode.h -rw-r--r-- 5.1 KB
jfs_discard.c -rw-r--r-- 2.4 KB
jfs_discard.h -rw-r--r-- 337 bytes
jfs_dmap.c -rw-r--r-- 110.9 KB
jfs_dmap.h -rw-r--r-- 10.5 KB
jfs_dtree.c -rw-r--r-- 99.8 KB
jfs_dtree.h -rw-r--r-- 5.9 KB
jfs_extent.c -rw-r--r-- 16.6 KB
jfs_extent.h -rw-r--r-- 626 bytes
jfs_filsys.h -rw-r--r-- 8.2 KB
jfs_imap.c -rw-r--r-- 83.2 KB
jfs_imap.h -rw-r--r-- 5.8 KB
jfs_incore.h -rw-r--r-- 6.8 KB
jfs_inode.c -rw-r--r-- 2.8 KB
jfs_inode.h -rw-r--r-- 1.8 KB
jfs_lock.h -rw-r--r-- 883 bytes
jfs_logmgr.c -rw-r--r-- 58.2 KB
jfs_logmgr.h -rw-r--r-- 14.0 KB
jfs_metapage.c -rw-r--r-- 18.5 KB
jfs_metapage.h -rw-r--r-- 3.5 KB
jfs_mount.c -rw-r--r-- 12.0 KB
jfs_superblock.h -rw-r--r-- 3.4 KB
jfs_txnmgr.c -rw-r--r-- 73.8 KB
jfs_txnmgr.h -rw-r--r-- 7.6 KB
jfs_types.h -rw-r--r-- 3.6 KB
jfs_umount.c -rw-r--r-- 3.3 KB
jfs_unicode.c -rw-r--r-- 2.6 KB
jfs_unicode.h -rw-r--r-- 3.1 KB
jfs_uniupr.c -rw-r--r-- 6.8 KB
jfs_xattr.h -rw-r--r-- 1.8 KB
jfs_xtree.c -rw-r--r-- 91.1 KB
jfs_xtree.h -rw-r--r-- 3.1 KB
namei.c -rw-r--r-- 36.5 KB
resize.c -rw-r--r-- 14.1 KB
super.c -rw-r--r-- 23.6 KB
symlink.c -rw-r--r-- 499 bytes
xattr.c -rw-r--r-- 25.1 KB

back to top