index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
slave.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...
Vladimir Oltean
2021-06-29
1
-5
/
+4
*
net: dsa: include fdb entries pointing to bridge in the host fdb list
Vladimir Oltean
2021-06-29
1
-2
/
+11
*
net: dsa: include bridge addresses which are local in the host fdb list
Tobias Waldekranz
2021-06-29
1
-5
/
+13
*
net: dsa: sync static FDB entries on foreign interfaces to hardware
Vladimir Oltean
2021-06-29
1
-4
/
+8
*
net: dsa: introduce a separate cross-chip notifier type for host FDBs
Vladimir Oltean
2021-06-29
1
-5
/
+16
*
net: dsa: introduce a separate cross-chip notifier type for host MDBs
Vladimir Oltean
2021-06-29
1
-8
/
+2
*
net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_del
Vladimir Oltean
2021-06-29
1
-23
/
+0
*
net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAG
Vladimir Oltean
2021-06-28
1
-0
/
+55
*
net: dsa: refactor the prechangeupper sanity checks into a dedicated function
Vladimir Oltean
2021-06-28
1
-15
/
+29
*
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
2021-06-28
1
-0
/
+9
*
net: switchdev: add a context void pointer to struct switchdev_notifier_info
Vladimir Oltean
2021-06-28
1
-3
/
+3
*
net: dsa: targeted MTU notifiers should only match on one port
Vladimir Oltean
2021-06-21
1
-4
/
+5
*
net: dsa: calculate the largest_mtu across all ports in the tree
Vladimir Oltean
2021-06-21
1
-6
/
+7
*
net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ...
Oleksij Rempel
2021-06-14
1
-2
/
+5
*
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2021-06-11
1
-6
/
+4
*
net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count
Vladimir Oltean
2021-05-10
1
-5
/
+7
*
net: dsa: free skb->cb usage in core driver
Yangbo Lu
2021-04-27
1
-1
/
+1
*
net: dsa: no longer clone skb in core driver
Yangbo Lu
2021-04-27
1
-11
/
+1
*
net: dsa: no longer identify PTP packet in core driver
Yangbo Lu
2021-04-27
1
-10
/
+2
*
net: dsa: check tx timestamp request in core driver
Yangbo Lu
2021-04-27
1
-0
/
+3
*
net: dsa: enable selftest support for all switches by default
Oleksij Rempel
2021-04-20
1
-0
/
+21
*
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
2021-04-16
1
-1
/
+1
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-1
/
+1
*
dsa: slave: add support for TC_SETUP_FT
Pablo Neira Ayuso
2021-03-24
1
-1
/
+19
*
net: dsa: resolve forwarding path for dsa slave ports
Felix Fietkau
2021-03-24
1
-0
/
+16
*
net: dsa: sync up switchdev objects and port attributes when joining the bridge
Vladimir Oltean
2021-03-23
1
-2
/
+2
*
net: dsa: pass extack to dsa_port_{bridge,lag}_join
Vladimir Oltean
2021-03-23
1
-2
/
+5
*
net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...
Vladimir Oltean
2021-03-08
1
-16
/
+43
*
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-14
1
-1
/
+2
*
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
2021-02-14
1
-7
/
+18
*
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
2021-02-12
1
-3
/
+4
*
net: switchdev: propagate extack to port attributes
Vladimir Oltean
2021-02-12
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-29
1
-12
/
+23
*
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
2021-01-15
1
-3
/
+6
*
net: dsa: Link aggregation support
Tobias Waldekranz
2021-01-14
1
-7
/
+63
*
net: dsa: Don't offload port attributes on standalone ports
Tobias Waldekranz
2021-01-14
1
-0
/
+3
*
net: dsa: add optional stats64 support
Oleksij Rempel
2021-01-12
1
-1
/
+13
*
net: dsa: remove obsolete comments about switchdev transactions
Vladimir Oltean
2021-01-11
1
-5
/
+0
*
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-11
1
-10
/
+7
*
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
2021-01-11
1
-25
/
+9
*
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
2021-01-11
1
-16
/
+7
*
net: dsa: dsa_legacy_fdb_{add,del} can be static
Vladimir Oltean
2021-01-09
1
-8
/
+8
*
net: dsa: remove the DSA specific notifiers
Vladimir Oltean
2021-01-07
1
-17
/
+0
*
net: dsa: export dsa_slave_dev_check
Vladimir Oltean
2021-01-07
1
-0
/
+1
*
net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...
Vladimir Oltean
2021-01-07
1
-11
/
+55
[next]