index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
sja1105
/
sja1105_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: sja1105: provide own phylink MAC operations
Russell King (Oracle)
2024-04-16
1
-11
/
+27
*
net: dsa: sja1105: drop driver owner assignment
Krzysztof Kozlowski
2024-04-02
1
-1
/
+0
*
net: dsa: sja1105: Use units.h instead of the copy of a definition
Andy Shevchenko
2023-11-29
1
-1
/
+2
*
net: dsa: Use conduit and user terms
Florian Fainelli
2023-10-24
1
-2
/
+2
*
net: dsa: sja1105: block FDB accesses that are concurrent with a switch reset
Vladimir Oltean
2023-09-11
1
-0
/
+2
*
net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accesses
Vladimir Oltean
2023-09-11
1
-13
/
+43
*
net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"
Vladimir Oltean
2023-09-11
1
-5
/
+6
*
net: dsa: sja1105: complete tc-cbs offload support on SJA1110
Vladimir Oltean
2023-09-06
1
-0
/
+13
*
net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times
Vladimir Oltean
2023-09-06
1
-3
/
+20
*
net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload
Vladimir Oltean
2023-09-06
1
-3
/
+12
*
net: dsa: Explicitly include correct DT includes
Rob Herring
2023-07-26
1
-1
/
+0
*
net: dsa: remove legacy_pre_march2020 from drivers
Russell King (Oracle)
2023-07-18
1
-6
/
+0
*
net: dsa: sja1105: always enable the send_meta options
Vladimir Oltean
2023-07-04
1
-3
/
+2
*
net: dsa: sja1105: always enable the INCL_SRCPT option
Vladimir Oltean
2023-06-29
1
-7
/
+2
*
net: pcs: xpcs: update PCS driver to use neg_mode
Russell King (Oracle)
2023-06-22
1
-8
/
+6
*
net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()
Radu Nicolae Pirea (OSS)
2022-12-08
1
-1
/
+1
*
net: dsa: sja1105: remove unnecessary spi_set_drvdata()
Yang Yingliang
2022-09-22
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-0
/
+16
|
\
|
*
net: dsa: sja1105: silent spi_device_id warnings
Oleksij Rempel
2022-07-19
1
-0
/
+16
*
|
net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105
Ong Boon Leong
2022-06-17
1
-1
/
+1
|
/
*
net: dsa: sja1105: Convert to mdiobus_c45_read
Andrew Lunn
2022-05-02
1
-3
/
+2
*
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
2022-03-17
1
-1
/
+1
*
Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Jakub Kicinski
2022-02-28
1
-4
/
+2
|
\
|
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-4
/
+2
*
|
net: dsa: sja1105: enforce FDB isolation
Vladimir Oltean
2022-02-27
1
-29
/
+30
*
|
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
2022-02-27
1
-1
/
+2
*
|
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
2022-02-27
1
-7
/
+19
*
|
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
2022-02-27
1
-1
/
+1
*
|
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
2022-02-27
1
-2
/
+2
*
|
net: dsa: sja1105: support switching between SGMII and 2500BASE-X
Russell King (Oracle)
2022-02-25
1
-5
/
+22
*
|
net: dsa: sja1105: convert to phylink_generic_validate()
Russell King (Oracle)
2022-02-25
1
-28
/
+7
*
|
net: dsa: sja1105: mark as non-legacy
Russell King (Oracle)
2022-02-25
1
-0
/
+6
*
|
net: dsa: sja1105: use .mac_select_pcs() interface
Russell King (Oracle)
2022-02-25
1
-9
/
+7
*
|
net: dsa: sja1105: remove interface checks
Russell King (Oracle)
2022-02-25
1
-29
/
+0
*
|
net: dsa: sja1105: populate supported_interfaces
Russell King (Oracle)
2022-02-25
1
-0
/
+13
|
/
*
net: dsa: sja1105: fix broken connection with the sja1110 tagger
Vladimir Oltean
2021-12-14
1
-8
/
+8
*
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...
Vladimir Oltean
2021-12-12
1
-0
/
+1
*
net: dsa: tag_sja1105: convert to tagger-owned data
Vladimir Oltean
2021-12-12
1
-38
/
+16
*
net: dsa: sja1105: move ts_id from sja1105_tagger_data
Vladimir Oltean
2021-12-12
1
-0
/
+1
*
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
Vladimir Oltean
2021-12-12
1
-12
/
+3
*
net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021q
Vladimir Oltean
2021-12-12
1
-45
/
+32
*
net: dsa: sja1105: let deferred packets time out when sent to ports going down
Vladimir Oltean
2021-12-12
1
-13
/
+0
*
net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload
Vladimir Oltean
2021-12-08
1
-3
/
+16
*
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
2021-12-08
1
-1
/
+2
*
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
2021-12-08
1
-6
/
+6
*
net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpers
Vladimir Oltean
2021-12-08
1
-4
/
+6
*
net: dsa: assign a bridge number even without TX forwarding offload
Vladimir Oltean
2021-12-08
1
-1
/
+1
*
net: dsa: sja1105: serialize access to the dynamic config interface
Vladimir Oltean
2021-10-25
1
-0
/
+1
*
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
2021-10-25
1
-1
/
+0
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
1
-4
/
+3
[next]