summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qualcomm
AgeCommit message (Expand)AuthorFilesLines
2021-06-11net: qualcomm: rmnet: avoid unnecessary byte-swappingAlex Elder1-4/+4
2021-06-11net: qualcomm: rmnet: clarify a bit of codeAlex Elder1-10/+16
2021-06-11net: qualcomm: rmnet: IPv4 header has zero checksumAlex Elder3-14/+29
2021-06-11net: qualcomm: rmnet: simplify rmnet_map_get_csum_field()Alex Elder1-15/+5
2021-06-11net: qualcomm: rmnet: get rid of some local variablesAlex Elder1-7/+5
2021-06-11net: qualcomm: rmnet: eliminate some ifdefsAlex Elder1-31/+23
2021-06-11net: qualcomm: rmnet: use ip_is_fragment()Alex Elder1-2/+3
2021-06-10net: ethernet: rmnet: Always subtract MAP headerKristian Evensen1-2/+3
2021-06-04net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor1-10/+3
2021-06-02net: ethernet: rmnet: Add support for MAPv5 egress packetsSharath Chandra Vurukala5-18/+110
2021-06-02net: ethernet: rmnet: Support for ingress MAPv5 checksum offloadSharath Chandra Vurukala3-9/+68
2021-05-11net: qca_spi: Introduce stat about bad signatureStefan Wahren3-0/+6
2021-05-11net: qca_spi: Avoid re-sync for single signature errorStefan Wahren1-1/+4
2021-05-11net: qca_spi: Avoid reading signature three times in a rowStefan Wahren1-0/+1
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle2-14/+5
2021-03-16net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum headerAlex Elder1-25/+13
2021-03-16net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailerAlex Elder1-1/+1
2021-03-16net: qualcomm: rmnet: use masks instead of C bit-fieldsAlex Elder2-3/+5
2021-03-16net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macrosAlex Elder4-21/+16
2021-03-16net: qualcomm: rmnet: simplify some byte order logicAlex Elder1-10/+6
2021-02-06net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain1-0/+5
2020-12-11net: qualcomm: rmnet: Update rmnet device MTU based on real deviceSubash Abhinov Kasiviswanathan4-3/+90
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-17net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanupSubash Abhinov Kasiviswanathan1-0/+5
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+1
2020-08-27net: ethernet: qualcomm: constify qca_serdev_opsRikard Falkeborn1-1/+1
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai1-3/+14
2020-07-05net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo1-0/+5
2020-07-05net: rmnet: fix lower interface leakTaehee Yoo1-9/+12
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-5/+5
2020-05-05net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang3-5/+8
2020-04-02net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan1-12/+19
2020-03-09net: rmnet: set NETIF_F_LLTX flagTaehee Yoo1-0/+2
2020-03-05net: rmnet: use GFP_KERNEL instead of GFP_ATOMICTaehee Yoo1-2/+2
2020-03-05net: rmnet: print error message when command failsTaehee Yoo3-16/+29
2020-03-05net: rmnet: add missing module aliasTaehee Yoo1-0/+1
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-107/+98
2020-02-27net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo1-0/+3
2020-02-27net: rmnet: fix bridge mode bugsTaehee Yoo4-77/+64
2020-02-27net: rmnet: use upper/lower device infrastructureTaehee Yoo1-19/+16
2020-02-27net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo1-0/+4
2020-02-27net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo1-2/+0
2020-02-27net: rmnet: fix suspicious RCU usageTaehee Yoo3-10/+9
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo1-4/+2
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo1-0/+5
2020-02-19net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-5/+2
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-13/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin3-3/+3
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+6