index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa2.c
Age
Commit message (
Expand
)
Author
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-05
net: dsa: Allow drivers to filter packets they can decode source port from
Vladimir Oltean
2019-05-05
net: dsa: Call driver's setup callback after setting up its switchdev notifier
Vladimir Oltean
2019-04-28
dsa: Add stub tag driver put method
Andrew Lunn
2019-04-28
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
Andrew Lunn
2019-04-04
dsa: pass switch ID through devlink_port_attrs_set()
Jiri Pirko
2019-04-04
net: devlink: extend port attrs for switch ID
Jiri Pirko
2019-04-01
net: dsa: read mac address from DT for slave device
Xiaofei Shen
2019-03-24
dsa: move devlink_port_attrs_set() call before register
Jiri Pirko
2019-03-24
dsa: add missing net/devlink.h include
Jiri Pirko
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-25
net: dsa: fix a leaked reference by adding missing of_node_put
Wen Yang
2019-02-08
net: dsa: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2018-07-18
net: dsa: Remove VLA usage
Salvatore Mesoraca
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-19
dsa: set devlink port attrs for dsa ports
Jiri Pirko
2018-05-18
net: dsa: Do not register devlink for unused ports
Florian Fainelli
2018-01-23
net: dsa: Support internal phy on 'cpu' port
Sebastian Reichel
2017-12-05
net: dsa: assign a CPU port to DSA port
Vivien Didelot
2017-11-26
net: dsa: fix 'increment on 0' warning
Vivien Didelot
2017-11-13
net: dsa: Pass a port to get_tag_protocol()
Florian Fainelli
2017-11-09
net: dsa: rename probe and remove switch functions
Vivien Didelot
2017-11-09
net: dsa: setup a tree when adding a switch to it
Vivien Didelot
2017-11-09
net: dsa: setup routing table
Vivien Didelot
2017-11-09
net: dsa: use of_for_each_phandle
Vivien Didelot
2017-11-09
net: dsa: add find port by node helper
Vivien Didelot
2017-11-09
net: dsa: setup and teardown ports
Vivien Didelot
2017-11-09
net: dsa: setup and teardown switches
Vivien Didelot
2017-11-09
net: dsa: setup and teardown tree
Vivien Didelot
2017-11-09
net: dsa: setup and teardown master device
Vivien Didelot
2017-11-09
net: dsa: setup and teardown default CPU port
Vivien Didelot
2017-11-05
net: dsa: resolve tagging protocol at parse time
Vivien Didelot
2017-11-05
net: dsa: add one port parsing function per type
Vivien Didelot
2017-11-05
net: dsa: only check presence of link property
Vivien Didelot
2017-11-05
net: dsa: rework switch parsing
Vivien Didelot
2017-11-05
net: dsa: get tree before parsing ports
Vivien Didelot
2017-11-05
net: dsa: rework switch addition and removal
Vivien Didelot
2017-11-05
net: dsa: provide a find or new tree helper
Vivien Didelot
2017-11-05
net: dsa: get and put tree reference counting
Vivien Didelot
2017-11-05
net: dsa: simplify tree reference counting
Vivien Didelot
2017-11-05
net: dsa: make tree index unsigned
Vivien Didelot
2017-11-01
net: dsa: remove name arg from slave create
Vivien Didelot
2017-11-01
net: dsa: get port name at parse time
Vivien Didelot
2017-11-01
net: dsa: get master device at port parsing time
Vivien Didelot
2017-11-01
net: dsa: get port type at parse time
Vivien Didelot
2017-11-01
net: dsa: add port parse functions
Vivien Didelot
2017-11-01
net: dsa: get ports within parsing code
Vivien Didelot
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-28
net: dsa: move fixed link registration helpers
Vivien Didelot
2017-10-28
net: dsa: remove port masks
Vivien Didelot
[next]