index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
/
emac
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
net: qcom/emac: Demote MTU change print to debug
Florian Fainelli
1
-3
/
+3
2019-08-01
net: qcom/emac: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-5
/
+2
2019-07-30
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-4
/
+1
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-7
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
12
-108
/
+12
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-02-13
net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...
Yang Wei
1
-1
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-1
/
+1
2018-06-14
net: qcom/emac: Add missing of_node_put()
YueHaibing
1
-0
/
+1
2018-05-29
net: qcom/emac: fix device tree initialization
Timur Tabi
1
-3
/
+13
2018-05-20
net: qcom/emac: Allocate buffers from local node
Hemanth Puranik
1
-2
/
+4
2018-05-16
net: qcom/emac: Encapsulate sgmii ops under one structure
Hemanth Puranik
4
-71
/
+103
2018-03-07
net: qcom/emac: Use proper free methods during TX
Hemanth Puranik
1
-9
/
+14
2018-01-24
net: qcom/emac: extend DMA mask to 46bits
Wang Dongsheng
2
-3
/
+7
2017-12-18
net: qcom/emac: Change the order of mac up and sgmii open
Hemanth Puranik
1
-3
/
+3
2017-12-15
net: qcom/emac: Reduce timeout for mdio read/write
Hemanth Puranik
1
-3
/
+4
2017-10-12
Revert "net: qcom/emac: enforce DMA address restrictions"
Timur Tabi
1
-24
/
+15
2017-10-11
net: qcom/emac: clean up some TX/RX error messages
Timur Tabi
2
-13
/
+10
2017-10-11
net: qcom/emac: enforce DMA address restrictions
Timur Tabi
1
-15
/
+24
2017-10-11
net: qcom/emac: remove unused address arrays
Timur Tabi
1
-13
/
+3
2017-10-11
net: qcom/emac: specify the correct DMA mask
Timur Tabi
1
-13
/
+4
2017-10-05
net: qcom/emac: make function emac_isr static
Colin Ian King
1
-1
/
+1
2017-09-25
net: qcom/emac: specify the correct size when mapping a DMA buffer
Timur Tabi
1
-1
/
+2
2017-09-21
net: qcom/emac: add software control for pause frame mode
Timur Tabi
4
-0
/
+58
2017-07-14
net: qcom/emac: fix double free of SGMII IRQ during shutdown
Timur Tabi
1
-4
/
+6
2017-06-25
net: qcom/emac: add support for emulation systems
Timur Tabi
1
-2
/
+21
2017-06-25
net: qcom/emac: do not reset the EMAC during initialization
Timur Tabi
1
-2
/
+0
2017-06-25
net: qcom/emac: add shutdown function
Timur Tabi
1
-0
/
+14
2017-06-04
net: qcom/emac: do not use hardware mdio automatic polling
Timur Tabi
3
-93
/
+6
2017-03-30
drivers: add explicit interrupt.h includes
Florian Westphal
1
-0
/
+1
2017-03-07
net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence values
Timur Tabi
1
-0
/
+6
2017-02-13
net: qcom/emac: fix a sizeof() typo
Dan Carpenter
1
-1
/
+1
2017-02-09
net: qcom/emac: add ethtool support for setting ring parameters
Timur Tabi
1
-0
/
+24
2017-02-09
net: qcom/emac: add ethtool support for reading hardware registers
Timur Tabi
3
-81
/
+119
2017-02-08
net: qcom/emac: fix semicolon.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-02-07
net: qcom/emac: add ethool support for setting pause parameters
Timur Tabi
4
-18
/
+48
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-29
net: qcom/emac: add an error interrupt handler for the sgmii
Timur Tabi
4
-7
/
+153
2017-01-29
net: qcom/emac: remove extraneous wake-on-lan code
Timur Tabi
2
-14
/
+0
2017-01-29
net: qcom/emac: do not call emac_mac_start twice
Timur Tabi
3
-4
/
+1
2017-01-29
net: qcom/emac: always use autonegotiation to configure the SGMII link
Timur Tabi
1
-39
/
+10
2017-01-29
net: qcom/emac: display the phy driver info after we connect
Timur Tabi
2
-4
/
+3
2017-01-23
net: qcom/emac: claim the irq only when the device is opened
Timur Tabi
3
-14
/
+11
2017-01-23
net: qcom/emac: rename emac_phy to emac_sgmii and move it
Timur Tabi
9
-24
/
+23
2017-01-19
Revert "net: qcom/emac: configure the external phy to allow pause frames"
Timur Tabi
1
-6
/
+0
2017-01-18
net: Remove usage of net_device last_rx member
Tobias Klauser
1
-1
/
+0
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+9
2017-01-12
net: qcom/emac: grab a reference to the phydev on ACPI systems
Timur Tabi
2
-4
/
+9
2017-01-10
net: qcom/emac: add ethtool support
Timur Tabi
4
-21
/
+221
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
[next]