Sign in
android-kvm
/
linux
/
00cea31f0f0f74ea9d30190e9a7cedb6a29727a9
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
732fdf0
stmmac: review driver when run kernel-doc
by Giuseppe CAVALLARO
· 10 years ago
b2e2f0c
stmmac: split to core library and probe drivers
by Andy Shevchenko
· 10 years ago
424c4f7
stmmac: remove custom implementation of print_hex_dump()
by Andy Shevchenko
· 10 years ago
4e84b49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
777da23
stmmac: fix atomicity in pm routines
by Giuseppe CAVALLARO
· 10 years ago
4741cf9
stmmac: fix concurrency in eee initialization.
by Giuseppe CAVALLARO
· 10 years ago
b9d7370
stmmac: fix lock in stmmac_set_rx_mode
by Giuseppe CAVALLARO
· 10 years ago
758a0ab
stmmac: release tx lock, in case of dma mapping error.
by Fabrice Gasnier
· 10 years ago
16ee817
stmmac: fix stmmac_tx_avail should be called with TX locked
by Fabrice Gasnier
· 10 years ago
50fb4f74
stmmac: remove STMMAC_DEBUG_FS
by Giuseppe CAVALLARO
· 10 years ago
6a05880
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
by Tobias Klauser
· 10 years ago
739e4a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c5bb86c
net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected
by Kweh, Hock Leong
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
cc25f0c
stmmac: only remove RXCSUM feature if no rx coe is available
by Giuseppe CAVALLARO
· 10 years ago
d2afb5b
stmmac: fix the rx csum feature
by Giuseppe CAVALLARO
· 10 years ago
7196535
stmmac: fix PLS bit setting when EEE is active
by Giuseppe CAVALLARO
· 11 years ago
56b88c2
stmmac: never check EEE in case of a switch is attached
by Giuseppe CAVALLARO
· 11 years ago
362b37b
stmmac: fix dma api misuse
by Giuseppe CAVALLARO
· 11 years ago
5566401
stmmac: ptp: fix the reference clock
by Giuseppe CAVALLARO
· 11 years ago
978aded
stmmac: fix rx checksum programming
by Giuseppe CAVALLARO
· 11 years ago
a77e4ac
stmmac: simple cleanups
by Pavel Machek
· 11 years ago
3b57de9
net: stmmac: Support devicetree configs for mcast and ucast filter entries
by Vince Bridgers
· 11 years ago
aefef4c
net: stmmac: Correct set_filter for multicast and unicast cases
by Vince Bridgers
· 11 years ago
7ed24bb
net: stmmac: Change MAC interface to support multiple filter configurations
by Vince Bridgers
· 11 years ago
2d871aa
net: stmmac: add platform init/exit for Altera's ARM socfpga
by Vince Bridgers
· 11 years ago
d7ec858
net: stmmac: Handle different error codes from platform_get_irq_byname
by Chen-Yu Tsai
· 11 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
89df20d
stmmac: Remove unbalanced clk_disable call
by Hans de Goede
· 11 years ago
2d7f2f9
stmmac: remove stmmac_config
by Florian Fainelli
· 11 years ago
7c565c3
stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
29896a6
stmmac: fix chained mode
by Giuseppe CAVALLARO
· 11 years ago
d916701
stmmac: fix and better tune the default buffer sizes
by Giuseppe CAVALLARO
· 11 years ago
83bf79b
stmmac: disable at run-time the EEE if not supported
by Giuseppe CAVALLARO
· 11 years ago
7262b7b
net: stmmac: Check return value of alloc_dma_desc_resources()
by Tobias Klauser
· 11 years ago
c88460b
net: stmmac: Log MAC address only once
by Hans de Goede
· 11 years ago
7509edd
net: stmmac: Silence PTP init errors on hw without PTP
by Hans de Goede
· 11 years ago
2618abb
stmmac: Fix kernel crashes for jumbo frames
by Vince Bridgers
· 11 years ago
75e4364
net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp
by damuzi000
· 11 years ago
c5e4ddb
net: stmmac: Add support for optional reset control
by Chen-Yu Tsai
· 11 years ago
62866e9
net: stmmac: Enable stmmac main clock when probing hardware
by Chen-Yu Tsai
· 11 years ago
89f7f2c
net: stmmac: notify the PM core of a wakeup event.
by Srinivas Kandagatla
· 11 years ago
db88f10
net: stmmac: restore pinstate in pm resume.
by Srinivas Kandagatla
· 11 years ago
33a23e2
net: stmmac: use suspend functions for hibernation
by Srinivas Kandagatla
· 11 years ago
623997f
net: stmmac: fix power management suspend-resume case
by Srinivas Kandagatla
· 11 years ago
523f11b
net: stmmac: move hardware setup for stmmac_open to new function
by Srinivas Kandagatla
· 11 years ago
09f8d69
net: stmmac: move dma allocation to new function
by Srinivas Kandagatla
· 11 years ago
9cbadf0
net: stmmac: support max-speed device tree property
by Srinivas Kandagatla
· 11 years ago
b938198
stmmac: Add vlan rx for better GRO performance.
by Vince Bridgers
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
47d1f71
stmicro: make local variables static
by stephen hemminger
· 11 years ago
7cd0139
stmmac: Fix incorrect spinlock release and PTP cap detection.
by Vince Bridgers
· 11 years ago
5f3da32
stmmac: Validate hwtstamp_config completely before applying it
by Ben Hutchings
· 11 years ago
e2a240c
driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.
by Sonic Zhang
· 12 years ago
327dfd8
stmmac: remove useless csum flag
by Giuseppe CAVALLARO
· 12 years ago
5632913
stmmac: fix init_dma_desc_rings() to handle errors
by Bartlomiej Zolnierkiewicz
· 12 years ago
c9324d1
net:stmmac: fix memleak in the open method
by Giuseppe CAVALLARO
· 12 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
83d7af6
stmmac: dity-up and rework the driver debug levels
by Giuseppe CAVALLARO
· 12 years ago
61369d0
net: stmmac: fixed enh_desc set always zero
by Byungho An
· 12 years ago
0d909dc
net: stmmac: fixed operator typo
by Byungho An
· 12 years ago
f5351ef
stmmac: fix EEE setup
by Giuseppe CAVALLARO
· 12 years ago
631f24a
net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used
by Dinh Nguyen
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
9401bb5
stmmac: prefetch all dma_erx when use extend_desc
by Giuseppe CAVALLARO
· 12 years ago
ceb69499
stmmac: code tidy-up
by Giuseppe CAVALLARO
· 12 years ago
32ceabc
stmmac: improve/review and fix kernel-doc
by Giuseppe CAVALLARO
· 12 years ago
4d8f082
stmmac: modified pcs mode support for SGMII
by Byungho An
· 12 years ago
92ba688
stmmac: add the support for PTP hw clock driver
by Rayagond Kokatanur
· 12 years ago
891434b
stmmac: add IEEE PTPv1 and PTPv2 support.
by Rayagond Kokatanur
· 12 years ago
cf32dee
stmmac: add tx_skbuff_dma to save descriptors used by PTP
by Rayagond Kokatanur
· 12 years ago
e58bb43
stmmac: initial support to manage pcs modes
by Giuseppe CAVALLARO
· 12 years ago
0982a0f
stmmac: start adding pcs and rgmii core irq
by Giuseppe CAVALLARO
· 12 years ago
c24602e
stmmac: support extend descriptors
by Giuseppe CAVALLARO
· 12 years ago
4a7d666
stmmac: reorganize chain/ring modes removing Koptions
by Giuseppe CAVALLARO
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
6338a53
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net
by David S. Miller
· 12 years ago
506f669
stmmac: fix the parsing of the eee_timer parameter
by Giuseppe CAVALLARO
· 12 years ago
9f6d98c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
de53d55
stmmac: fix macro used for debugging the xmit
by Giuseppe CAVALLARO
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
493682b
stmmac: fix platform driver unregistering
by Konstantin Khlebnikov
· 12 years ago
62a2ab9
stmmac: add Rx watchdog support to mitigate the DMA irqs
by Giuseppe CAVALLARO
· 12 years ago
9125cdd
stmmac: add the initial tx coalesce schema
by Giuseppe CAVALLARO
· 12 years ago
7284a3f
stmmac: remove dead code for STMMAC_TIMER support
by Giuseppe CAVALLARO
· 12 years ago
acb600d
net: remove skb recycling
by Eric Dumazet
· 12 years ago
a630844
net/stmmac: Use clk_prepare_enable and clk_disable_unprepare
by Stefan Roese
· 12 years ago
ae4d8cf
net/stmmac: fix issue of clk_get for Loongson1B.
by Kelvin Cheung
· 13 years ago
6a81c26
net/stmmac: remove conditional compilation of clk code
by Viresh Kumar
· 13 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
8e83989
stmmac: Fix for nfs hang on multiple reboot
by Deepak Sikri
· 13 years ago
d765955
stmmac: add the Energy Efficient Ethernet support
by Giuseppe CAVALLARO
· 13 years ago
ea2ab87
stmmac: do not use strict_strtoul but kstrtoint
by Giuseppe CAVALLARO
· 13 years ago
43b03f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
33d5e33
stmmac: fix driver built w/ w/o both pci and platf modules
by Giuseppe CAVALLARO
· 13 years ago
c1864cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ba27ec6
stmmac: fix driver Kconfig when built as module
by Giuseppe CAVALLARO
· 13 years ago
ff3dd78
stmmac: fix driver's doc when run kernel-doc script
by Giuseppe CAVALLARO
· 13 years ago
13497f5
stmmac: remove two useless initialisations
by Giuseppe CAVALLARO
· 13 years ago
Next »