Age | Commit message (Expand) | Author |
2022-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-12-12 | net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path | Vladimir Oltean |
2022-12-12 | net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam... | Vladimir Oltean |
2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-12-02 | net: dsa: sja1105: Check return value | Artem Chernyshev |
2022-12-02 | net: dsa: hellcreek: Check return value | Artem Chernyshev |
2022-12-02 | net: dsa: ksz: Check return value | Artem Chernyshev |
2022-11-22 | net: dsa: kill off dsa_priv.h | Vladimir Oltean |
2022-11-22 | net: dsa: move tag_8021q headers to their proper place | Vladimir Oltean |
2022-11-22 | net: dsa: move definitions from dsa_priv.h to slave.c | Vladimir Oltean |
2022-11-22 | net: dsa: rename dsa2.c back into dsa.c and create its header | Vladimir Oltean |
2022-11-22 | net: dsa: merge dsa.c into dsa2.c | Vladimir Oltean |
2022-11-22 | net: dsa: move notifier definitions to switch.h | Vladimir Oltean |
2022-11-22 | net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by switch.c to switch.h | Vladimir Oltean |
2022-11-22 | net: dsa: move tagging protocol code to tag.{c,h} | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by slave.c to slave.h | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by master.c to master.h | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by port.c to port.h | Vladimir Oltean |
2022-11-22 | net: dsa: move rest of devlink setup/teardown to devlink.c | Vladimir Oltean |
2022-11-22 | net: dsa: if ds->setup is true, ds->devlink is always non-NULL | Vladimir Oltean |
2022-11-22 | net: dsa: move bulk of devlink code to devlink.{c,h} | Vladimir Oltean |
2022-11-22 | net: dsa: modularize DSA_TAG_PROTO_NONE | Vladimir Oltean |
2022-11-22 | net: dsa: unexport dsa_dev_to_net_device() | Vladimir Oltean |
2022-11-18 | net: dsa: tag_mtk: assign per-port queues | Felix Fietkau |
2022-11-17 | net: dsa: autoload tag driver module on tagging protocol change | Vladimir Oltean |
2022-11-17 | net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id() | Vladimir Oltean |
2022-11-17 | net: dsa: strip sysfs "tagging" string of trailing newline | Vladimir Oltean |
2022-11-17 | net: dsa: provide a second modalias to tag proto drivers based on their name | Vladimir Oltean |
2022-11-17 | net: dsa: rename tagging protocol driver modalias | Vladimir Oltean |
2022-11-17 | net: dsa: stop exposing tag proto module helpers to the world | Vladimir Oltean |
2022-11-17 | net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user ports | Rasmus Villemoes |
2022-11-17 | net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DT | Rasmus Villemoes |
2022-11-17 | net: dsa: refactor name assignment for user ports | Rasmus Villemoes |
2022-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-15 | net: dsa: don't leak tagger-owned storage on switch driver unbind | Vladimir Oltean |
2022-11-15 | net: dsa: remove phylink_validate() method | Vladimir Oltean |
2022-11-15 | net: dsa: add support for DSA rx offloading via metadata dst | Felix Fietkau |
2022-11-14 | net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims | Vladimir Oltean |
2022-11-03 | net: remove unused ndo_get_devlink_port | Jiri Pirko |
2022-11-03 | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port | Jiri Pirko |
2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-28 | net: dsa: fall back to default tagger if we can't load the one from DT | Vladimir Oltean |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner |
2022-10-15 | net: dsa: uninitialized variable in dsa_slave_netdevice_event() | Dan Carpenter |
2022-10-09 | net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create() | Yang Yingliang |
2022-09-30 | net: dsa: remove bool devlink_port_setup | Vladimir Oltean |
2022-09-30 | net: dsa: don't do devlink port setup early | Jiri Pirko |
2022-09-30 | net: dsa: don't leave dangling pointers in dp->pl when failing | Vladimir Oltean |
2022-09-30 | net: dsa: move port_setup/teardown to be called outside devlink port register... | Jiri Pirko |