aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/wwan_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2021-08-12wwan: core: Avoid returning NULL from wwan_create_dev()Andy Shevchenko1-4/+8
2021-08-12wwan: core: Unshadow error code returned by ida_alloc_range()Andy Shevchenko1-2/+5
2021-07-23wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain1-0/+2
2021-07-23wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain1-0/+2
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov1-1/+28
2021-06-22wwan: core: support default netdev creationSergey Ryazanov1-1/+74
2021-06-22wwan: core: no more hold netdev ops owning moduleSergey Ryazanov1-10/+0
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-18net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold1-4/+12
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-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: Fix bit ops double shiftLoic Poulain1-1/+1
2021-04-16net: Add a WWAN subsystemLoic Poulain1-0/+552