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