index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
net: dsa: b53: move reading ARL entries into their own function
Jonas Gorski
1
-46
/
+23
2025-11-10
net: dsa: b53: b53_arl_read{,25}(): use the entry for comparision
Jonas Gorski
1
-12
/
+10
2025-11-06
net: dsa: add driver for MaxLinear GSW1xx switch family
Daniel Golle
6
-0
/
+1027
2025-11-06
net: dsa: lantiq_gswip: allow adjusting MII delays
Daniel Golle
2
-38
/
+60
2025-11-06
net: dsa: lantiq_gswip: add vendor property to setup MII refclk output
Daniel Golle
1
-0
/
+2
2025-11-06
net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID
Daniel Golle
2
-1
/
+7
2025-11-06
net: dsa: lantiq_gswip: set link parameters also for CPU port
Daniel Golle
1
-1
/
+1
2025-11-06
net: dsa: lantiq_gswip: support Energy Efficient Ethernet
Daniel Golle
2
-0
/
+54
2025-11-06
net: dsa: lantiq_gswip: support enable/disable learning
Daniel Golle
2
-0
/
+46
2025-11-06
net: dsa: lantiq_gswip: split into common and MMIO parts
Daniel Golle
5
-1579
/
+1645
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-25
/
+121
2025-11-06
net: dsa: microchip: Fix reserved multicast address table programming
Tristram Ha
4
-16
/
+91
2025-11-05
net: dsa: microchip: Fix a link check in ksz9477_pcs_read()
Dan Carpenter
1
-1
/
+1
2025-11-03
net: dsa: yt921x: Fix spelling mistake "stucked" -> "stuck"
Colin Ian King
1
-1
/
+1
2025-11-03
net: dsa: b53: properly bound ARL searches for < 4 ARL bin chips
Jonas Gorski
1
-3
/
+6
2025-11-03
net: dsa: b53: stop reading ARL entries if search is done
Jonas Gorski
1
-1
/
+1
2025-11-03
net: dsa: b53: fix enabling ip multicast
Jonas Gorski
2
-4
/
+3
2025-11-03
net: dsa: b53: fix bcm63xx RGMII port link adjustment
Jonas Gorski
1
-1
/
+11
2025-11-03
net: dsa: b53: fix resetting speed and pause on forced link
Jonas Gorski
1
-0
/
+9
2025-10-23
net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parameters
Daniel Golle
1
-10
/
+7
2025-10-23
net: dsa: lantiq_gswip: optimize regmap_write_bits() statements
Daniel Golle
1
-18
/
+15
2025-10-23
net: dsa: lantiq_gswip: replace *_mask() functions with regmap API
Daniel Golle
1
-70
/
+70
2025-10-23
net: dsa: lantiq_gswip: manually convert remaining uses of read accessors
Daniel Golle
1
-40
/
+38
2025-10-23
net: dsa: lantiq_gswip: convert trivial accessor uses to regmap
Daniel Golle
1
-84
/
+76
2025-10-23
net: dsa: lantiq_gswip: convert accessors to use regmap
Daniel Golle
3
-47
/
+67
2025-10-23
net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in comment
Daniel Golle
1
-1
/
+5
2025-10-21
net: dsa: yt921x: Add support for Motorcomm YT921x
David Yang
4
-0
/
+3403
2025-10-17
net: dsa: lantiq_gswip: treat VID 0 like the PVID
Vladimir Oltean
1
-2
/
+2
2025-10-17
net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVID
Vladimir Oltean
2
-0
/
+10
2025-10-17
net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remo...
Vladimir Oltean
1
-1
/
+2
2025-10-17
net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_...
Vladimir Oltean
1
-5
/
+4
2025-10-17
net: dsa: lantiq_gswip: disallow changes to privately set up VID 0
Vladimir Oltean
1
-0
/
+6
2025-10-17
net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering state
Vladimir Oltean
2
-27
/
+12
2025-10-17
net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering option
Vladimir Oltean
1
-6
/
+43
2025-10-17
net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_awa...
Vladimir Oltean
1
-77
/
+17
2025-10-17
net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]
Vladimir Oltean
1
-2
/
+1
2025-10-17
net: dsa: lantiq_gswip: define VLAN ID 0 constant
Vladimir Oltean
2
-5
/
+9
2025-10-17
net: dsa: lantiq_gswip: support bridge FDB entries on the CPU port
Vladimir Oltean
1
-8
/
+10
2025-10-14
net: dsa: b53: implement port isolation support
Jonas Gorski
2
-1
/
+28
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+16
2025-09-25
net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...
Vladimir Oltean
1
-1
/
+2
2025-09-25
net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()
Vladimir Oltean
1
-4
/
+14
2025-09-22
net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463
Bastien Curutchet
1
-0
/
+45
2025-09-19
net: dsa: dsa_loop: remove duplicated definition of NUM_FIXED_PHYS
Heiner Kallweit
1
-2
/
+0
2025-09-17
net: dsa: mv88e6xxx: move mv88e6xxx_hwtstamp_work() prototype
Russell King (Oracle)
2
-6
/
+1
2025-09-17
net: dsa: mv88e6xxx: remove unused 88E6165 register definitions
Russell King (Oracle)
1
-42
/
+3
2025-09-17
net: dsa: mv88e6xxx: remove duplicated register definition
Russell King (Oracle)
2
-7
/
+1
2025-09-17
net: dsa: mv88e6xxx: remove unused TAI definitions
Russell King (Oracle)
1
-26
/
+0
2025-09-17
net: dsa: mv88e6xxx: rename TAI definitions according to core
Russell King (Oracle)
2
-37
/
+34
2025-09-17
net: dsa: dsa_loop: remove usage of mdio_board_info
Heiner Kallweit
4
-62
/
+60
[prev]
[next]