summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qualcomm
AgeCommit message (Expand)Author
2021-06-11net: qualcomm: rmnet: eliminate some ifdefsAlex Elder
2021-06-11net: qualcomm: rmnet: use ip_is_fragment()Alex Elder
2021-06-09net: ethernet: rmnet: Always subtract MAP headerKristian Evensen
2021-06-03net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor
2021-06-01net: ethernet: rmnet: Add support for MAPv5 egress packetsSharath Chandra Vurukala
2021-06-01net: ethernet: rmnet: Support for ingress MAPv5 checksum offloadSharath Chandra Vurukala
2021-05-10net: qca_spi: Introduce stat about bad signatureStefan Wahren
2021-05-10net: qca_spi: Avoid re-sync for single signature errorStefan Wahren
2021-05-10net: qca_spi: Avoid reading signature three times in a rowStefan Wahren
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-15net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum headerAlex Elder
2021-03-15net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailerAlex Elder
2021-03-15net: qualcomm: rmnet: use masks instead of C bit-fieldsAlex Elder
2021-03-15net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macrosAlex Elder
2021-03-15net: qualcomm: rmnet: simplify some byte order logicAlex Elder
2021-02-06net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain
2020-12-10net: qualcomm: rmnet: Update rmnet device MTU based on real deviceSubash Abhinov Kasiviswanathan
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-16net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanupSubash Abhinov Kasiviswanathan
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-26net: ethernet: qualcomm: constify qca_serdev_opsRikard Falkeborn
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai
2020-07-04net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo
2020-07-04net: rmnet: fix lower interface leakTaehee Yoo
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-05net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-04-02net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan
2020-03-08net: rmnet: set NETIF_F_LLTX flagTaehee Yoo
2020-03-05net: rmnet: use GFP_KERNEL instead of GFP_ATOMICTaehee Yoo
2020-03-05net: rmnet: print error message when command failsTaehee Yoo
2020-03-05net: rmnet: add missing module aliasTaehee Yoo
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-27net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo
2020-02-27net: rmnet: fix bridge mode bugsTaehee Yoo
2020-02-27net: rmnet: use upper/lower device infrastructureTaehee Yoo
2020-02-27net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo
2020-02-27net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo
2020-02-27net: rmnet: fix suspicious RCU usageTaehee Yoo
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo
2020-02-19net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-20net: qca_spi: Move reset_count to struct qcaspiStefan Wahren
2019-11-20net: qca_spi: fix receive buffer size checkMichael Heimpold
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07net: qcom/emac: Demote MTU change print to debugFlorian Fainelli
2019-11-05net: qualcomm: rmnet: Fix potential UAF when unregisteringSean Tranchetti