summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/oki-semi
AgeCommit message (Expand)AuthorFilesLines
2012-11-18pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings1-0/+1
2012-11-11Merge 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-25pch_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-03pch_gbe: Fix PTP dependencies.David S. Miller1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-27pch_gbe: vlan skb len fixAndy Cress1-7/+0
2012-07-27pch_gbe: add extra clean txAndy Cress1-13/+44
2012-07-27pch_gbe: fix transmit watchdog timeoutAndy Cress1-1/+1
2012-07-26net/pch_gpe: Cannot disable ethernet autonegationWei Yang2-2/+3
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings4-34/+34
2012-05-17Merge 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-05-01pch_gbe: reprogram multicast address register on resetRongQing.Li1-55/+5
2012-04-29drivers/net/oki-semi: Donot recompute IP header checksumRongQing.Li1-2/+0
2012-04-29drivers/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
2012-04-21pch_gbe: simplify transmit time stamping flag testTakahiro Shimizu1-3/+3
2012-04-21pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu1-4/+0
2012-03-10net/pch_gbe: supports eg20t ptp clockTakahiroi Shimizu3-3/+240
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2012-03-02pch_gbe: memory corruption calling pch_gbe_validate_option()Dan Carpenter1-7/+8
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-1/+1
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-2/+0
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-6/+3
2012-01-19pch_gbe: Do not abort probe on bad MACDarren Hart1-3/+14
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones1-1/+0
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+3
2011-11-17pch_gbe: Move #include of module.hJoe Perches1-1/+1
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2-0/+2
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-29/+27
2011-09-27pch_gbe: remove unused variableJon Mason1-1/+0
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller3-116/+209
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1