index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
apm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-05
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-10-21
net: xgene: Fix unused xgene_enet_of_match warning for !CONFIG_OF
Rob Herring
1
-1
/
+1
2023-10-13
net: ethernet: Use device_get_match_data()
Rob Herring
2
-15
/
+3
2023-09-20
net: ethernet: apm: Convert to platform remove callback returning void
Uwe Kleine-König
2
-8
/
+4
2023-08-11
net/xgene: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
1
-1
/
+1
2023-08-03
drivers: net: xgene: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
1
-2
/
+2
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2022-11-08
drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
Zhengchao Shao
1
-1
/
+3
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-5
/
+3
2022-03-23
drivers: net: xgene: Fix regression in CRC stripping
Stephane Graber
1
-5
/
+7
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-1
/
+1
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
4
-4
/
+4
2021-10-07
ethernet: use device_get_ethdev_address()
Jakub Kicinski
2
-2
/
+2
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
2
-2
/
+2
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
2
-2
/
+2
2021-08-23
xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()'
Christophe JAILLET
1
-1
/
+3
2020-08-27
net: xgene: Move shared header file into include/linux
Andrew Lunn
1
-1
/
+1
2020-02-24
net/apm: Properly mark absence of FW
Leon Romanovsky
2
-2
/
+0
2020-02-24
net/apm: Remove useless driver version
Leon Romanovsky
6
-6
/
+0
2020-01-27
drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'
Christophe JAILLET
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2
-2
/
+2
2019-07-31
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2
-7
/
+2
2019-07-28
drivers: net: xgene: Move status variable declaration into CONFIG_ACPI block
Nathan Chancellor
3
-3
/
+6
2019-07-24
drivers: net: xgene: Remove acpi_has_method() calls
Kelsey Skunberg
3
-14
/
+13
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
24
-312
/
+24
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
6
-0
/
+6
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+4
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+0
2018-12-15
drivers: net: xgene: Remove unnecessary forward declarations
Nathan Chancellor
1
-3
/
+0
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-10
/
+12
2018-09-13
net: ethernet: Add helper to determine if pause configuration is supported
Andrew Lunn
1
-3
/
+1
2018-09-13
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
1
-22
/
+4
2018-09-13
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
1
-3
/
+1
2018-09-13
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
1
-3
/
+3
2018-07-23
ACPI: Convert ACPI reference args to generic fwnode reference args
Sakari Ailus
1
-3
/
+3
2018-06-23
net: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
2
-2
/
+0
2017-09-06
drivers: net: xgene: Remove return statement from void function
Iyappan Subramanian
1
-2
/
+0
2017-09-06
drivers: net: xgene: Configure tx/rx delay for ACPI
Quan Nguyen
1
-5
/
+2
2017-09-06
drivers: net: xgene: Read tx/rx delay for ACPI
Iyappan Subramanian
1
-2
/
+2
2017-08-30
drivers: net: xgene: Correct probe sequence handling
Quan Nguyen
1
-14
/
+13
2017-08-04
xgene: Always get clk source, but ignore if it's missing for SGMII ports
Thomas Bogendoerfer
1
-3
/
+3
2017-07-13
xgene: Don't fail probe, if there is no clk resource for SGMII interfaces
Thomas Bogendoerfer
1
-10
/
+12
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
2
-3
/
+9
2017-05-20
xgene: Check all RGMII phy mode variants
Iyappan Subramanian
3
-15
/
+18
2017-05-16
drivers: net: xgene: Fix redundant prefetch buffer cleanup
Iyappan Subramanian
4
-62
/
+1
2017-05-16
drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15
Quan Nguyen
3
-9
/
+46
2017-05-16
drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8...
Quan Nguyen
3
-2
/
+10
[next]