aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
AgeCommit message (Expand)Author
2022-12-08net: pch_gbe: fix pci device refcount leak while module exitingYang Yingliang
2022-12-08net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()Wang Hai
2021-07-19net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko
2021-07-14net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas 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 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 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-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
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-11-14pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-07-25pch_gbe: Add MinnowBoard supportDarren Hart
2013-07-24pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32Darren Hart
2013-06-28pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko
2013-06-28pch_gbe: convert pr_* to netdev_*Andy Shevchenko
2013-06-28pch_gbe: remove inline keyword for exported functionsAndy Shevchenko
2013-04-16pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-26pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings
2012-10-24pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico
2012-10-23pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico
2012-10-23pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico
2012-10-23pch_gbe: create functions for MAC_RX {en,dis}ableVeaceslav Falico