summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: iosm: drop custom netdev(s) removingSergey Ryazanov2021-06-221-14/+1
* wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov2021-06-221-9/+31
* wwan: core: multiple netdevs deletion supportSergey Ryazanov2021-06-221-1/+1
* wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov2021-06-221-1/+1
* wwan: core: relocate ops registering codeSergey Ryazanov2021-06-221-71/+71
* wwan_hwsim: support network interface creationSergey Ryazanov2021-06-221-0/+48
* net: iosm: remove an unnecessary NULL checkDan Carpenter2021-06-211-1/+1
* net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold2021-06-182-4/+35
* net: wwan: Add RPMSG WWAN CTRL driverStephan Gerhold2021-06-183-0/+162
* net: iosm: remove the repeated declaration and commentShaokun Zhang2021-06-161-10/+0
* net: iosm: add missing MODULE_DEVICE_TABLEZou Wei2021-06-161-0/+1
* net: wwan: Fix WWAN config symbolsLoic Poulain2021-06-142-12/+7
* net: wwan: iosm: Remove DEBUG flagLoic Poulain2021-06-141-3/+0
* net: iosm: infrastructureM Chetan Kumar2021-06-133-0/+39
* net: iosm: net driverM Chetan Kumar2021-06-132-0/+406
* net: iosm: uevent supportM Chetan Kumar2021-06-132-0/+85
* net: iosm: protocol operationsM Chetan Kumar2021-06-132-0/+996
* net: iosm: shared memory protocolM Chetan Kumar2021-06-132-0/+520
* net: iosm: power managementM Chetan Kumar2021-06-132-0/+540
* net: iosm: encode or decode datagramM Chetan Kumar2021-06-132-0/+1103
* net: iosm: multiplex IP sessionsM Chetan Kumar2021-06-132-0/+798
* net: iosm: bottom halfM Chetan Kumar2021-06-132-0/+299
* net: iosm: wwan port control deviceM Chetan Kumar2021-06-132-0/+135
* net: iosm: channel configurationM Chetan Kumar2021-06-132-0/+147
* net: iosm: shared memory I/O operationsM Chetan Kumar2021-06-132-0/+444
* net: iosm: shared memory IPC interfaceM Chetan Kumar2021-06-132-0/+1942
* net: iosm: mmio scratchpadM Chetan Kumar2021-06-132-0/+416
* net: iosm: irq handlingM Chetan Kumar2021-06-132-0/+123
* net: iosm: entry pointM Chetan Kumar2021-06-132-0/+788
* wwan: add interface creation supportJohannes Berg2021-06-121-7/+238
* net: wwan: core: purge rx queue on port closeSergey Ryazanov2021-06-081-3/+5
* net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov2021-06-081-0/+91
* net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov2021-06-081-0/+29
* net: wwan: core: expand ports number limitSergey Ryazanov2021-06-081-3/+5
* net: wwan: core: make port names more user-friendlySergey Ryazanov2021-06-081-6/+61
* net: wwan: core: spell port device name in lowercaseSergey Ryazanov2021-06-081-8/+26
* net: wwan: core: init port type string array using enum valuesSergey Ryazanov2021-06-081-7/+6
* net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov2021-06-081-1/+1
* wwan_hwsim: add debugfs management interfaceSergey Ryazanov2021-06-081-2/+184
* wwan_hwsim: WWAN device simulatorSergey Ryazanov2021-06-083-0/+330
* net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain2021-05-261-0/+15
* net: wwan: Add WWAN port type attributeLoic Poulain2021-05-181-9/+25
* net: wwan: core: Return poll error in case of port removalLoic Poulain2021-04-221-0/+2
* net: wwan: mhi_wwan_ctrl: Fix RX buffer starvationLoic Poulain2021-04-211-4/+4
* net: wwan: Fix bit ops double shiftLoic Poulain2021-04-212-4/+6
* net: Add Qcom WWAN control driverLoic Poulain2021-04-173-0/+298
* net: Add a WWAN subsystemLoic Poulain2021-04-173-0/+582