summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/wwan_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | wwan: core: add print for wwan port attach/disconnectSlark Xiao2023-04-201-0/+3
* | wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-171-14/+44
|/
* net: wwan: iosm: add rpc interface for xmm modemsShane Parslow2022-11-021-0/+4
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-1/+1
* termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-0/+1
* net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar2022-02-141-0/+36
* net: wwan: make debugfs optionalSergey Ryazanov2021-12-081-4/+13
* net: wwan: common debugfs base dir for wwan deviceM Chetan Kumar2021-11-221-2/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-4/+8
|\
| * wwan: core: Avoid returning NULL from wwan_create_dev()Andy Shevchenko2021-08-121-4/+8
| * wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain2021-07-231-0/+2
* | wwan: core: Unshadow error code returned by ida_alloc_range()Andy Shevchenko2021-08-121-2/+5
* | wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain2021-07-231-0/+2
|/
* wwan: core: add WWAN common private data for netdevSergey Ryazanov2021-06-221-1/+28
* wwan: core: support default netdev creationSergey Ryazanov2021-06-221-1/+74
* wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2021-06-221-10/+0
* 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
* net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold2021-06-181-4/+12
* 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
* net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain2021-05-251-0/+15
* net: wwan: Add WWAN port type attributeLoic Poulain2021-05-171-9/+25
* net: wwan: core: Return poll error in case of port removalLoic Poulain2021-04-221-0/+2
* net: wwan: Fix bit ops double shiftLoic Poulain2021-04-201-1/+1
* net: Add a WWAN subsystemLoic Poulain2021-04-161-0/+552