summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi
Commit message (Expand)AuthorAgeFilesLines
* net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-171-20/+38
* pch_gbe: Omit private ndo_get_stats functionTobias Klauser2017-02-141-12/+0
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-7/+6
* pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2016-04-282-10/+2
* pch_gbe: fix bogus trylock conversionFlorian Westphal2016-04-261-1/+1
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-4/+2
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller2014-09-221-0/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-1/+1
* net: pch_gbe depends on x86_32Jean Delvare2014-05-161-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-10/+1
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-068-16/+8
* pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
* oki-semi: Remove extern from function prototypesJoe Perches2013-09-241-28/+28
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-9/+7
* pch_gbe: ethtool cannot change parameters when link is downAnders Larsen2013-08-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-1/+1
|\
| * net: pch_gbe depends on x86Jiri Slaby2013-07-221-1/+1
* | pch_gbe: Add MinnowBoard supportDarren Hart2013-07-254-0/+163
* | pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32Darren Hart2013-07-241-1/+1
|/
* pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko2013-06-281-35/+15
* pch_gbe: convert pr_* to netdev_*Andy Shevchenko2013-06-286-164/+250
* pch_gbe: remove inline keyword for exported functionsAndy Shevchenko2013-06-283-13/+13
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* 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/+5
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-8/+4
|/
* pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings2012-11-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-79/+37
|\
| * pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico2012-10-241-6/+11
| * pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico2012-10-231-60/+6
| * pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico2012-10-231-13/+6
| * 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-013-30/+0
* | ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-011-1/+0
* | pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-011-1/+0
|/
* pch_gbe: Fix build error by selecting all the possible dependencies.Haicheng Li2012-10-091-0/+3
* pch_gbe: Fix PTP dependencies.David S. Miller2012-10-021-1/+1
* netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
* pch_gbe: vlan skb len fixAndy Cress2012-07-261-7/+0
* pch_gbe: add extra clean txAndy Cress2012-07-261-13/+44
* pch_gbe: fix transmit watchdog timeoutAndy Cress2012-07-261-1/+1