summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi/pch_gbe
Commit message (Expand)AuthorAgeFilesLines
...
* pch_gbe: remove inline keyword for exported functionsAndy Shevchenko2013-06-293-13/+13
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-201-1/+0Star
* 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
|/
* pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings2012-11-181-0/+1
* 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-013-30/+0Star
* | ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-011-1/+0Star
* | pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-011-1/+0Star
|/
* 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-031-1/+1
* 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
* net/pch_gpe: Cannot disable ethernet autonegationWei Yang2012-07-262-2/+3
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-114-34/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-172-16/+11Star
|\
| * pch_gbe: fix transmit racesEric Dumazet2012-05-152-16/+11Star
* | pch_gbe: reprogram multicast address register on resetRongQing.Li2012-05-011-55/+5Star
* | drivers/net/oki-semi: Donot recompute IP header checksumRongQing.Li2012-04-291-2/+0Star
* | drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALENRongQing.Li2012-04-291-2/+1Star
* | pch_gbe: remove suspicious commentRichard Cochran2012-04-211-1/+0Star
* | pch_gbe: run the ptp bpf just once per packetRichard Cochran2012-04-211-3/+1Star
* | pch_gbe: correct receive time stamp filteringTakahiro Shimizu2012-04-211-1/+13
* | pch_gbe: improve coding styleTakahiro Shimizu2012-04-211-9/+9
* | pch_gbe: export a method to set the receive match addressTakahiro Shimizu2012-04-211-0/+1
* | pch_gbe: reprogram multicast address register on resetTakahiro Shimizu2012-04-211-3/+57
* | pch_gbe: simplify transmit time stamping flag testTakahiro Shimizu2012-04-211-3/+3
* | pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu2012-04-211-4/+0Star
|/
* net/pch_gbe: supports eg20t ptp clockTakahiroi Shimizu2012-03-093-3/+240
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-011-7/+8
|\
| * pch_gbe: memory corruption calling pch_gbe_validate_option()Dan Carpenter2012-03-011-7/+8
* | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-2/+0Star
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-6/+3Star
|/
* pch_gbe: Do not abort probe on bad MACDarren Hart2012-01-181-3/+14
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-211-1/+1
|\
| * pch_gbe: Move #include of module.hJoe Perches2011-11-161-1/+1
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-2/+3
* | Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-4/+5
|/
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-012-0/+2