summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-30Merge branch 'dsa-core-vlan'David S. Miller
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean
2019-04-30net: dsa: mt7530: Use the DSA vlan_filtering helper functionVladimir Oltean
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean
2019-04-30net: dsa: mt7530: Let DSA handle the unsetting of vlan_filteringVladimir Oltean
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-29net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit
2019-04-28Merge branch 'dsa-tag-modules'David S. Miller
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn
2019-04-28dsa: Register the none tagger opsAndrew Lunn
2019-04-28dsa: Keep link list of tag driversAndrew Lunn
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni
2019-04-27net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn
2019-04-27Merge branch 'mv88e6060-cleanups'David S. Miller
2019-04-27net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace ds with privAndrew Lunn
2019-04-27net: dsa: mv88e6060: Add SPDX headerAndrew Lunn
2019-04-27ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini
2019-04-27cpsw: Put back cpsw_ndo_poll_controller()David S. Miller
2019-04-27Merge branch 'net-ethernet-ti-clean-up-and-optimizations'David S. Miller
2019-04-27net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko
2019-04-27net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko