summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner2019-06-051-12/+1Star
* Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-5/+2Star
|\
| * PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-021-5/+2Star
* | 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/+16Star
* net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_updatePaul Burton2018-06-231-54/+19Star
* net: pch_gbe: Use module_pci_driver()Paul Burton2018-06-231-18/+1Star
* net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII definePaul Burton2018-06-231-9/+0Star
* net: pch_gbe: Remove pch_gbe_hal_setup_init_funcsPaul Burton2018-06-231-6/+2Star
* net: pch_gbe: Remove get_bus_info HAL abstractionPaul Burton2018-06-231-1/+0Star
* net: pch_gbe: Remove init_hw HAL abstractionPaul Burton2018-06-231-4/+15
* net: pch_gbe: Remove reset_phy HAL abstractionPaul Burton2018-06-231-2/+2
* net: pch_gbe: Remove read_mac_addr HAL abstractionPaul Burton2018-06-231-2/+2
* net: pch_gbe: Remove power_{up,down}_phy HAL abstractionPaul Burton2018-06-231-6/+6
* net: pch_gbe: Remove unused copybreak parameterPaul Burton2018-06-231-15/+0Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-2/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+4
* pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2017-10-161-26/+16Star
* pch_gbe: Omit private ndo_get_stats functionTobias Klauser2017-02-141-12/+0Star
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-7/+6Star
* pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2016-04-281-8/+2Star
* pch_gbe: fix bogus trylock conversionFlorian Westphal2016-04-261-1/+1
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-4/+2Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-10/+1Star
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3Star
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-9/+7Star
* pch_gbe: Add MinnowBoard supportDarren Hart2013-07-251-0/+49
* pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32Darren Hart2013-07-251-1/+1
* pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko2013-06-291-35/+15Star
* pch_gbe: convert pr_* to netdev_*Andy Shevchenko2013-06-291-116/+159
* pch_gbe: remove inline keyword for exported functionsAndy Shevchenko2013-06-291-1/+1
* pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico2013-04-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-2/+2
|\
| * pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico2013-03-261-2/+2
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-6/+5Star
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-8/+4Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-79/+37Star
|\
| * pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico2012-10-251-6/+11
| * pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico2012-10-231-60/+6Star
| * pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico2012-10-231-13/+6Star
| * pch_gbe: create functions for MAC_RX {en,dis}ableVeaceslav Falico2012-10-231-6/+20
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-011-14/+0Star
|/
* netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
* pch_gbe: vlan skb len fixAndy Cress2012-07-261-7/+0Star
* pch_gbe: add extra clean txAndy Cress2012-07-261-13/+44
* pch_gbe: fix transmit watchdog timeoutAndy Cress2012-07-261-1/+1