aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner6-72/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+2
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-5/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-06-23net: pch_gbe: Clean up pch_gbe_set_multiPaul Burton1-17/+16
2018-06-23net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_updatePaul Burton1-54/+19
2018-06-23net: pch_gbe: Use module_pci_driver()Paul Burton1-18/+1
2018-06-23net: pch_gbe: Remove dead RINGFREE codePaul Burton1-13/+0
2018-06-23net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII definePaul Burton2-10/+0
2018-06-23net: pch_gbe: Remove pch_gbe_hal_setup_init_funcsPaul Burton5-84/+4
2018-06-23net: pch_gbe: Remove get_bus_info HAL abstractionPaul Burton4-83/+0
2018-06-23net: pch_gbe: Remove init_hw HAL abstractionPaul Burton4-52/+15
2018-06-23net: pch_gbe: Remove {read,write}_phy_reg HAL abstractionPaul Burton4-44/+2
2018-06-23net: pch_gbe: Remove reset_phy HAL abstractionPaul Burton4-21/+2
2018-06-23net: pch_gbe: Remove sw_reset_phy HAL abstractionPaul Burton5-21/+1
2018-06-23net: pch_gbe: Remove read_mac_addr HAL abstractionPaul Burton4-25/+2
2018-06-23net: pch_gbe: Remove power_{up,down}_phy HAL abstractionPaul Burton4-34/+6
2018-06-23net: pch_gbe: Remove unused copybreak parameterPaul Burton1-15/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-01-17pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-10-16pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2-28/+17
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+3
2017-02-17net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+38
2017-02-14pch_gbe: Omit private ndo_get_stats functionTobias Klauser1-12/+0
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-7/+6
2016-04-28pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2-10/+2
2016-04-26pch_gbe: fix bogus trylock conversionFlorian Westphal1-1/+1
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-4/+2
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-09-22pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-1/+1
2014-05-16net: pch_gbe depends on x86_32Jean Delvare1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-10/+1
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher8-16/+8
2013-11-14pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-09-24oki-semi: Remove extern from function prototypesJoe Perches1-28/+28
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-9/+7
2013-08-20pch_gbe: ethtool cannot change parameters when link is downAnders Larsen1-0/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1