summaryrefslogtreecommitdiff
path: root/drivers/net/wwan/wwan_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-17drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-09-12wwan: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-2/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-21wwan: core: add print for wwan port attach/disconnectSlark Xiao1-0/+3
2023-03-18wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-14/+44
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow1-0/+4
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-0/+1
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar1-0/+36
2021-12-09net: wwan: make debugfs optionalSergey Ryazanov1-4/+13
2021-11-22net: wwan: common debugfs base dir for wwan deviceM Chetan Kumar1-2/+28
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-09net: wwan: core: purge rx queue on port closeSergey Ryazanov1-3/+5
2021-06-09net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov1-0/+91
2021-06-09net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov1-0/+29
2021-06-09net: wwan: core: expand ports number limitSergey Ryazanov1-3/+5
2021-06-09net: wwan: core: make port names more user-friendlySergey Ryazanov1-6/+61
2021-06-09net: wwan: core: spell port device name in lowercaseSergey Ryazanov1-8/+26
2021-06-09net: wwan: core: init port type string array using enum valuesSergey Ryazanov1-7/+6
2021-06-09net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov1-1/+1
2021-05-26net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain1-0/+15
2021-05-18net: 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-21net: wwan: Fix bit ops double shiftLoic Poulain1-1/+1
2021-04-17net: Add a WWAN subsystemLoic Poulain1-0/+552