summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-2/+1
2017-06-17net: dsa: Fix legacy probingFlorian Fainelli-11/+8
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot-10/+20
2017-06-15net: dsa: assign default CPU port to all portsVivien Didelot-11/+19
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli-25/+29
2017-06-13net: dsa: Associate slave network device with CPU portFlorian Fainelli-2/+16
2017-06-13net: dsa: Relocate master ethtool operationsFlorian Fainelli-18/+14
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli-39/+36
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com-4/+5
2017-06-08net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot-0/+3
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot-10/+17
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko-5/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-48/+50
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli-1/+3
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli-49/+41
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli-8/+10
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli-47/+47
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot-39/+16
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot-42/+24
2017-06-01net: dsa: do not cast dstVivien Didelot-2/+2
2017-06-01net: dsa: comment hot path requirementsVivien Didelot-0/+1
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King-2/+3
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh-0/+111
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot-5/+5
2017-05-30net: dsa: remove dsa_port_is_bridgedVivien Didelot-9/+4
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot-6/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot-16/+66
2017-05-22net: dsa: add MDB notifierVivien Didelot-16/+66
2017-05-22net: dsa: add FDB notifierVivien Didelot-16/+66
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot-29/+62
2017-05-22net: dsa: move notifier info to private headerVivien Didelot-0/+12
2017-05-22net: dsa: move VLAN handlersVivien Didelot-41/+49
2017-05-22net: dsa: move MDB handlersVivien Didelot-41/+47
2017-05-22net: dsa: move FDB handlersVivien Didelot-42/+47
2017-05-22net: dsa: move ageing time setterVivien Didelot-40/+42
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot-16/+18
2017-05-22net: dsa: move bridging routinesVivien Didelot-57/+60
2017-05-22net: dsa: move port state settersVivien Didelot-41/+61
2017-05-22net: dsa: change scope of ageing time setterVivien Didelot-9/+7
2017-05-22net: dsa: change scope of VLAN filtering setterVivien Didelot-8/+7
2017-05-22net: dsa: change scope of VLAN handlersVivien Didelot-24/+16
2017-05-22net: dsa: change scope of MDB handlersVivien Didelot-23/+18
2017-05-22net: dsa: change scope of FDB handlersVivien Didelot-26/+24
2017-05-22net: dsa: change scope of bridging codeVivien Didelot-19/+17
2017-05-22net: dsa: change scope of notifier call chainVivien Didelot-5/+4
2017-05-22net: dsa: change scope of STP state setterVivien Didelot-22/+22
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot-1/+0
2017-05-18net: dsa: include dsa.h only onceVivien Didelot-12/+14
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn-25/+25