index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-07
3
-48
/
+50
|
\
|
*
net: dsa: Fix stale cpu_switch reference after unbind then bind
Florian Fainelli
2017-06-05
1
-1
/
+3
|
*
net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c
Florian Fainelli
2017-06-02
2
-47
/
+47
*
|
net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()
Florian Fainelli
2017-06-05
1
-18
/
+15
*
|
net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}
Florian Fainelli
2017-06-05
1
-49
/
+41
*
|
net: dsa: Pass dsa_port reference to ethtool setup/restore
Florian Fainelli
2017-06-05
4
-8
/
+10
*
|
net: dsa: factor skb freeing on xmit
Vivien Didelot
2017-06-01
9
-39
/
+16
*
|
net: dsa: remove out_drop label in taggers rcv
Vivien Didelot
2017-06-01
6
-42
/
+24
*
|
net: dsa: do not cast dst
Vivien Didelot
2017-06-01
2
-2
/
+2
*
|
net: dsa: comment hot path requirements
Vivien Didelot
2017-06-01
1
-0
/
+1
*
|
net: dsa: make function ksz_rcv static
Colin Ian King
2017-06-01
1
-2
/
+3
*
|
dsa: add support for Microchip KSZ tail tagging
Woojung Huh
2017-06-01
5
-0
/
+111
*
|
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
2017-05-31
1
-5
/
+5
*
|
net: dsa: remove dsa_port_is_bridged
Vivien Didelot
2017-05-31
1
-9
/
+4
*
|
net: dsa: support cross-chip ageing time
Vivien Didelot
2017-05-24
3
-6
/
+0
*
|
net: dsa: add VLAN notifier
Vivien Didelot
2017-05-23
3
-16
/
+66
*
|
net: dsa: add MDB notifier
Vivien Didelot
2017-05-23
3
-16
/
+66
*
|
net: dsa: add FDB notifier
Vivien Didelot
2017-05-23
3
-16
/
+66
*
|
net: dsa: add notifier for ageing time
Vivien Didelot
2017-05-23
3
-29
/
+62
*
|
net: dsa: move notifier info to private header
Vivien Didelot
2017-05-23
1
-0
/
+12
*
|
net: dsa: move VLAN handlers
Vivien Didelot
2017-05-23
3
-41
/
+49
*
|
net: dsa: move MDB handlers
Vivien Didelot
2017-05-23
3
-41
/
+47
*
|
net: dsa: move FDB handlers
Vivien Didelot
2017-05-23
3
-42
/
+47
*
|
net: dsa: move ageing time setter
Vivien Didelot
2017-05-23
3
-40
/
+42
*
|
net: dsa: move VLAN filtering setter
Vivien Didelot
2017-05-23
3
-16
/
+18
*
|
net: dsa: move bridging routines
Vivien Didelot
2017-05-23
3
-57
/
+60
*
|
net: dsa: move port state setters
Vivien Didelot
2017-05-23
4
-41
/
+61
*
|
net: dsa: change scope of ageing time setter
Vivien Didelot
2017-05-23
1
-9
/
+7
*
|
net: dsa: change scope of VLAN filtering setter
Vivien Didelot
2017-05-23
1
-8
/
+7
*
|
net: dsa: change scope of VLAN handlers
Vivien Didelot
2017-05-23
1
-24
/
+16
*
|
net: dsa: change scope of MDB handlers
Vivien Didelot
2017-05-23
1
-23
/
+18
*
|
net: dsa: change scope of FDB handlers
Vivien Didelot
2017-05-23
1
-26
/
+24
*
|
net: dsa: change scope of bridging code
Vivien Didelot
2017-05-23
1
-19
/
+17
*
|
net: dsa: change scope of notifier call chain
Vivien Didelot
2017-05-23
1
-5
/
+4
*
|
net: dsa: change scope of STP state setter
Vivien Didelot
2017-05-23
1
-22
/
+22
*
|
net: dsa: include switchdev.h only once
Vivien Didelot
2017-05-18
1
-1
/
+0
*
|
net: dsa: include dsa.h only once
Vivien Didelot
2017-05-18
13
-12
/
+14
*
|
net: dsa: Sort DSA tagging protocol drivers
Andrew Lunn
2017-05-17
4
-25
/
+25
*
|
net: dsa: store CPU port pointer in the tree
Vivien Didelot
2017-05-17
6
-22
/
+18
|
/
*
net: dsa: Remove redundant NULL dst check
Florian Fainelli
2017-04-21
1
-5
/
+0
*
net: dsa: add support for the SMSC-LAN9303 tagging format
Juergen Beisert
2017-04-20
5
-0
/
+152
*
net: dsa: isolate legacy code
Vivien Didelot
2017-04-17
4
-767
/
+825
*
net: dsa: Factor bottom tag receive functions
Florian Fainelli
2017-04-08
8
-83
/
+52
*
net: dsa: Move skb_unshare() to dsa_switch_rcv()
Florian Fainelli
2017-04-08
7
-30
/
+4
*
net: dsa: Do not check for NULL dst in tag parsers
Florian Fainelli
2017-04-08
6
-17
/
+0
*
net-next: dsa: add Mediatek tag RX/TX handler
Sean Wang
2017-04-07
5
-0
/
+127
*
net: dsa: fix build error with devlink build as module
Tobias Regnery
2017-04-02
1
-1
/
+1
*
net: dsa: add cross-chip bridging operations
Vivien Didelot
2017-04-01
1
-6
/
+6
*
net: dsa: dsa2: Add basic support of devlink
Andrew Lunn
2017-03-29
1
-2
/
+45
*
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-29
8
-2
/
+10
[next]