index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa_priv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: sync up switchdev objects and port attributes when joining the bridge
Vladimir Oltean
2021-03-23
1
-0
/
+3
*
net: dsa: pass extack to dsa_port_{bridge,lag}_join
Vladimir Oltean
2021-03-23
1
-2
/
+4
*
net: dsa: Add helper to resolve bridge port from DSA port
Tobias Waldekranz
2021-03-19
1
-13
/
+1
*
net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...
Vladimir Oltean
2021-03-08
1
-11
/
+14
*
net: dsa: add MRP support
Horatiu Vultur
2021-02-16
1
-0
/
+26
*
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
2021-02-15
1
-1
/
+2
*
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
2021-02-15
1
-1
/
+3
*
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
2021-02-13
1
-3
/
+6
*
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
2021-02-13
1
-2
/
+4
*
net: dsa: add support for offloading HSR
George McCollister
2021-02-11
1
-0
/
+11
*
net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfaces
Vladimir Oltean
2021-02-06
1
-0
/
+13
*
net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignored
Vladimir Oltean
2021-02-04
1
-1
/
+9
*
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
2021-01-30
1
-0
/
+15
*
net: dsa: document the existing switch tree notifiers and add a new one
Vladimir Oltean
2021-01-30
1
-0
/
+2
*
net: dsa: Link aggregation support
Tobias Waldekranz
2021-01-15
1
-0
/
+36
*
net: dsa: remove the transactional logic from ageing time notifiers
Vladimir Oltean
2021-01-12
1
-1
/
+0
*
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-12
1
-12
/
+6
*
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
2021-01-12
1
-6
/
+2
*
net: dsa: dsa_legacy_fdb_{add,del} can be static
Vladimir Oltean
2021-01-10
1
-9
/
+0
*
net: dsa: export dsa_slave_dev_check
Vladimir Oltean
2021-01-08
1
-1
/
+0
*
net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work
Vladimir Oltean
2021-01-08
1
-0
/
+12
*
net: dsa: use net core stats64 handling
Heiner Kallweit
2020-11-10
1
-2
/
+0
*
net: dsa: Utilize __vlan_find_dev_deep_rcu()
Florian Fainelli
2020-10-02
1
-8
/
+3
*
net: dsa: Obtain VLAN protocol from skb->protocol
Florian Fainelli
2020-10-02
1
-2
/
+1
*
net: dsa: untag the bridge pvid from rx skbs
Vladimir Oltean
2020-09-24
1
-0
/
+66
*
Revert "net: dsa: Add more convenient functions for installing port VLANs"
Vladimir Oltean
2020-09-12
1
-2
/
+0
*
net: dsa: Add __percpu property to prevent warnings
Andrew Lunn
2020-07-06
1
-1
/
+1
*
net: dsa: provide an option for drivers to always receive bridge VLANs
Russell King
2020-05-12
1
-0
/
+1
*
net: dsa: permit cross-chip bridging between all trees in the system
Vladimir Oltean
2020-05-11
1
-0
/
+1
*
net: dsa: add GRO support via gro_cells
Alexander Lobakin
2020-04-23
1
-0
/
+3
*
net: dsa: implement auto-normalization of MTU for bridge hardware datapath
Vladimir Oltean
2020-03-28
1
-0
/
+4
*
net: dsa: configure the MTU for switch ports
Vladimir Oltean
2020-03-28
1
-0
/
+11
*
net: dsa: fix phylink_start()/phylink_stop() calls
Russell King
2020-03-04
1
-0
/
+2
*
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
2020-01-09
1
-0
/
+1
*
net: dsa: Make deferred_xmit private to sja1105
Vladimir Oltean
2020-01-06
1
-2
/
+0
*
net: dsa: Make PHYLINK related function static again
Florian Fainelli
2019-12-17
1
-16
/
+0
*
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2019-11-24
1
-2
/
+2
*
net: dsa: use ports list to find slave
Vivien Didelot
2019-10-22
1
-17
/
+6
*
net: dsa: add support for BRIDGE_MROUTER attribute
Vivien Didelot
2019-07-09
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-5
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
net: dsa: Move the phylink driver calls into port.c
Ioana Ciornei
2019-05-30
1
-0
/
+17
|
/
*
net: dsa: Add support for deferred xmit
Vladimir Oltean
2019-05-06
1
-0
/
+2
*
net: dsa: Remove legacy probing support
Andrew Lunn
2019-05-01
1
-12
/
+0
*
net: dsa: Add more convenient functions for installing port VLANs
Vladimir Oltean
2019-05-01
1
-0
/
+2
*
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
2019-04-29
1
-30
/
+0
*
dsa: Add stub tag driver put method
Andrew Lunn
2019-04-29
1
-0
/
+1
*
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
Andrew Lunn
2019-04-29
1
-1
/
+2
*
net: dsa: add KSZ9893 switch tagging support
Tristram Ha
2019-03-03
1
-0
/
+1
*
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
2019-02-25
1
-1
/
+1
[next]