summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/rmnet
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* 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-141-1/+1
* 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
* 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: qualcomm: rmnet: Fix potential UAF when unregisteringSean Tranchetti2019-11-051-2/+2
* net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan2019-07-261-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1710-98/+10
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0510-98/+10
* | net: qualcomm: rmnet: Move common struct definitions to includeSubash Abhinov Kasiviswanathan2019-05-231-24/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: qualcomm: rmnet: Remove set but not used variable 'cmd'YueHaibing2018-11-301-2/+0
* net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, q...YueHaibing2018-11-281-7/+0
* net: qualcomm: rmnet: move null check on dev before dereferecing itColin Ian King2018-11-241-1/+4
* net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan2018-11-091-3/+3
* net: qualcomm: rmnet: Fix incorrect allocation flag in receive pathSubash Abhinov Kasiviswanathan2018-10-021-1/+1
* net: qualcomm: rmnet: Fix incorrect allocation flag in transmitSubash Abhinov Kasiviswanathan2018-10-021-1/+1
* net: qualcomm: rmnet: Skip processing loopback packetsSean Tranchetti2018-10-021-0/+3
* net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* net: qualcomm: rmnet: Fix use after free while sending command ackSubash Abhinov Kasiviswanathan2018-06-051-4/+4
* net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-0/+4
* net: qualcomm: rmnet: Remove redundant command checkSubash Abhinov Kasiviswanathan2018-05-161-11/+3
* net: qualcomm: rmnet: Add support for ethtool private statsSubash Abhinov Kasiviswanathan2018-05-163-16/+112
* net: qualcomm: rmnet: Capture all drops in transmit pathSubash Abhinov Kasiviswanathan2018-05-161-11/+10
* net: qualcomm: rmnet: Fix warning seen with fill_infoSubash Abhinov Kasiviswanathan2018-04-181-5/+6
* net: qualcomm: rmnet: check for null ep to avoid null pointer dereferenceColin Ian King2018-03-261-0/+2