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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+65
2019-05-30
net: dsa: Add error path handling in dsa_tree_setup()
Ioana Ciornei
1
-23
/
+66
2019-05-30
net: dsa: tag_8021q: Create a stable binary format
Vladimir Oltean
1
-10
/
+50
2019-05-30
net: dsa: tag_8021q: Change order of rx_vid setup
Ioana Ciornei
1
-4
/
+15
2019-05-29
net: dsa: Use PHYLINK for the CPU/DSA ports
Ioana Ciornei
1
-6
/
+63
2019-05-29
net: dsa: Move the phylink driver calls into port.c
Ioana Ciornei
3
-95
/
+118
2019-05-29
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
1
-13
/
+18
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-12
net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable
Vladimir Oltean
1
-0
/
+2
2019-05-10
dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND
YueHaibing
1
-1
/
+1
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2019-05-07
net: dsa: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-05-07
net: dsa: Fix error cleanup path in dsa_init_module
YueHaibing
1
-2
/
+9
2019-05-05
net: dsa: sja1105: Add support for traffic through standalone ports
Vladimir Oltean
3
-0
/
+141
2019-05-05
net: dsa: Add support for deferred xmit
Vladimir Oltean
2
-12
/
+54
2019-05-05
net: dsa: Allow drivers to filter packets they can decode source port from
Vladimir Oltean
1
-0
/
+1
2019-05-05
net: dsa: Optional VLAN-based port separation for switches without tagging
Vladimir Oltean
3
-0
/
+234
2019-05-05
net: dsa: Export symbols for dsa_port_vid_{add, del}
Vladimir Oltean
1
-0
/
+2
2019-05-05
net: dsa: Call driver's setup callback after setting up its switchdev notifier
Vladimir Oltean
1
-4
/
+4
2019-05-05
net/dsa: use intermediate representation for matchall offload
Pieter Jansen van Vuuren
1
-9
/
+7
2019-04-30
net: dsa: Remove legacy probing support
Andrew Lunn
5
-774
/
+0
2019-04-30
net: dsa: Add more convenient functions for installing port VLANs
Vladimir Oltean
3
-21
/
+36
2019-04-30
net: dsa: Skip calling .port_vlan_filtering on no change
Vladimir Oltean
1
-0
/
+3
2019-04-30
net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global
Vladimir Oltean
1
-1
/
+4
2019-04-30
net: dsa: Unset vlan_filtering when ports leave the bridge
Vladimir Oltean
1
-0
/
+29
2019-04-30
net: dsa: Be aware of switches where VLAN filtering is a global setting
Vladimir Oltean
1
-7
/
+45
2019-04-30
net: dsa: Store vlan_filtering as a property of dsa_port
Vladimir Oltean
1
-4
/
+8
2019-04-30
net: dsa: Fix pharse -> phase typo
Vladimir Oltean
1
-1
/
+1
2019-04-28
dsa: Allow tag drivers to be built as modules
Andrew Lunn
2
-29
/
+73
2019-04-28
dsa: tag_brcm: Avoid unused symbols
Andrew Lunn
1
-2
/
+6
2019-04-28
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
11
-76
/
+11
2019-04-28
dsa: Make use of the list of tag drivers
Andrew Lunn
1
-5
/
+34
2019-04-28
dsa: Add stub tag driver put method
Andrew Lunn
4
-0
/
+9
2019-04-28
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
Andrew Lunn
4
-4
/
+5
2019-04-28
dsa: Register the none tagger ops
Andrew Lunn
1
-0
/
+7
2019-04-28
dsa: Keep link list of tag drivers
Andrew Lunn
1
-0
/
+28
2019-04-28
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
10
-2
/
+52
2019-04-28
dsa: Add TAG protocol to tag ops
Andrew Lunn
10
-0
/
+12
2019-04-28
dsa: Add MODULE_LICENSE to tag drivers
Andrew Lunn
9
-0
/
+9
2019-04-28
dsa: Add MODULE_ALIAS to taggers in preparation to become modules
Andrew Lunn
9
-0
/
+22
2019-04-28
dsa: Move tagger name into its ops structure
Andrew Lunn
10
-43
/
+13
2019-04-28
dsa: Add SPDX header to tag drivers.
Andrew Lunn
8
-52
/
+8
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2019-04-04
dsa: pass switch ID through devlink_port_attrs_set()
Jiri Pirko
2
-1
/
+10
2019-04-04
net: devlink: extend port attrs for switch ID
Jiri Pirko
1
-1
/
+1
2019-04-01
net: dsa: read mac address from DT for slave device
Xiaofei Shen
2
-1
/
+5
2019-03-28
net: dsa: Implement flow_dissect callback for tag_qca
xiaofeis
1
-0
/
+10
2019-03-28
dsa: do not support ndo_get_phys_port_name for non-legacy ports
Jiri Pirko
1
-0
/
+7
2019-03-28
dsa: implement ndo_get_devlink_port
Jiri Pirko
1
-0
/
+8
2019-03-26
net: dsa: Avoid null pointer when failing to connect to PHY
Vladimir Oltean
1
-4
/
+4
[next]