summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* | net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-228-31/+46
* | net: dsa: merge dsa.c into dsa2.cVladimir Oltean2022-11-224-238/+221
* | net: dsa: move notifier definitions to switch.hVladimir Oltean2022-11-222-105/+108
* | net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean2022-11-224-48/+50
* | net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-226-4/+15
* | net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-2227-541/+581
* | net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-228-57/+77
* | net: dsa: move headers exported by master.c to master.hVladimir Oltean2022-11-225-9/+27
* | net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-228-97/+120
* | net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean2022-11-223-20/+49
* | net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean2022-11-221-7/+5
* | net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean2022-11-225-346/+370
* | net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean2022-11-225-22/+37
* | net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2022-11-222-1/+2
* | net: dsa: tag_mtk: assign per-port queuesFelix Fietkau2022-11-181-0/+2
* | net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean2022-11-174-5/+7
* | net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean2022-11-173-3/+3
* | net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean2022-11-173-4/+15
* | net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-1718-51/+98
* | net: dsa: rename tagging protocol driver modaliasVladimir Oltean2022-11-172-4/+5
* | net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean2022-11-171-0/+70
* | net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes2022-11-171-1/+1
* | net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes2022-11-171-1/+1
* | net: dsa: refactor name assignment for user portsRasmus Villemoes2022-11-172-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-174-2/+28
|\|
| * net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean2022-11-151-0/+10
| * net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-143-2/+18
* | net: dsa: remove phylink_validate() methodVladimir Oltean2022-11-151-10/+8
* | net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2022-11-151-1/+18
* | net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-8/+0
* | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-032-9/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-3/+10
|\|
| * net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean2022-10-281-3/+10
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
|/
* net: dsa: uninitialized variable in dsa_slave_netdevice_event()Dan Carpenter2022-10-151-1/+1
* net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang2022-10-091-1/+1
* net: dsa: remove bool devlink_port_setupVladimir Oltean2022-09-301-8/+6
* net: dsa: don't do devlink port setup earlyJiri Pirko2022-09-301-94/+82
* net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean2022-09-303-10/+19
* net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko2022-09-301-42/+26
* net: dsa: make user ports return to init_net on netns deletionVladimir Oltean2022-09-261-0/+1
* net: dsa: allow masters to join a LAGVladimir Oltean2022-09-205-10/+298
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-203-2/+4
* net: dsa: suppress device links to LAG DSA mastersVladimir Oltean2022-09-201-6/+8
* net: dsa: suppress appending ethtool stats to LAG DSA mastersVladimir Oltean2022-09-201-0/+9
* net: dsa: don't keep track of admin/oper state on LAG DSA mastersVladimir Oltean2022-09-201-0/+12
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-207-1/+354
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-205-27/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+1
|\
| * net: dsa: hellcreek: Print warning only onceKurt Kanzenbach2022-08-311-1/+1