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-06-30
net: dsa: felix: fix race between reading PSFP stats and port stats
Vladimir Oltean
1
-0
/
+4
2022-06-29
net: dsa: rzn1-a5psw: fix a NULL vs IS_ERR() check in a5psw_probe()
Peng Wu
1
-2
/
+2
2022-06-29
net: dsa: microchip: count pause packets together will all other packets
Oleksij Rempel
1
-2
/
+4
2022-06-29
net: dsa: microchip: add pause stats support
Oleksij Rempel
2
-0
/
+20
2022-06-29
net: dsa: ar9331: add support for pause stats
Oleksij Rempel
1
-0
/
+17
2022-06-29
net: dsa: microchip: move remaining register offset to ksz_chip_reg
Arun Ramadoss
2
-42
/
+18
2022-06-29
net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
Arun Ramadoss
6
-29
/
+35
2022-06-29
net: dsa: microchip: change the size of reg from u8 to u16
Arun Ramadoss
3
-14
/
+14
2022-06-29
net: dsa: microchip: remove the struct ksz8
Arun Ramadoss
3
-27
/
+4
2022-06-29
net: dsa: microchip: move ksz8->shifts to ksz_common
Arun Ramadoss
4
-56
/
+46
2022-06-29
net: dsa: microchip: move ksz8->masks to ksz_common
Arun Ramadoss
5
-86
/
+81
2022-06-29
net: dsa: microchip: move ksz8->regs to ksz_common
Arun Ramadoss
5
-73
/
+79
2022-06-27
net: dsa: rzn1-a5psw: add FDB support
Clément Léger
2
-0
/
+185
2022-06-27
net: dsa: rzn1-a5psw: add statistics support
Clément Léger
2
-0
/
+220
2022-06-27
net: dsa: rzn1-a5psw: add Renesas RZ/N1 advanced 5 port switch driver
Clément Léger
4
-0
/
+926
2022-06-24
net: dsa: microchip: common ksz_spi_probe for ksz switches
Arun Ramadoss
4
-183
/
+69
2022-06-24
net: dsa: microchip: remove the ksz8/ksz9477_switch_register
Arun Ramadoss
7
-19
/
+4
2022-06-24
net: dsa: microchip: move ksz_dev_ops to ksz_common.c
Arun Ramadoss
6
-164
/
+271
2022-06-24
net: dsa: microchip: common menuconfig for ksz series switch
Arun Ramadoss
3
-25
/
+13
2022-06-24
net: dsa: microchip: ksz9477: separate phylink mode from switch register
Arun Ramadoss
2
-26
/
+7
2022-06-24
net: dsa: microchip: common dsa_switch_ops for ksz switches
Arun Ramadoss
4
-190
/
+89
2022-06-24
net: dsa: microchip: move start of switch to ksz_setup
Arun Ramadoss
5
-5
/
+20
2022-06-24
net: dsa: microchip: move multicast enable to ksz_setup
Arun Ramadoss
6
-6
/
+19
2022-06-24
net: dsa: microchip: move broadcast rate limit to ksz_setup
Arun Ramadoss
6
-32
/
+30
2022-06-24
net: dsa: microchip: move setup function to ksz_common
Arun Ramadoss
4
-41
/
+41
2022-06-24
net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_ops
Arun Ramadoss
3
-9
/
+52
2022-06-24
net: dsa: microchip: add config_cpu_port to struct ksz_dev_ops
Arun Ramadoss
3
-2
/
+5
2022-06-24
net: dsa: microchip: rename shutdown to reset in ksz_dev_ops
Arun Ramadoss
5
-9
/
+9
2022-06-23
net: dsa: bcm_sf2: force pause link settings
Doug Berger
1
-0
/
+5
2022-06-23
net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()
Liang He
1
-0
/
+1
2022-06-23
net: dsa: mv88e6xxx: get rid of SPEED_MAX setting
Russell King
3
-33
/
+30
2022-06-23
net: dsa: mv88e6xxx: remove mv88e6065 dead code
Russell King (Oracle)
2
-17
/
+0
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+22
2022-06-22
net: dsa: qca8k: reduce mgmt ethernet timeout
Christian Marangi
1
-1
/
+1
2022-06-22
net: dsa: qca8k: reset cpu port on MTU change
Christian Marangi
1
-1
/
+21
2022-06-21
net: dsa: microchip: move get_phy_flags & mtu to ksz_common
Arun Ramadoss
4
-18
/
+52
2022-06-21
net: dsa: microchip: update fdb add/del/dump in ksz_common
Arun Ramadoss
4
-51
/
+85
2022-06-21
net: dsa: microchip: update the ksz_port_mdb_add/del
Arun Ramadoss
4
-68
/
+98
2022-06-21
net: dsa: microchip: update the ksz_phylink_get_caps
Arun Ramadoss
4
-10
/
+11
2022-06-21
net: dsa: microchip: get P_STP_CTRL in ksz_port_stp_state by ksz_dev_ops
Arun Ramadoss
4
-22
/
+24
2022-06-21
net: dsa: microchip: move the port mirror to ksz_common
Arun Ramadoss
4
-13
/
+45
2022-06-21
net: dsa: microchip: move vlan functionality to ksz_common
Arun Ramadoss
4
-20
/
+69
2022-06-21
net: dsa: microchip: ksz9477: use ksz_read_phy16 & ksz_write_phy16
Arun Ramadoss
1
-13
/
+10
2022-06-21
net: dsa: microchip: move tag_protocol to ksz_common
Arun Ramadoss
4
-25
/
+28
2022-06-21
net: dsa: microchip: move switch chip_id detection to ksz_common
Arun Ramadoss
6
-90
/
+93
2022-06-21
net: dsa: microchip: ksz9477: cleanup the ksz9477_switch_detect
Arun Ramadoss
1
-26
/
+22
2022-06-19
net: dsa: felix: update base time of time-aware shaper when adjusting PTP time
Xiaoliang Yang
1
-6
/
+77
2022-06-17
net: dsa: ar9331: fix potential dead lock on mdio access
Oleksij Rempel
1
-2
/
+15
2022-06-17
net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105
Ong Boon Leong
1
-1
/
+1
2022-06-16
net: dsa: realtek: rtl8365mb: handle PHY interface modes correctly
Alvin Šipraga
1
-107
/
+174
[prev]
[next]