summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan
AgeCommit message (Expand)AuthorFilesLines
2021-06-08net: wwan: core: purge rx queue on port closeSergey Ryazanov1-3/+5
2021-06-08net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov1-0/+91
2021-06-08net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov1-0/+29
2021-06-08net: wwan: core: expand ports number limitSergey Ryazanov1-3/+5
2021-06-08net: wwan: core: make port names more user-friendlySergey Ryazanov1-6/+61
2021-06-08net: wwan: core: spell port device name in lowercaseSergey Ryazanov1-8/+26
2021-06-08net: wwan: core: init port type string array using enum valuesSergey Ryazanov1-7/+6
2021-06-08net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov1-1/+1
2021-06-08wwan_hwsim: add debugfs management interfaceSergey Ryazanov1-2/+184
2021-06-08wwan_hwsim: WWAN device simulatorSergey Ryazanov3-0/+330
2021-05-25net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain1-0/+15
2021-05-17net: wwan: Add WWAN port type attributeLoic Poulain1-9/+25
2021-04-22net: wwan: core: Return poll error in case of port removalLoic Poulain1-0/+2
2021-04-20net: wwan: mhi_wwan_ctrl: Fix RX buffer starvationLoic Poulain1-4/+4
2021-04-20net: wwan: Fix bit ops double shiftLoic Poulain2-4/+6
2021-04-16net: Add Qcom WWAN control driverLoic Poulain3-0/+298
2021-04-16net: Add a WWAN subsystemLoic Poulain3-0/+582