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
/
broadcom
/
bcm63xx_enet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-10-10
bcm63xx_enet: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-09-20
net: ethernet: broadcom: Convert to platform remove callback returning void
Uwe Kleine-König
1
-6
/
+4
2023-08-09
bcm63xx_enet: Remove redundant initialization owner
Li Zetao
1
-3
/
+0
2022-12-30
net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove function
Uwe Kleine-König
1
-6
/
+0
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-07-11
bcm63xx: fix Tx cleanup when NAPI poll budget is zero
Sieng-Piaw Liew
1
-5
/
+5
2022-07-09
bcm63xx_enet: change the driver variables to static
Yang Yingliang
1
-2
/
+2
2022-06-15
bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_heads
Sieng Piaw Liew
1
-2
/
+2
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-2
/
+2
2022-03-05
bcm63xx_enet: Use platform_get_irq() to get the interrupt
Meng Tang
1
-8
/
+8
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-7
/
+18
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+3
2021-07-30
bcm63xx_enet: delete a redundant assignment
Tang Bin
1
-1
/
+0
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-2
/
+2
2021-02-23
bcm63xx_enet: fix sporadic kernel panic
Sieng Piaw Liew
1
-2
/
+6
2021-01-07
bcm63xx_enet: improve rx loop
Sieng Piaw Liew
1
-2
/
+2
2021-01-07
bcm63xx_enet: convert to build_skb
Sieng Piaw Liew
1
-50
/
+61
2021-01-07
bcm63xx_enet: consolidate rx SKB ring cleanup code
Sieng Piaw Liew
1
-50
/
+22
2021-01-07
bcm63xx_enet: alloc rx skb with NET_IP_ALIGN
Sieng Piaw Liew
1
-1
/
+4
2021-01-07
bcm63xx_enet: add xmit_more support
Sieng Piaw Liew
1
-1
/
+2
2021-01-07
bcm63xx_enet: add BQL support
Sieng Piaw Liew
1
-0
/
+9
2021-01-07
bcm63xx_enet: batch process rx path
Sieng Piaw Liew
1
-1
/
+5
2020-03-06
bcm63xx_enet: remove redundant variable definitions
tangbin
1
-1
/
+0
2020-03-04
net/broadcom: Don't set N/A FW if it is not available
Leon Romanovsky
1
-2
/
+0
2020-03-04
net/broadcom: Clean broadcom code from driver versions
Leon Romanovsky
1
-6
/
+2
2019-08-01
bcm63xx_enet: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-6
/
+3
2019-07-02
net: ethernet: broadcom: bcm63xx_enet: Remove unneeded memset
Hariprasad Kelam
1
-1
/
+0
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+4
2018-09-20
net: broadcom: fix return type of ndo_start_xmit function
YueHaibing
1
-2
/
+3
2018-09-13
net: ethernet: Add helper for set_pauseparam for Pause
Andrew Lunn
1
-5
/
+2
2018-09-13
net: ethernet: Add helper for MACs which support pause
Andrew Lunn
1
-1
/
+1
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-8
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-01-03
ethernet/broadcom: Use zeroing memory allocator than allocator/memset
Himanshu Jha
1
-4
/
+2
2017-12-19
bcm63xx_enet: use platform device id directly for miibus name
Jonas Gorski
1
-2
/
+1
2017-12-19
bcm63xx_enet: remove pointless mac_id check
Jonas Gorski
1
-1
/
+1
2017-12-19
bcm63xx_enet: use platform data for dma channel numbers
Jonas Gorski
1
-9
/
+2
2017-12-19
bcm63xx_enet: just use "enet" as the clock name
Jonas Gorski
1
-4
/
+1
2017-10-18
ethernet/broadcom: Convert timers to use timer_setup()
Kees Cook
1
-15
/
+9
2017-10-02
bcm63xx_enet: drop unneeded NULL phy_clk check
Jonas Gorski
1
-5
/
+2
2017-10-02
bcm63xx_enet: use managed functions for clock/ioremap
Jonas Gorski
1
-42
/
+12
2017-10-02
bcm63xx_enet: do not rely on probe order
Jonas Gorski
1
-7
/
+2
2017-10-02
bcm63xx_enet: do not write to random DMA channel on BCM6345
Jonas Gorski
1
-1
/
+2
2017-10-02
bcm63xx_enet: correct clock usage
Jonas Gorski
1
-8
/
+23
2017-09-26
net: bcm63xx_enet: Use setup_timer and mod_timer
Himanshu Jha
1
-5
/
+2
2017-09-21
drivers: net: bcm63xx: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-08-31
net: bcm63xx_enet: make bcm_enetsw_ethtool_ops const
Bhumika Goyal
1
-1
/
+1
2017-06-13
networking: use skb_put_zero()
Johannes Berg
1
-2
/
+1
[next]