aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean3-21/+36
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean2-4/+2
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean1-2/+2
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: mt7530: Use the DSA vlan_filtering helper functionVladimir Oltean2-12/+5
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean1-0/+10
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2-1/+9
2019-04-30net: dsa: mt7530: Let DSA handle the unsetting of vlan_filteringVladimir Oltean1-2/+2
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean1-0/+29
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean1-18/+7
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2-7/+50
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2-4/+9
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean1-1/+1
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller32-1594/+1249
2019-04-29net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart1-1/+14
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit1-1/+5
2019-04-28Merge branch 'dsa-tag-modules'David S. Miller16-220/+380
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn2-29/+73
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn12-77/+11
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn1-5/+34
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn4-0/+9
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn4-4/+5
2019-04-28dsa: Register the none tagger opsAndrew Lunn1-0/+7
2019-04-28dsa: Keep link list of tag driversAndrew Lunn1-0/+28
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn11-2/+118
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn11-0/+13
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn9-0/+9
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn10-13/+52
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn11-43/+14
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn8-52/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller84-361/+4168
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2-11/+33
2019-04-27net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn1-70/+1
2019-04-27Merge branch 'mv88e6060-cleanups'David S. Miller2-66/+67
2019-04-27net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn1-13/+7
2019-04-27net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn1-32/+41
2019-04-27net: dsa: mv88e6060: Replace ds with privAndrew Lunn2-21/+23
2019-04-27net: dsa: mv88e6060: Add SPDX headerAndrew Lunn1-5/+1
2019-04-27ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini2-4/+11
2019-04-27cpsw: Put back cpsw_ndo_poll_controller()David S. Miller1-0/+12
2019-04-27Merge branch 'net-ethernet-ti-clean-up-and-optimizations'David S. Miller25-1639/+1868
2019-04-27net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko4-725/+769
2019-04-27net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko4-42/+34
2019-04-27net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko2-0/+401
2019-04-27net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko4-102/+139
2019-04-27net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_hw_addrGrygorii Strashko1-2/+2
2019-04-27net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2-426/+438
2019-04-27net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko1-116/+97
2019-04-27net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko1-1/+1