aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-04-29eth: pch_gbe: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-7/+5
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2
2021-08-19net: pch_gbe: remove mii_ethtool_gset() error handlingPavel Skripkin1-7/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-10net: pch_gbe: remove unneeded MODULE_VERSION() callAndy Shevchenko1-4/+0
2021-05-10net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko1-13/+6
2021-05-10net: pch_gbe: use readx_poll_timeout_atomic() variantAndy Shevchenko1-19/+8
2021-05-10net: pch_gbe: Convert to use GPIO descriptorsAndy Shevchenko1-12/+32
2021-05-10net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko1-3/+7
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones1-0/+1
2020-11-23net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'Christophe JAILLET1-4/+6
2020-11-23net: pch_gbe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-10/+4
2020-11-10net: pch_gbe: remove unneeded variable retval in __pch_gbe_suspendKaixu Xia1-2/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+3
2020-06-28net: pch_gbe: fix pch_gbe_xmit_frame()'s return typeLuc Van Oostenryck1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner1-12/+1
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 PCH_GBE_MAC_IFOP_RGMII definePaul Burton1-9/+0
2018-06-23net: pch_gbe: Remove pch_gbe_hal_setup_init_funcsPaul Burton1-6/+2
2018-06-23net: pch_gbe: Remove get_bus_info HAL abstractionPaul Burton1-1/+0
2018-06-23net: pch_gbe: Remove init_hw HAL abstractionPaul Burton1-4/+15
2018-06-23net: pch_gbe: Remove reset_phy HAL abstractionPaul Burton1-2/+2
2018-06-23net: pch_gbe: Remove read_mac_addr HAL abstractionPaul Burton1-2/+2
2018-06-23net: pch_gbe: Remove power_{up,down}_phy HAL abstractionPaul Burton1-6/+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 Shevchenko1-26/+16
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 romieu1-8/+2
2016-04-26pch_gbe: fix bogus trylock conversionFlorian Westphal1-1/+1
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-4/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-10/+1
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-14pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-9/+7
2013-07-25pch_gbe: Add MinnowBoard supportDarren Hart1-0/+49
2013-07-24pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32Darren Hart1-1/+1