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