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
/
oki-semi
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-06-09
net: pch_gbe: Allow build on MIPS_GENERIC kernel
Jiaxun Yang
1
-1
/
+1
2022-11-19
net: pch_gbe: fix pci device refcount leak while module exiting
Yang Yingliang
1
-1
/
+4
2022-11-18
net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
Wang Hai
1
-0
/
+1
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-04-29
eth: pch_gbe: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-7
/
+5
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-3
/
+0
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+10
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-2
/
+2
2021-08-19
net: pch_gbe: remove mii_ethtool_gset() error handling
Pavel Skripkin
2
-10
/
+2
2021-08-14
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
1
-0
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-11
net: pch_gbe: remove unneeded MODULE_VERSION() call
Andy Shevchenko
3
-6
/
+2
2021-05-11
net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()
Andy Shevchenko
1
-13
/
+6
2021-05-11
net: pch_gbe: use readx_poll_timeout_atomic() variant
Andy Shevchenko
1
-19
/
+8
2021-05-11
net: pch_gbe: Convert to use GPIO descriptors
Andy Shevchenko
1
-12
/
+32
2021-05-11
net: pch_gbe: Propagate error from devm_gpio_request_one()
Andy Shevchenko
1
-3
/
+7
2021-03-13
ptp_pch: Move 'pch_*()' prototypes to shared header
Lee Jones
2
-8
/
+1
2021-03-13
ptp_pch: Remove unused function 'pch_ch_control_read()'
Lee Jones
1
-1
/
+0
2020-11-24
net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'
Christophe JAILLET
1
-4
/
+6
2020-11-24
net: pch_gbe: Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
1
-10
/
+4
2020-11-11
net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspend
Kaixu Xia
1
-2
/
+1
2020-09-26
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
3
-11
/
+12
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-29
net: pch_gbe: fix pch_gbe_xmit_frame()'s return type
Luc Van Oostenryck
1
-1
/
+1
2020-06-19
net: ethernet: oki-semi: pch_gbe: fix spelling mistake
Flavio Suligoi
1
-1
/
+1
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-2
/
+2
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340
Thomas Gleixner
6
-72
/
+6
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
4
-0
/
+4
2019-03-10
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+2
2019-02-02
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
1
-5
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-6
/
+6
2018-06-23
net: pch_gbe: Clean up pch_gbe_set_multi
Paul Burton
1
-17
/
+16
2018-06-23
net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_update
Paul Burton
1
-54
/
+19
2018-06-23
net: pch_gbe: Use module_pci_driver()
Paul Burton
1
-18
/
+1
2018-06-23
net: pch_gbe: Remove dead RINGFREE code
Paul Burton
1
-13
/
+0
2018-06-23
net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII define
Paul Burton
2
-10
/
+0
2018-06-23
net: pch_gbe: Remove pch_gbe_hal_setup_init_funcs
Paul Burton
5
-84
/
+4
2018-06-23
net: pch_gbe: Remove get_bus_info HAL abstraction
Paul Burton
4
-83
/
+0
2018-06-23
net: pch_gbe: Remove init_hw HAL abstraction
Paul Burton
4
-52
/
+15
2018-06-23
net: pch_gbe: Remove {read,write}_phy_reg HAL abstraction
Paul Burton
4
-44
/
+2
2018-06-23
net: pch_gbe: Remove reset_phy HAL abstraction
Paul Burton
4
-21
/
+2
2018-06-23
net: pch_gbe: Remove sw_reset_phy HAL abstraction
Paul Burton
5
-21
/
+1
2018-06-23
net: pch_gbe: Remove read_mac_addr HAL abstraction
Paul Burton
4
-25
/
+2
2018-06-23
net: pch_gbe: Remove power_{up,down}_phy HAL abstraction
Paul Burton
4
-34
/
+6
2018-06-23
net: pch_gbe: Remove unused copybreak parameter
Paul Burton
1
-15
/
+0
[next]