summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: qualcomm: rmnet: get rid of some local variablesAlex Elder2021-06-111-7/+5
| * | net: qualcomm: rmnet: eliminate some ifdefsAlex Elder2021-06-111-31/+23
| * | net: qualcomm: rmnet: use ip_is_fragment()Alex Elder2021-06-111-2/+3
| * | net: ethernet: rmnet: Always subtract MAP headerKristian Evensen2021-06-091-2/+3
| * | net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor2021-06-031-10/+3
| * | net: ethernet: rmnet: Add support for MAPv5 egress packetsSharath Chandra Vurukala2021-06-015-18/+110
| * | net: ethernet: rmnet: Support for ingress MAPv5 checksum offloadSharath Chandra Vurukala2021-06-013-9/+68
| * | net: qca_spi: Introduce stat about bad signatureStefan Wahren2021-05-103-0/+6
| * | net: qca_spi: Avoid re-sync for single signature errorStefan Wahren2021-05-101-1/+4
| * | net: qca_spi: Avoid reading signature three times in a rowStefan Wahren2021-05-101-0/+1
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-4/+2
|\ \ \ | |_|/ |/| |
| * | sched: Unbreak wakeupsPeter Zijlstra2021-06-181-4/+2
| |/
* / net: qualcomm: rmnet: don't over-count statisticsAlex Elder2021-06-141-9/+9
|/
* net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong2021-04-261-1/+3
* 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