summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi
AgeCommit message (Expand)Author
2020-11-23net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'Christophe JAILLET
2020-11-23net: pch_gbe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-11-10net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspendKaixu Xia
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-28net: pch_gbe: fix pch_gbe_xmit_frame()'s return typeLuc Van Oostenryck
2020-06-19net: ethernet: oki-semi: pch_gbe: fix spelling mistakeFlavio Suligoi
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-06-23net: pch_gbe: Clean up pch_gbe_set_multiPaul Burton
2018-06-23net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_updatePaul Burton
2018-06-23net: pch_gbe: Use module_pci_driver()Paul Burton
2018-06-23net: pch_gbe: Remove dead RINGFREE codePaul Burton
2018-06-23net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII definePaul Burton
2018-06-23net: pch_gbe: Remove pch_gbe_hal_setup_init_funcsPaul Burton
2018-06-23net: pch_gbe: Remove get_bus_info HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove init_hw HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove {read,write}_phy_reg HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove reset_phy HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove sw_reset_phy HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove read_mac_addr HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove power_{up,down}_phy HAL abstractionPaul Burton
2018-06-23net: pch_gbe: Remove unused copybreak parameterPaul Burton
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-01-17pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-16pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-02-17net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-14pch_gbe: Omit private ndo_get_stats functionTobias Klauser
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-04-28pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu
2016-04-26pch_gbe: fix bogus trylock conversionFlorian Westphal
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2014-09-22pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-16net: pch_gbe depends on x86_32Jean Delvare