index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: qcom/emac: fix double free of SGMII IRQ during shutdown
Timur Tabi
2017-07-14
1
-4
/
+6
*
net: qcom/emac: add support for emulation systems
Timur Tabi
2017-06-25
1
-2
/
+21
*
net: qcom/emac: do not reset the EMAC during initialization
Timur Tabi
2017-06-25
1
-2
/
+0
*
net: qcom/emac: add shutdown function
Timur Tabi
2017-06-25
1
-0
/
+14
*
networking: use skb_put_zero()
Johannes Berg
2017-06-13
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-06
3
-93
/
+6
|
\
|
*
net: qcom/emac: do not use hardware mdio automatic polling
Timur Tabi
2017-06-04
3
-93
/
+6
*
|
net: qualcomm: add QCA7000 UART driver
Stefan Wahren
2017-05-30
4
-0
/
+447
*
|
net: qualcomm: make qca_7k_common a separate kernel module
Stefan Wahren
2017-05-30
3
-3
/
+20
*
|
net: qualcomm: prepare frame decoding for UART driver
Stefan Wahren
2017-05-30
3
-9
/
+13
*
|
net: qualcomm: rename qca_framing.c to qca_7k_common.c
Stefan Wahren
2017-05-30
5
-4
/
+4
*
|
net: qca_spi: Clarify MODULE_DESCRIPTION
Stefan Wahren
2017-05-30
1
-1
/
+1
*
|
net: qualcomm: move qcaspi_tx_cmd to qca_spi.c
Stefan Wahren
2017-05-30
3
-25
/
+24
*
|
net: qca_spi: remove QCASPI_MTU
Stefan Wahren
2017-05-30
1
-2
/
+1
*
|
net: qualcomm: Improve readability of length defines
Stefan Wahren
2017-05-30
3
-11
/
+11
*
|
net: qualcomm: use net_device_ops instead of direct call
Stefan Wahren
2017-05-30
3
-7
/
+5
*
|
net: qca_spi: Use SET_NETDEV_DEV()
Stefan Wahren
2017-05-30
1
-0
/
+1
*
|
net: qca_7k: Use BIT macro
Stefan Wahren
2017-05-30
1
-7
/
+7
*
|
net: qca_framing: use u16 for frame offset
Stefan Wahren
2017-05-30
1
-1
/
+1
*
|
net: qualcomm: qca_7k: clean up header includes
Stefan Wahren
2017-05-30
1
-4
/
+2
|
/
*
net: qca_spi: Fix alignment issues in rx path
Stefan Wahren
2017-05-11
1
-4
/
+6
*
drivers: add explicit interrupt.h includes
Florian Westphal
2017-03-30
1
-0
/
+1
*
net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence values
Timur Tabi
2017-03-07
1
-0
/
+6
*
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
[next]