index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
net: dsa: Allow default tag protocol to be overridden from DT
Tobias Waldekranz
1
-17
/
+86
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-1
/
+1
2021-03-29
net: dsa: Fix type was not set for devlink port
Maxim Kochetkov
1
-1
/
+7
2021-03-22
net: dsa: don't assign an error value to tag_ops
George McCollister
1
-4
/
+7
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+5
2021-02-04
net: dsa: call teardown method on probe failure
Vladimir Oltean
1
-2
/
+5
2021-01-29
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-3
/
+52
2021-01-29
net: dsa: keep a copy of the tagging protocol in the DSA switch tree
Vladimir Oltean
1
-12
/
+24
2021-01-29
net: dsa: document the existing switch tree notifiers and add a new one
Vladimir Oltean
1
-0
/
+43
2021-01-15
net: dsa: add ops for devlink-sb
Vladimir Oltean
1
-1
/
+158
2021-01-15
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
1
-0
/
+2
2021-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-01-14
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+93
2021-01-12
net: dsa: clear devlink port type before unregistering slave netdevs
Vladimir Oltean
1
-0
/
+4
2021-01-06
net: dsa: print error on invalid port index
Rafał Miłecki
1
-0
/
+2
2020-10-04
net: dsa: Register devlink ports before calling DSA driver setup()
Andrew Lunn
1
-53
/
+72
2020-10-04
net: dsa: Make use of devlink port flavour unused
Andrew Lunn
1
-0
/
+10
2020-09-18
net: dsa: wire up devlink info get
Andrew Lunn
1
-3
/
+16
2020-07-22
net: dsa: of: Allow ethernet-ports as encapsulating node
Kurt Kanzenbach
1
-2
/
+6
2020-07-09
devlink: Replace devlink_port_attrs_set parameters with a struct
Danielle Ratson
1
-6
/
+11
2020-05-10
net: dsa: introduce a dsa_switch_find function
Vladimir Oltean
1
-0
/
+21
2020-05-04
net: dsa: Do not make user port errors fatal
Florian Fainelli
1
-1
/
+1
2020-03-27
net: dsa: implement auto-normalization of MTU for bridge hardware datapath
Vladimir Oltean
1
-1
/
+1
2020-01-27
net: dsa: Fix use-after-free in probing of DSA switch tree
Vladimir Oltean
1
-11
/
+25
2020-01-08
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
1
-2
/
+29
2019-12-17
net: dsa: make unexported dsa_link_touch() static
Ben Dooks (Codethink)
1
-1
/
+2
2019-11-05
net: dsa: Fix use after free in dsa_switch_remove()
Florian Fainelli
1
-1
/
+2
2019-10-31
net: dsa: remove limitation of switch index value
Vivien Didelot
1
-2
/
+0
2019-10-31
net: dsa: remove tree functions related to switches
Vivien Didelot
1
-33
/
+10
2019-10-31
net: dsa: remove the dst->ds array
Vivien Didelot
1
-7
/
+0
2019-10-31
net: dsa: remove switch routing table setup code
Vivien Didelot
1
-22
/
+2
2019-10-31
net: dsa: remove ds->rtable
Vivien Didelot
1
-4
/
+0
2019-10-31
net: dsa: list DSA links in the fabric
Vivien Didelot
1
-1
/
+40
2019-10-28
net: dsa: Add support for devlink device parameters
Andrew Lunn
1
-1
/
+6
2019-10-28
net: dsa: fix dereference on ds->dev before null check error
Colin Ian King
1
-2
/
+5
2019-10-22
net: dsa: remove dsa_switch_alloc helper
Vivien Didelot
1
-15
/
+6
2019-10-22
net: dsa: allocate ports on touch
Vivien Didelot
1
-2
/
+14
2019-10-22
net: dsa: use ports list to setup default CPU port
Vivien Didelot
1
-21
/
+12
2019-10-22
net: dsa: use ports list to find first CPU port
Vivien Didelot
1
-14
/
+3
2019-10-22
net: dsa: use ports list to setup multiple master devices
Vivien Didelot
1
-7
/
+15
2019-10-22
net: dsa: use ports list to find a port by node
Vivien Didelot
1
-14
/
+3
2019-10-22
net: dsa: use ports list for routing table setup
Vivien Didelot
1
-4
/
+3
2019-10-22
net: dsa: use ports list to setup switches
Vivien Didelot
1
-52
/
+41
2019-10-22
net: dsa: add ports list in the switch fabric
Vivien Didelot
1
-6
/
+42
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-2
/
+2
2019-10-19
net: dsa: fix switch tree list
Vivien Didelot
1
-1
/
+1
2019-09-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-09-15
net: dsa: Fix load order between DSA drivers and taggers
Andrew Lunn
1
-0
/
+2
2019-09-02
net: dsa: Fix off-by-one number of calls to devlink_port_unregister
Vladimir Oltean
1
-10
/
+29
2019-08-27
net: dsa: remove bitmap operations
Vivien Didelot
1
-14
/
+0
[next]