index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa2.c
Age
Commit message (
Expand
)
Author
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-08
net: dsa: Do not destroy invalid network devices
Florian Fainelli
2017-02-07
net: dsa: Add support for platform data
Florian Fainelli
2017-02-06
net: dsa: add switch notifier
Vivien Didelot
2017-01-29
net: dsa: add ds and index to dsa_port
Vivien Didelot
2017-01-29
net: dsa: use ds->num_ports when possible
Vivien Didelot
2017-01-29
net: dsa: variable number of ports
Vivien Didelot
2017-01-26
net: dsa: Move ports assignment closer to error checking
Florian Fainelli
2017-01-26
net: dsa: Suffix function manipulating device_node with _dn
Florian Fainelli
2017-01-26
net: dsa: Make most functions take a dsa_port argument
Florian Fainelli
2017-01-26
net: dsa: Pass device pointer to dsa_register_switch
Florian Fainelli
2017-01-18
net: dsa: use cpu_switch instead of ds[0]
Vivien Didelot
2017-01-18
net: dsa: store CPU switch structure in the tree
Vivien Didelot
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
net: dsa: make "label" property optional for dsa2
Vivien Didelot
2017-01-10
net: dsa: Ensure validity of dst->ds[0]
Florian Fainelli
2017-01-05
net:dsa: check for EPROBE_DEFER from dsa_dst_parse()
Volodymyr Bendiuga
2016-11-28
net: dsa: fix unbalanced dsa_switch_tree reference counting
Nikita Yushchenko
2016-09-20
net-next: dsa: make the set_addr() operation optional
John Crispin
2016-09-20
net-next: dsa: fix duplicate invocation of set_addr()
John Crispin
2016-08-24
net: dsa: rename switch operations structure
Vivien Didelot
2016-08-22
net: dsa: Allow the DSA driver to indicate the tag protocol
Andrew Lunn
2016-07-12
net: dsa: Fix non static symbol warning
Wei Yongjun
2016-07-08
net: dsa: initialize the routing table
Vivien Didelot
2016-06-08
net: dsa: Initialize CPU port ethtool ops per tree
Florian Fainelli
2016-06-08
net: dsa: Provide a slave MII bus if needed
Florian Fainelli
2016-06-08
net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_mask
Florian Fainelli
2016-06-04
net: dsa: Add new binding implementation
Andrew Lunn