summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan (follow)
Commit message (Expand)AuthorAgeFilesLines
* wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain2021-07-231-0/+2
* net: wwan: iosm: set default mtuM Chetan Kumar2021-07-011-0/+1
* net: wwan: iosm: fix netdev tx statsM Chetan Kumar2021-07-011-1/+5
* net: wwan: iosm: correct link-id handlingM Chetan Kumar2021-07-014-9/+9
* net: wwan: iosm: remove reduandant checkM Chetan Kumar2021-07-011-16/+3
* net: wwan: iosm: fix uevent reportingM Chetan Kumar2021-07-011-1/+1
* wwan: core: add WWAN common private data for netdevSergey Ryazanov2021-06-222-7/+34
* net: iosm: create default link via WWAN coreSergey Ryazanov2021-06-222-1/+5
* wwan: core: support default netdev creationSergey Ryazanov2021-06-223-3/+77
* wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2021-06-222-11/+0
* 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