summaryrefslogtreecommitdiff
path: root/drivers/net/wwan
AgeCommit message (Expand)Author
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov
2021-06-22wwan: core: support default netdev creationSergey Ryazanov
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov
2021-06-22net: iosm: drop custom netdev(s) removingSergey Ryazanov
2021-06-22wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov
2021-06-22wwan: core: multiple netdevs deletion supportSergey Ryazanov
2021-06-22wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov
2021-06-22wwan: core: relocate ops registering codeSergey Ryazanov
2021-06-22wwan_hwsim: support network interface creationSergey Ryazanov
2021-06-21net: iosm: remove an unnecessary NULL checkDan Carpenter
2021-06-18net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold
2021-06-18net: wwan: Add RPMSG WWAN CTRL driverStephan Gerhold
2021-06-16net: iosm: remove the repeated declaration and commentShaokun Zhang
2021-06-16net: iosm: add missing MODULE_DEVICE_TABLEZou Wei
2021-06-14net: wwan: Fix WWAN config symbolsLoic Poulain
2021-06-14net: wwan: iosm: Remove DEBUG flagLoic Poulain
2021-06-13net: iosm: infrastructureM Chetan Kumar
2021-06-13net: iosm: net driverM Chetan Kumar
2021-06-13net: iosm: uevent supportM Chetan Kumar
2021-06-13net: iosm: protocol operationsM Chetan Kumar
2021-06-13net: iosm: shared memory protocolM Chetan Kumar
2021-06-13net: iosm: power managementM Chetan Kumar
2021-06-13net: iosm: encode or decode datagramM Chetan Kumar
2021-06-13net: iosm: multiplex IP sessionsM Chetan Kumar
2021-06-13net: iosm: bottom halfM Chetan Kumar
2021-06-13net: iosm: wwan port control deviceM Chetan Kumar
2021-06-13net: iosm: channel configurationM Chetan Kumar
2021-06-13net: iosm: shared memory I/O operationsM Chetan Kumar
2021-06-13net: iosm: shared memory IPC interfaceM Chetan Kumar
2021-06-13net: iosm: mmio scratchpadM Chetan Kumar
2021-06-13net: iosm: irq handlingM Chetan Kumar
2021-06-13net: iosm: entry pointM Chetan Kumar
2021-06-12wwan: add interface creation supportJohannes Berg
2021-06-08net: wwan: core: purge rx queue on port closeSergey Ryazanov
2021-06-08net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov
2021-06-08net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov
2021-06-08net: wwan: core: expand ports number limitSergey Ryazanov
2021-06-08net: wwan: core: make port names more user-friendlySergey Ryazanov
2021-06-08net: wwan: core: spell port device name in lowercaseSergey Ryazanov
2021-06-08net: wwan: core: init port type string array using enum valuesSergey Ryazanov
2021-06-08net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov
2021-06-08wwan_hwsim: add debugfs management interfaceSergey Ryazanov
2021-06-08wwan_hwsim: WWAN device simulatorSergey Ryazanov
2021-05-25net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain
2021-05-17net: wwan: Add WWAN port type attributeLoic Poulain
2021-04-22net: wwan: core: Return poll error in case of port removalLoic Poulain
2021-04-20net: wwan: mhi_wwan_ctrl: Fix RX buffer starvationLoic Poulain
2021-04-20net: wwan: Fix bit ops double shiftLoic Poulain
2021-04-16net: Add Qcom WWAN control driverLoic Poulain
2021-04-16net: Add a WWAN subsystemLoic Poulain