aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain1-0/+2
2021-07-21net: wwan: iosm: Switch to use module_pci_driver() macroAndy Shevchenko1-18/+1
2021-07-01net: wwan: iosm: set default mtuM Chetan Kumar1-0/+1
2021-07-01net: wwan: iosm: fix netdev tx statsM Chetan Kumar1-1/+5
2021-07-01net: wwan: iosm: correct link-id handlingM Chetan Kumar4-9/+9
2021-07-01net: wwan: iosm: remove reduandant checkM Chetan Kumar1-16/+3
2021-07-01net: wwan: iosm: fix uevent reportingM Chetan Kumar1-1/+1
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov2-7/+34
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov2-1/+5
2021-06-22wwan: core: support default netdev creationSergey Ryazanov3-3/+77
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2-11/+0
2021-06-22net: iosm: drop custom netdev(s) removingSergey Ryazanov1-14/+1
2021-06-22wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov1-9/+31
2021-06-22wwan: core: multiple netdevs deletion supportSergey Ryazanov1-1/+1
2021-06-22wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov1-1/+1
2021-06-22wwan: core: relocate ops registering codeSergey Ryazanov1-71/+71
2021-06-22wwan_hwsim: support network interface creationSergey Ryazanov1-0/+48
2021-06-21net: iosm: remove an unnecessary NULL checkDan Carpenter1-1/+1
2021-06-18net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold2-4/+35
2021-06-18net: wwan: Add RPMSG WWAN CTRL driverStephan Gerhold3-0/+162
2021-06-16net: iosm: remove the repeated declaration and commentShaokun Zhang1-10/+0
2021-06-16net: iosm: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-14net: wwan: Fix WWAN config symbolsLoic Poulain2-12/+7
2021-06-14net: wwan: iosm: Remove DEBUG flagLoic Poulain1-3/+0
2021-06-13net: iosm: infrastructureM Chetan Kumar3-0/+39
2021-06-13net: iosm: net driverM Chetan Kumar2-0/+406
2021-06-13net: iosm: uevent supportM Chetan Kumar2-0/+85
2021-06-13net: iosm: protocol operationsM Chetan Kumar2-0/+996
2021-06-13net: iosm: shared memory protocolM Chetan Kumar2-0/+520
2021-06-13net: iosm: power managementM Chetan Kumar2-0/+540
2021-06-13net: iosm: encode or decode datagramM Chetan Kumar2-0/+1103
2021-06-13net: iosm: multiplex IP sessionsM Chetan Kumar2-0/+798
2021-06-13net: iosm: bottom halfM Chetan Kumar2-0/+299
2021-06-13net: iosm: wwan port control deviceM Chetan Kumar2-0/+135
2021-06-13net: iosm: channel configurationM Chetan Kumar2-0/+147
2021-06-13net: iosm: shared memory I/O operationsM Chetan Kumar2-0/+444
2021-06-13net: iosm: shared memory IPC interfaceM Chetan Kumar2-0/+1942
2021-06-13net: iosm: mmio scratchpadM Chetan Kumar2-0/+416
2021-06-13net: iosm: irq handlingM Chetan Kumar2-0/+123
2021-06-13net: iosm: entry pointM Chetan Kumar2-0/+788
2021-06-12wwan: add interface creation supportJohannes Berg1-7/+238
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