aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/oki-semi
AgeCommit message (Expand)AuthorFilesLines
2023-06-08net: pch_gbe: Allow build on MIPS_GENERIC kernelGravatar Jiaxun Yang 1-1/+1
2022-11-18net: pch_gbe: fix pci device refcount leak while module exitingGravatar Yang Yingliang 1-1/+4
2022-11-18net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Gravatar Wang Hai 1-0/+1
2022-09-28net: drop the weight argument from netif_napi_addGravatar Jakub Kicinski 1-2/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-3/+3
2022-04-29eth: pch_gbe: remove a copy of the NAPI_POLL_WEIGHT defineGravatar Jakub Kicinski 1-7/+5
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXGravatar Hangbin Liu 1-3/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenGravatar Hao Chen 1-2/+10
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesGravatar Jakub Kicinski 1-2/+2
2021-08-19net: pch_gbe: remove mii_ethtool_gset() error handlingGravatar Pavel Skripkin 2-10/+2
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesGravatar Arnd Bergmann 1-0/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlGravatar Arnd Bergmann 1-1/+1
2021-05-10net: pch_gbe: remove unneeded MODULE_VERSION() callGravatar Andy Shevchenko 3-6/+2
2021-05-10net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Gravatar Andy Shevchenko 1-13/+6
2021-05-10net: pch_gbe: use readx_poll_timeout_atomic() variantGravatar Andy Shevchenko 1-19/+8
2021-05-10net: pch_gbe: Convert to use GPIO descriptorsGravatar Andy Shevchenko 1-12/+32
2021-05-10net: pch_gbe: Propagate error from devm_gpio_request_one()Gravatar Andy Shevchenko 1-3/+7
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerGravatar Lee Jones 2-8/+1
2021-03-12ptp_pch: Remove unused function 'pch_ch_control_read()'Gravatar Lee Jones 1-1/+0
2020-11-23net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'Gravatar Christophe JAILLET 1-4/+6
2020-11-23net: pch_gbe: Use dma_set_mask_and_coherent to simplify codeGravatar Christophe JAILLET 1-10/+4
2020-11-10net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspendGravatar Kaixu Xia 1-2/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsGravatar Jesse Brandeburg 3-11/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-28net: pch_gbe: fix pch_gbe_xmit_frame()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2020-06-19net: ethernet: oki-semi: pch_gbe: fix spelling mistakeGravatar Flavio Suligoi 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 2-2/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Gravatar Thomas Gleixner 6-72/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+2
2019-02-01PCI: Move Rohm Vendor ID to generic listGravatar Andy Shevchenko 1-5/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-6/+6
2018-06-23net: pch_gbe: Clean up pch_gbe_set_multiGravatar Paul Burton 1-17/+16
2018-06-23net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_updateGravatar Paul Burton 1-54/+19
2018-06-23net: pch_gbe: Use module_pci_driver()Gravatar Paul Burton 1-18/+1
2018-06-23net: pch_gbe: Remove dead RINGFREE codeGravatar Paul Burton 1-13/+0
2018-06-23net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII defineGravatar Paul Burton 2-10/+0
2018-06-23net: pch_gbe: Remove pch_gbe_hal_setup_init_funcsGravatar Paul Burton 5-84/+4
2018-06-23net: pch_gbe: Remove get_bus_info HAL abstractionGravatar Paul Burton 4-83/+0
2018-06-23net: pch_gbe: Remove init_hw HAL abstractionGravatar Paul Burton 4-52/+15
2018-06-23net: pch_gbe: Remove {read,write}_phy_reg HAL abstractionGravatar Paul Burton 4-44/+2
2018-06-23net: pch_gbe: Remove reset_phy HAL abstractionGravatar Paul Burton 4-21/+2
2018-06-23net: pch_gbe: Remove sw_reset_phy HAL abstractionGravatar Paul Burton 5-21/+1
2018-06-23net: pch_gbe: Remove read_mac_addr HAL abstractionGravatar Paul Burton 4-25/+2
2018-06-23net: pch_gbe: Remove power_{up,down}_phy HAL abstractionGravatar Paul Burton 4-34/+6
2018-06-23net: pch_gbe: Remove unused copybreak parameterGravatar Paul Burton 1-15/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1