summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
...
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-14/+5
* net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum headerAlex Elder2021-03-151-25/+13
* net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailerAlex Elder2021-03-151-1/+1
* net: qualcomm: rmnet: use masks instead of C bit-fieldsAlex Elder2021-03-152-3/+5
* net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macrosAlex Elder2021-03-154-21/+16
* net: qualcomm: rmnet: simplify some byte order logicAlex Elder2021-03-151-10/+6
* net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain2021-02-061-0/+5
* net: qualcomm: rmnet: Update rmnet device MTU based on real deviceSubash Abhinov Kasiviswanathan2020-12-104-3/+90
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanupSubash Abhinov Kasiviswanathan2020-11-161-0/+5
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-0/+1
* net: ethernet: qualcomm: constify qca_serdev_opsRikard Falkeborn2020-08-261-1/+1
* net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
* net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo2020-07-041-0/+5
* net: rmnet: fix lower interface leakTaehee Yoo2020-07-041-9/+12
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-5/+5
* net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-053-5/+8
* net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan2020-04-021-12/+19
* net: rmnet: set NETIF_F_LLTX flagTaehee Yoo2020-03-081-0/+2
* net: rmnet: use GFP_KERNEL instead of GFP_ATOMICTaehee Yoo2020-03-051-2/+2
* net: rmnet: print error message when command failsTaehee Yoo2020-03-053-16/+29
* net: rmnet: add missing module aliasTaehee Yoo2020-03-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-275-107/+98
|\
| * net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo2020-02-271-0/+3
| * net: rmnet: fix bridge mode bugsTaehee Yoo2020-02-274-77/+64
| * net: rmnet: use upper/lower device infrastructureTaehee Yoo2020-02-271-19/+16
| * net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo2020-02-271-0/+4
| * net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo2020-02-271-2/+0
| * net: rmnet: fix suspicious RCU usageTaehee Yoo2020-02-273-10/+9
| * net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo2020-02-271-4/+2
| * net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo2020-02-271-0/+5
* | net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-5/+2
|/
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-13/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-123-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-6/+6
|\
| * net: qca_spi: Move reset_count to struct qcaspiStefan Wahren2019-11-202-5/+5
| * net: qca_spi: fix receive buffer size checkMichael Heimpold2019-11-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+2
|\|
| * net: qualcomm: rmnet: Fix potential UAF when unregisteringSean Tranchetti2019-11-051-2/+2
* | net: qcom/emac: Demote MTU change print to debugFlorian Fainelli2019-11-071-3/+3
|/
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-222-4/+2
* qca: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-10/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-4/+9
|\
| * net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan2019-07-261-4/+9
* | net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-5/+2
* | net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-4/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-7/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1722-206/+22
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0522-206/+22
* | net: qualcomm: rmnet: Move common struct definitions to includeSubash Abhinov Kasiviswanathan2019-05-231-24/+1
|/