index
:
~dvdhrm/linux
drm-cleanup
drm-experimental
drm-log
drm-next
drmrevoke
fops
fops-experimental
hid-next
input-abs2
input-next
kdbus
master
memfd
memfd-isolate
revoke-experimental
simpledrm
wiimote
Private linux-kernel wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-02
net: stmmac: Handle different error codes from platform_get_irq_byname
Chen-Yu Tsai
1
-2
/
+2
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2014-05-22
stmmac: Remove unbalanced clk_disable call
Hans de Goede
1
-3
/
+1
2014-04-21
stmmac: remove stmmac_config
Florian Fainelli
1
-22
/
+0
2014-03-24
stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-11
stmmac: fix chained mode
Giuseppe CAVALLARO
1
-33
/
+23
2014-03-11
stmmac: fix and better tune the default buffer sizes
Giuseppe CAVALLARO
1
-6
/
+6
2014-03-11
stmmac: disable at run-time the EEE if not supported
Giuseppe CAVALLARO
1
-4
/
+19
2014-02-24
net: stmmac: Check return value of alloc_dma_desc_resources()
Tobias Klauser
1
-1
/
+1
2014-01-26
net: stmmac: Log MAC address only once
Hans de Goede
1
-2
/
+2
2014-01-26
net: stmmac: Silence PTP init errors on hw without PTP
Hans de Goede
1
-1
/
+1
2014-01-21
stmmac: Fix kernel crashes for jumbo frames
Vince Bridgers
1
-4
/
+7
2014-01-19
net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp
damuzi000
1
-16
/
+19
2014-01-19
net: stmmac: Add support for optional reset control
Chen-Yu Tsai
1
-1
/
+18
2014-01-19
net: stmmac: Enable stmmac main clock when probing hardware
Chen-Yu Tsai
1
-13
/
+13
2014-01-16
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
1
-2
/
+7
2014-01-16
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
1
-0
/
+3
2014-01-16
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
1
-16
/
+0
2014-01-16
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
1
-6
/
+7
2014-01-16
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
1
-67
/
+88
2014-01-16
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
1
-84
/
+85
2014-01-16
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
1
-1
/
+3
2014-01-15
stmmac: Add vlan rx for better GRO performance.
Vince Bridgers
1
-0
/
+19
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+9
2014-01-01
stmicro: make local variables static
stephen hemminger
1
-1
/
+1
2013-12-29
stmmac: Fix incorrect spinlock release and PTP cap detection.
Vince Bridgers
1
-11
/
+9
2013-11-14
stmmac: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+3
2013-08-30
driver:net:stmmac: Disable DMA store and forward mode if platform data force_...
Sonic Zhang
1
-1
/
+3
2013-08-21
stmmac: remove useless csum flag
Giuseppe CAVALLARO
1
-2
/
+1
2013-08-12
stmmac: fix init_dma_desc_rings() to handle errors
Bartlomiej Zolnierkiewicz
1
-19
/
+92
2013-07-04
net:stmmac: fix memleak in the open method
Giuseppe CAVALLARO
1
-10
/
+10
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-35
/
+31
2013-07-02
stmmac: dity-up and rework the driver debug levels
Giuseppe CAVALLARO
1
-86
/
+38
2013-07-01
net: stmmac: fixed enh_desc set always zero
Byungho An
1
-3
/
+3
2013-07-01
net: stmmac: fixed operator typo
Byungho An
1
-5
/
+5
2013-06-19
stmmac: fix EEE setup
Giuseppe CAVALLARO
1
-35
/
+31
2013-06-13
net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used
Dinh Nguyen
1
-1
/
+1
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-08
stmmac: prefetch all dma_erx when use extend_desc
Giuseppe CAVALLARO
1
-6
/
+3
2013-04-08
stmmac: code tidy-up
Giuseppe CAVALLARO
1
-139
/
+134
2013-04-08
stmmac: improve/review and fix kernel-doc
Giuseppe CAVALLARO
1
-44
/
+140
2013-04-08
stmmac: modified pcs mode support for SGMII
Byungho An
1
-4
/
+8
2013-03-26
stmmac: add the support for PTP hw clock driver
Rayagond Kokatanur
1
-9
/
+25
2013-03-26
stmmac: add IEEE PTPv1 and PTPv2 support.
Rayagond Kokatanur
1
-15
/
+369
2013-03-26
stmmac: add tx_skbuff_dma to save descriptors used by PTP
Rayagond Kokatanur
1
-4
/
+15
2013-03-26
stmmac: initial support to manage pcs modes
Giuseppe CAVALLARO
1
-12
/
+46
2013-03-26
stmmac: start adding pcs and rgmii core irq
Giuseppe CAVALLARO
1
-20
/
+4
2013-03-26
stmmac: support extend descriptors
Giuseppe CAVALLARO
1
-139
/
+304
2013-03-26
stmmac: reorganize chain/ring modes removing Koptions
Giuseppe CAVALLARO
1
-28
/
+66
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-16
/
+8
[next]