aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-08-02net: dsa: Add support for 64-bit statisticsFlorian Fainelli3-9/+39
2017-08-01net: dsa: rename switch EEE opsVivien Didelot1-4/+4
2017-08-01net: dsa: remove PHY device argument from .set_eeeVivien Didelot1-1/+1
2017-08-01net: dsa: call phy_init_eee in DSA layerVivien Didelot1-0/+6
2017-08-01net: dsa: PHY device is mandatory for EEEVivien Didelot1-8/+10
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2017-07-24net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli1-6/+7
2017-07-19net: dsa: unexport dsa_is_port_initializedVivien Didelot1-0/+5
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-17net: dsa: Fix legacy probingFlorian Fainelli1-11/+8
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot1-10/+20
2017-06-15net: dsa: assign default CPU port to all portsVivien Didelot1-11/+19
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli6-25/+29
2017-06-13net: dsa: Associate slave network device with CPU portFlorian Fainelli4-2/+16
2017-06-13net: dsa: Relocate master ethtool operationsFlorian Fainelli2-18/+14
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli5-39/+36
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-4/+5
2017-06-08net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot1-0/+3
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot1-10/+17
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-5/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-48/+50
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli1-1/+3
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli1-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli1-49/+41
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli4-8/+10
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli2-47/+47
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot9-39/+16
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot6-42/+24
2017-06-01net: dsa: do not cast dstVivien Didelot2-2/+2
2017-06-01net: dsa: comment hot path requirementsVivien Didelot1-0/+1
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King1-2/+3
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh5-0/+111
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot1-5/+5
2017-05-30net: dsa: remove dsa_port_is_bridgedVivien Didelot1-9/+4
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot3-6/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add MDB notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add FDB notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot3-29/+62
2017-05-22net: dsa: move notifier info to private headerVivien Didelot1-0/+12
2017-05-22net: dsa: move VLAN handlersVivien Didelot3-41/+49
2017-05-22net: dsa: move MDB handlersVivien Didelot3-41/+47
2017-05-22net: dsa: move FDB handlersVivien Didelot3-42/+47
2017-05-22net: dsa: move ageing time setterVivien Didelot3-40/+42
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot3-16/+18
2017-05-22net: dsa: move bridging routinesVivien Didelot3-57/+60
2017-05-22net: dsa: move port state settersVivien Didelot4-41/+61
2017-05-22net: dsa: change scope of ageing time setterVivien Didelot1-9/+7
2017-05-22net: dsa: change scope of VLAN filtering setterVivien Didelot1-8/+7