index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
/
emac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: qcom/emac: Fix use after free bug in emac_remove due to race condition
Zheng Wang
2023-03-20
1
-0
/
+6
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-2
/
+2
*
net: emac: Fix typo in a comment
Xiang wangx
2022-06-19
1
-1
/
+1
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
ethernet: make more use of device_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-4
/
+1
*
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: qcom/emac: Replace strlcpy with strscpy
Jason Wang
2021-09-06
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: qcom/emac: fix UAF in emac_remove
Pavel Skripkin
2021-07-09
1
-1
/
+2
*
net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send
Lv Yunlong
2021-04-26
1
-1
/
+3
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-0
/
+1
*
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...
Wang Hai
2020-08-11
1
-3
/
+14
*
net: emac: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
2020-05-05
3
-5
/
+8
*
net: qcom/emac: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-19
1
-5
/
+2
*
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2020-01-23
1
-13
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: qcom/emac: Demote MTU change print to debug
Florian Fainelli
2019-11-08
1
-3
/
+3
*
net: qcom/emac: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-01
1
-5
/
+2
*
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-30
1
-4
/
+1
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
1
-7
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2019-06-05
12
-108
/
+12
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...
Yang Wei
2019-02-14
1
-1
/
+1
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-1
/
+1
*
net: qcom/emac: Add missing of_node_put()
YueHaibing
2018-06-15
1
-0
/
+1
*
net: qcom/emac: fix device tree initialization
Timur Tabi
2018-05-29
1
-3
/
+13
*
net: qcom/emac: Allocate buffers from local node
Hemanth Puranik
2018-05-21
1
-2
/
+4
*
net: qcom/emac: Encapsulate sgmii ops under one structure
Hemanth Puranik
2018-05-16
4
-71
/
+103
*
net: qcom/emac: Use proper free methods during TX
Hemanth Puranik
2018-03-07
1
-9
/
+14
*
net: qcom/emac: extend DMA mask to 46bits
Wang Dongsheng
2018-01-24
2
-3
/
+7
*
net: qcom/emac: Change the order of mac up and sgmii open
Hemanth Puranik
2017-12-18
1
-3
/
+3
*
net: qcom/emac: Reduce timeout for mdio read/write
Hemanth Puranik
2017-12-15
1
-3
/
+4
*
Revert "net: qcom/emac: enforce DMA address restrictions"
Timur Tabi
2017-10-12
1
-24
/
+15
*
net: qcom/emac: clean up some TX/RX error messages
Timur Tabi
2017-10-12
2
-13
/
+10
*
net: qcom/emac: enforce DMA address restrictions
Timur Tabi
2017-10-12
1
-15
/
+24
*
net: qcom/emac: remove unused address arrays
Timur Tabi
2017-10-12
1
-13
/
+3
*
net: qcom/emac: specify the correct DMA mask
Timur Tabi
2017-10-12
1
-13
/
+4
*
net: qcom/emac: make function emac_isr static
Colin Ian King
2017-10-06
1
-1
/
+1
*
net: qcom/emac: specify the correct size when mapping a DMA buffer
Timur Tabi
2017-09-26
1
-1
/
+2
*
net: qcom/emac: add software control for pause frame mode
Timur Tabi
2017-09-22
4
-0
/
+58
*
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
*
net: qcom/emac: do not use hardware mdio automatic polling
Timur Tabi
2017-06-05
3
-93
/
+6
*
drivers: add explicit interrupt.h includes
Florian Westphal
2017-03-30
1
-0
/
+1
[next]