summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi
Commit message (Expand)AuthorAgeFilesLines
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+10
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* net: pch_gbe: remove mii_ethtool_gset() error handlingPavel Skripkin2021-08-192-10/+2
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-0/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: pch_gbe: remove unneeded MODULE_VERSION() callAndy Shevchenko2021-05-103-6/+2
* net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko2021-05-101-13/+6
* net: pch_gbe: use readx_poll_timeout_atomic() variantAndy Shevchenko2021-05-101-19/+8
* net: pch_gbe: Convert to use GPIO descriptorsAndy Shevchenko2021-05-101-12/+32
* net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko2021-05-101-3/+7
* ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones2021-03-122-8/+1
* ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones2021-03-121-1/+0
* net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'Christophe JAILLET2020-11-231-4/+6
* net: pch_gbe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-231-10/+4
* net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspendKaixu Xia2020-11-101-2/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-253-11/+12
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: pch_gbe: fix pch_gbe_xmit_frame()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* net: ethernet: oki-semi: pch_gbe: fix spelling mistakeFlavio Suligoi2020-06-191-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner2019-06-056-72/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-5/+2
|\
| * PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-011-5/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
|/
* net: pch_gbe: Clean up pch_gbe_set_multiPaul Burton2018-06-231-17/+16
* net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_updatePaul Burton2018-06-231-54/+19
* net: pch_gbe: Use module_pci_driver()Paul Burton2018-06-231-18/+1
* net: pch_gbe: Remove dead RINGFREE codePaul Burton2018-06-231-13/+0
* net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII definePaul Burton2018-06-232-10/+0
* net: pch_gbe: Remove pch_gbe_hal_setup_init_funcsPaul Burton2018-06-235-84/+4
* net: pch_gbe: Remove get_bus_info HAL abstractionPaul Burton2018-06-234-83/+0
* net: pch_gbe: Remove init_hw HAL abstractionPaul Burton2018-06-234-52/+15
* net: pch_gbe: Remove {read,write}_phy_reg HAL abstractionPaul Burton2018-06-234-44/+2
* net: pch_gbe: Remove reset_phy HAL abstractionPaul Burton2018-06-234-21/+2
* net: pch_gbe: Remove sw_reset_phy HAL abstractionPaul Burton2018-06-235-21/+1
* net: pch_gbe: Remove read_mac_addr HAL abstractionPaul Burton2018-06-234-25/+2
* net: pch_gbe: Remove power_{up,down}_phy HAL abstractionPaul Burton2018-06-234-34/+6
* net: pch_gbe: Remove unused copybreak parameterPaul Burton2018-06-231-15/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-2/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2017-10-162-28/+17
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-3/+3
* net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-171-20/+38
* pch_gbe: Omit private ndo_get_stats functionTobias Klauser2017-02-141-12/+0