index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
slave.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: add MRP support
Horatiu Vultur
2021-02-16
1
-0
/
+22
*
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
-7
/
+18
*
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
2021-02-13
1
-3
/
+4
*
net: switchdev: propagate extack to port attributes
Vladimir Oltean
2021-02-13
1
-1
/
+2
*
net: dsa: add support for offloading HSR
George McCollister
2021-02-11
1
-0
/
+14
*
net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfaces
Vladimir Oltean
2021-02-06
1
-0
/
+8
*
net: dsa: automatically bring user ports down when master goes down
Vladimir Oltean
2021-02-06
1
-0
/
+24
*
net: dsa: automatically bring up DSA master when opening user port
Vladimir Oltean
2021-02-06
1
-2
/
+5
*
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
2021-01-30
1
-12
/
+23
*
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
2021-01-16
1
-3
/
+6
*
net: dsa: Link aggregation support
Tobias Waldekranz
2021-01-15
1
-7
/
+63
*
net: dsa: Don't offload port attributes on standalone ports
Tobias Waldekranz
2021-01-15
1
-0
/
+3
*
net: dsa: add optional stats64 support
Oleksij Rempel
2021-01-13
1
-1
/
+13
*
net: dsa: remove obsolete comments about switchdev transactions
Vladimir Oltean
2021-01-12
1
-5
/
+0
*
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-12
1
-10
/
+7
*
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
2021-01-12
1
-25
/
+9
*
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
2021-01-12
1
-16
/
+7
*
net: dsa: dsa_legacy_fdb_{add,del} can be static
Vladimir Oltean
2021-01-10
1
-8
/
+8
*
net: dsa: remove the DSA specific notifiers
Vladimir Oltean
2021-01-08
1
-17
/
+0
*
net: dsa: export dsa_slave_dev_check
Vladimir Oltean
2021-01-08
1
-0
/
+1
*
net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...
Vladimir Oltean
2021-01-08
1
-11
/
+55
*
net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDB
Vladimir Oltean
2021-01-08
1
-0
/
+3
*
net: dsa: move switchdev event implementation under the same switch/case stat...
Vladimir Oltean
2021-01-08
1
-19
/
+16
*
net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work
Vladimir Oltean
2021-01-08
1
-53
/
+53
*
net: dsa: be louder when a non-legacy FDB operation fails
Vladimir Oltean
2021-01-08
1
-3
/
+7
*
net: dsa: print the MTU value that could not be set
Rasmus Villemoes
2020-12-08
1
-2
/
+2
*
net: dsa: avoid potential use-after-free error
Christian Eggers
2020-11-21
1
-3
/
+3
*
net: dsa: use net core stats64 handling
Heiner Kallweit
2020-11-10
1
-22
/
+7
*
net: dsa: Give drivers the chance to veto certain upper devices
Vladimir Oltean
2020-11-05
1
-0
/
+12
*
net: dsa: implement a central TX reallocation procedure
Vladimir Oltean
2020-11-03
1
-0
/
+45
*
net: dsa: use new function dev_fetch_sw_netstats
Heiner Kallweit
2020-10-14
1
-20
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
1
-2
/
+16
|
\
|
*
net: dsa: link interfaces with the DSA master to get rid of lockdep warnings
Vladimir Oltean
2020-09-09
1
-2
/
+16
*
|
net: dsa: install VLANs into the master's RX filter too
Vladimir Oltean
2020-09-21
1
-4
/
+32
*
|
net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0
Vladimir Oltean
2020-09-21
1
-2
/
+2
*
|
net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...
Vladimir Oltean
2020-09-21
1
-0
/
+33
*
|
net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPER
Vladimir Oltean
2020-09-21
1
-36
/
+38
*
|
net: dsa: rename dsa_slave_upper_vlan_check to something more suggestive
Vladimir Oltean
2020-09-21
1
-4
/
+4
*
|
net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPER
Vladimir Oltean
2020-09-21
1
-1
/
+6
*
|
Revert "net: dsa: Add more convenient functions for installing port VLANs"
Vladimir Oltean
2020-09-12
1
-3
/
+31
*
|
net: dsa: don't print non-fatal MTU error if not supported
Vladimir Oltean
2020-09-08
1
-1
/
+1
*
|
net: dsa: change PHY error message again
Vladimir Oltean
2020-09-08
1
-2
/
+3
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values
Vladimir Oltean
2020-07-21
1
-3
/
+0
*
net: dsa: Improve subordinate PHY error message
Florian Fainelli
2020-06-30
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-01
1
-0
/
+1
|
\
|
*
net: dsa: declare lockless TX feature for slave ports
Vladimir Oltean
2020-05-28
1
-0
/
+1
*
|
net: dsa: provide an option for drivers to always receive bridge VLANs
Russell King
2020-05-12
1
-4
/
+4
*
|
netpoll: accept NULL np argument in netpoll_send_skb()
Eric Dumazet
2020-05-08
1
-3
/
+2
[next]