aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04dsa: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-0/+7
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen1-1/+4
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko1-0/+7
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean1-4/+4
2019-03-03net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid()Florian Fainelli1-3/+6
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-1/+1
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli1-1/+70
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli1-3/+36
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-7/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-15/+1
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli1-0/+4
2019-02-21net: dsa: add support for bridge flagsRussell King1-0/+9
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2019-02-06net: dsa: Implement ndo_get_port_parent_id()Florian Fainelli1-6/+12
2019-02-06net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter1-2/+2
2019-02-04net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-5/+8
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata1-1/+1
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+0
2018-11-30net: dsa: Fix tagging attribute locationFlorian Fainelli1-28/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-2/+0
2018-11-23net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-1/+1
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-0/+1
2018-09-07net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli1-0/+28
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-3/+1
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-08-08dsa: slave: eee: Allow ports to use phylinkAndrew Lunn1-2/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2018-08-01net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-05-11net: dsa: Plug in PHYLINK supportFlorian Fainelli1-123/+171
2018-05-11net: dsa: Eliminate dsa_slave_get_link()Florian Fainelli1-11/+1
2018-05-11net: dsa: Add PHYLINK switch operationsFlorian Fainelli1-0/+5
2018-05-10net: dsa: fix added_by_user switchdev notificationVivien Didelot1-5/+7
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata1-1/+4
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli1-2/+3
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn1-1/+1
2018-02-14net: dsa: forward timestamping callbacks to switch driversBrandon Streiff1-0/+30
2018-02-14net: dsa: forward hardware timestamping ioctls to switch driverBrandon Streiff1-0/+29
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-12-13net: remove duplicate includesPravin Shedge1-1/+0
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli1-0/+20
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-4/+1
2017-11-11net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_IDAndrew Lunn1-2/+3
2017-11-10net: dsa: slave: Handle switchdev host mdb add/delAndrew Lunn1-0/+13
2017-11-09net: dsa: constify cpu_dp member of dsa_portVivien Didelot1-1/+1