index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-02-20
1
-8
/
+10
*
net: qcom/emac: fix a sizeof() typo
Dan Carpenter
2017-02-13
1
-1
/
+1
*
net: qcom/emac: add ethtool support for setting ring parameters
Timur Tabi
2017-02-09
1
-0
/
+24
*
net: qcom/emac: add ethtool support for reading hardware registers
Timur Tabi
2017-02-09
3
-81
/
+119
*
net: qcom/emac: fix semicolon.cocci warnings
Wu Fengguang
2017-02-08
1
-1
/
+1
*
net: qcom/emac: add ethool support for setting pause parameters
Timur Tabi
2017-02-07
4
-18
/
+48
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
net: qcom/emac: add an error interrupt handler for the sgmii
Timur Tabi
2017-01-29
4
-7
/
+153
*
net: qcom/emac: remove extraneous wake-on-lan code
Timur Tabi
2017-01-29
2
-14
/
+0
*
net: qcom/emac: do not call emac_mac_start twice
Timur Tabi
2017-01-29
3
-4
/
+1
*
net: qcom/emac: always use autonegotiation to configure the SGMII link
Timur Tabi
2017-01-29
1
-39
/
+10
*
net: qcom/emac: display the phy driver info after we connect
Timur Tabi
2017-01-29
2
-4
/
+3
*
net: qcom/emac: claim the irq only when the device is opened
Timur Tabi
2017-01-23
3
-14
/
+11
*
net: qcom/emac: rename emac_phy to emac_sgmii and move it
Timur Tabi
2017-01-23
9
-24
/
+23
*
Revert "net: qcom/emac: configure the external phy to allow pause frames"
Timur Tabi
2017-01-19
1
-6
/
+0
*
net: Remove usage of net_device last_rx member
Tobias Klauser
2017-01-18
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
2
-4
/
+9
|
\
|
*
net: qcom/emac: grab a reference to the phydev on ACPI systems
Timur Tabi
2017-01-12
2
-4
/
+9
*
|
net: qcom/emac: add ethtool support
Timur Tabi
2017-01-10
4
-21
/
+221
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
|
/
*
net: qcom/emac: don't try to claim clocks on ACPI systems
Timur Tabi
2016-12-17
1
-0
/
+9
*
net: qcom/emac: add support for the Qualcomm Technologies QDF2400
Timur Tabi
2016-12-09
4
-5
/
+249
*
net: qcom/emac: move phy init code to separate files
Timur Tabi
2016-12-09
5
-523
/
+478
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
2
-0
/
+5
|
\
|
*
net: qcom/emac: fix of_node and phydev leaks
Johan Hovold
2016-11-27
2
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
2
-5
/
+12
|
\
|
|
*
net: qcom/emac: enable flow control if requested
Timur Tabi
2016-11-09
1
-4
/
+5
|
*
net: qcom/emac: configure the external phy to allow pause frames
Timur Tabi
2016-11-09
1
-0
/
+6
|
*
net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0
Timur Tabi
2016-11-01
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
2
-2
/
+7
|
\
|
|
*
net: qcom/emac: Fix module autoload for OF registration
Javier Martinez Canillas
2016-10-17
1
-0
/
+1
|
*
net: qcom/emac: disable interrupts before calling phy_disconnect
Timur Tabi
2016-10-15
1
-2
/
+6
*
|
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-10-20
1
-7
/
+6
*
|
ethernet: use core min/max MTU checking
Jarod Wilson
2016-10-18
2
-15
/
+7
|
/
*
ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEM
Geert Uytterhoeven
2016-10-06
1
-0
/
+1
*
net: qcom/emac: fix return value check in emac_sgmii_config()
Wei Yongjun
2016-10-03
1
-4
/
+9
*
net: qcom/emac: initial ACPI support
Timur Tabi
2016-09-29
3
-26
/
+95
*
net: qcom/emac: use device_get_mac_address
Timur Tabi
2016-09-29
1
-6
/
+4
*
net: qcom/emac: do not use devm on internal phy pdev
Timur Tabi
2016-09-29
2
-9
/
+37
*
net: emac: remove .owner field for driver
Wei Yongjun
2016-09-16
1
-1
/
+0
*
net: emac: remove unnecessary dev_set_drvdata()
Wei Yongjun
2016-09-16
1
-1
/
+0
*
net: emac: emac gigabit ethernet controller driver
Timur Tabi
2016-09-01
11
-0
/
+3857
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-1
/
+1
*
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
2016-05-04
1
-1
/
+1
*
net: qca_spi: clear IFF_TX_SKB_SHARING
Stefan Wahren
2016-02-25
1
-0
/
+1
*
net: qca_spi: Don't clear IFF_BROADCAST
Stefan Wahren
2016-02-25
1
-1
/
+0
*
net: qca_spi: fix transmit queue timeout handling
Stefan Wahren
2015-12-06
1
-3
/
+2
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+0
*
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
2015-06-23
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-13
1
-2
/
+2
|
\
[next]