summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qualcomm/emac/emac-mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19drivers: net: fix return value check in emac_tso_csum()Yuanjun Gong1-2/+5
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-06-19net: emac: Fix typo in a commentXiang wangx1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2020-05-05net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+3
2020-02-19net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-5/+2
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-7/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-02-14net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...Yang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-05-21net: qcom/emac: Allocate buffers from local nodeHemanth Puranik1-2/+4
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik1-3/+2
2018-03-07net: qcom/emac: Use proper free methods during TXHemanth Puranik1-9/+14
2017-10-12Revert "net: qcom/emac: enforce DMA address restrictions"Timur Tabi1-24/+15
2017-10-12net: qcom/emac: enforce DMA address restrictionsTimur Tabi1-15/+24
2017-10-12net: qcom/emac: remove unused address arraysTimur Tabi1-13/+3
2017-09-26net: qcom/emac: specify the correct size when mapping a DMA bufferTimur Tabi1-1/+2
2017-09-22net: qcom/emac: add software control for pause frame modeTimur Tabi1-0/+22
2017-06-05net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi1-1/+1
2017-02-10net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi1-52/+0
2017-02-07net: qcom/emac: add ethool support for setting pause parametersTimur Tabi1-5/+13
2017-01-30net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi1-2/+6
2017-01-30net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi1-10/+0
2017-01-30net: qcom/emac: do not call emac_mac_start twiceTimur Tabi1-1/+1
2017-01-30net: qcom/emac: display the phy driver info after we connectTimur Tabi1-1/+3
2017-01-23net: qcom/emac: claim the irq only when the device is openedTimur Tabi1-13/+0
2017-01-20Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi1-6/+0
2017-01-19net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2016-11-10net: qcom/emac: enable flow control if requestedTimur Tabi1-4/+5
2016-11-10net: qcom/emac: configure the external phy to allow pause framesTimur Tabi1-0/+6
2016-10-16net: qcom/emac: disable interrupts before calling phy_disconnectTimur Tabi1-2/+6
2016-09-02net: emac: emac gigabit ethernet controller driverTimur Tabi1-0/+1528