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
/
drivers
/
net
/
dsa
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
net: dsa: qca8k: move read_switch_id function to common code
Christian Marangi
3
-29
/
+30
2022-07-28
net: dsa: qca8k: move port LAG functions to common code
Christian Marangi
3
-168
/
+171
2022-07-28
net: dsa: qca8k: move port VLAN functions to common code
Christian Marangi
3
-184
/
+187
2022-07-28
net: dsa: qca8k: move port mirror functions to common code
Christian Marangi
3
-93
/
+98
2022-07-28
net: dsa: qca8k: move port FDB/MDB function to common code
Christian Marangi
3
-311
/
+317
2022-07-28
net: dsa: qca8k: move set age/MTU/port enable/disable functions to common code
Christian Marangi
3
-88
/
+97
2022-07-28
net: dsa: qca8k: move bridge functions to common code
Christian Marangi
3
-93
/
+102
2022-07-28
net: dsa: qca8k: move port set status/eee/ethtool stats function to common code
Christian Marangi
3
-105
/
+113
2022-07-28
net: dsa: qca8k: move mib init function to common code
Christian Marangi
3
-37
/
+39
2022-07-28
net: dsa: qca8k: move qca8k bulk read/write helper to common code
Christian Marangi
3
-37
/
+49
2022-07-28
net: dsa: qca8k: move qca8k read/write/rmw and reg table to common code
Christian Marangi
3
-42
/
+44
2022-07-28
net: dsa: qca8k: move mib struct to common code
Christian Marangi
4
-51
/
+67
2022-07-28
net: dsa: qca8k: make mib autocast feature optional
Christian Marangi
2
-2
/
+14
2022-07-28
net: dsa: qca8k: cache match data to speed up access
Christian Marangi
2
-24
/
+12
2022-07-27
net: dsa: mv88e6xxx: fix speed setting for CPU/DSA ports
Marcin Wojtas
1
-1
/
+6
2022-07-27
net: dsa: microchip: add support for phylink mac config
Arun Ramadoss
6
-33
/
+21
2022-07-27
net: dsa: microchip: ksz8795: use common xmii function
Arun Ramadoss
2
-42
/
+1
2022-07-27
net: dsa: microchip: ksz9477: use common xmii function
Arun Ramadoss
4
-167
/
+49
2022-07-27
net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config
Arun Ramadoss
5
-1
/
+130
2022-07-27
net: dsa: microchip: lan937x: add support for configuing xMII register
Arun Ramadoss
4
-40
/
+53
2022-07-27
net: dsa: microchip: add support for common phylink mac link up
Arun Ramadoss
4
-33
/
+16
2022-07-27
net: dsa: microchip: add common duplex and flow control function
Arun Ramadoss
5
-23
/
+57
2022-07-27
net: dsa: microchip: add common ksz port xmii speed selection function
Arun Ramadoss
5
-15
/
+69
2022-07-27
net: dsa: microchip: add common gigabit set and get function
Arun Ramadoss
6
-48
/
+82
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-1
/
+30
2022-07-19
net: dsa: microchip: fix the missing ksz8_r_mib_cnt
Arun Ramadoss
1
-0
/
+1
2022-07-19
net: dsa: vitesse-vsc73xx: silent spi_device_id warnings
Oleksij Rempel
1
-0
/
+10
2022-07-19
net: dsa: sja1105: silent spi_device_id warnings
Oleksij Rempel
1
-0
/
+16
2022-07-18
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
Arun Ramadoss
1
-1
/
+1
2022-07-15
net: dsa: microchip: ksz_common: Fix refcount leak bug
Liang He
1
-1
/
+4
2022-07-15
net: dsa: qca8k: move driver to qca dir
Christian Marangi
6
-9
/
+9
2022-07-11
net: dsa: hellcreek: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-5
/
+2
2022-07-06
net: dsa: b53: remove unnecessary spi_set_drvdata()
Yang Yingliang
1
-2
/
+0
2022-07-05
net: dsa: felix: build as module when tc-taprio is module
Vladimir Oltean
1
-0
/
+1
2022-07-02
net: dsa: microchip: add LAN937x in the ksz spi probe
Arun Ramadoss
1
-0
/
+26
2022-07-02
net: dsa: microchip: lan937x: add phylink_mac_config support
Arun Ramadoss
4
-2
/
+74
2022-07-02
net: dsa: microchip: lan937x: add phylink_mac_link_up support
Arun Ramadoss
5
-0
/
+82
2022-07-02
net: dsa: microchip: lan937x: add phylink_get_caps support
Arun Ramadoss
3
-0
/
+15
2022-07-02
net: dsa: microchip: lan937x: add MTU and fast_age support
Arun Ramadoss
4
-0
/
+36
2022-07-02
net: dsa: microchip: lan937x: register mdio-bus
Arun Ramadoss
1
-0
/
+74
2022-07-02
net: dsa: microchip: lan937x: add phy read and write support
Arun Ramadoss
4
-0
/
+156
2022-07-02
net: dsa: microchip: lan937x: add dsa_tag_protocol
Arun Ramadoss
2
-0
/
+12
2022-07-02
net: dsa: microchip: add DSA support for microchip LAN937x
Arun Ramadoss
6
-1
/
+333
2022-07-02
net: dsa: microchip: generic access to ksz9477 static and reserved table
Arun Ramadoss
4
-10
/
+58
2022-06-30
time64.h: consolidate uses of PSEC_PER_NSEC
Vladimir Oltean
1
-2
/
+3
2022-06-30
net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...
Vladimir Oltean
3
-0
/
+211
2022-06-30
net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmw
Vladimir Oltean
1
-12
/
+5
2022-06-30
net: dsa: felix: keep reference on entire tc-taprio config
Vladimir Oltean
1
-10
/
+13
2022-06-30
net: dsa: rzn1-a5psw: add missing of_node_put() in a5psw_pcs_get()
Yang Yingliang
1
-0
/
+2
2022-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+10
[next]