aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-25pch_gbe: Add MinnowBoard supportDarren Hart4-0/+163
2013-07-24pch_gbe: Use PCH_GBE_PHY_REGS_LEN instead of 32Darren Hart1-1/+1
2013-07-22net: pch_gbe depends on x86Jiri Slaby1-1/+1
2013-06-28pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko1-35/+15
2013-06-28pch_gbe: convert pr_* to netdev_*Andy Shevchenko6-164/+250
2013-06-28pch_gbe: remove inline keyword for exported functionsAndy Shevchenko3-13/+13
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-04-16pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico1-1/+1
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-03-26pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-6/+5
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-8/+4
2012-11-17pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings1-0/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-79/+37
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings3-30/+0
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings1-1/+0
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings1-1/+0
2012-10-24pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico1-6/+11
2012-10-23pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico1-60/+6
2012-10-23pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico1-13/+6
2012-10-23pch_gbe: create functions for MAC_RX {en,dis}ableVeaceslav Falico1-6/+20
2012-10-09pch_gbe: Fix build error by selecting all the possible dependencies.Haicheng Li1-0/+3
2012-10-02pch_gbe: Fix PTP dependencies.David S. Miller1-1/+1
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-26pch_gbe: vlan skb len fixAndy Cress1-7/+0
2012-07-26pch_gbe: add extra clean txAndy Cress1-13/+44
2012-07-26pch_gbe: fix transmit watchdog timeoutAndy Cress1-1/+1
2012-07-25net/pch_gpe: Cannot disable ethernet autonegationWei Yang2-2/+3
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings4-34/+34
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+11
2012-05-15pch_gbe: fix transmit racesEric Dumazet2-16/+11
2012-04-30pch_gbe: reprogram multicast address register on resetRongQing.Li1-55/+5
2012-04-28drivers/net/oki-semi: Donot recompute IP header checksumRongQing.Li1-2/+0
2012-04-28drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALENRongQing.Li1-2/+1
2012-04-21pch_gbe: remove suspicious commentRichard Cochran1-1/+0
2012-04-21pch_gbe: run the ptp bpf just once per packetRichard Cochran1-3/+1
2012-04-21pch_gbe: correct receive time stamp filteringTakahiro Shimizu1-1/+13
2012-04-21pch_gbe: improve coding styleTakahiro Shimizu1-9/+9
2012-04-21pch_gbe: export a method to set the receive match addressTakahiro Shimizu1-0/+1
2012-04-21pch_gbe: reprogram multicast address register on resetTakahiro Shimizu1-3/+57