index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wwan
/
wwan_core.c
Age
Commit message (
Expand
)
Author
2024-11-07
wwan: core: Add WWAN ADB and MIPC port type
Jinjian Song
2024-10-29
wwan: core: Pass string literal as format argument of dev_set_name()
Simon Horman
2024-10-21
net: wwan: fix global oob in wwan_rtnl_policy
Lin Ma
2024-03-05
net: wwan: core: make wwan_class constant
Ricardo B. Marliere
2024-02-21
net: wwan: core: constify the struct device_type usage
Ricardo B. Marliere
2024-02-09
wwan: core: Add WWAN fastboot port type
Jinjian Song
2023-10-16
drivers: net: wwan: wwan_core.c: resolved spelling mistake
Muhammad Muzammil
2023-09-12
wwan: core: Use the bitmap API to allocate bitmaps
Andy Shevchenko
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-20
wwan: core: add print for wwan port attach/disconnect
Slark Xiao
2023-03-17
wwan: core: Support slicing in port TX flow of WWAN subsystem
haozhe chang
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2022-11-02
net: wwan: iosm: add rpc interface for xmm modems
Shane Parslow
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
2022-09-09
termios: get rid of non-UAPI asm/termios.h
Al Viro
2022-02-14
net: wwan: debugfs obtained dev reference not dropped
M Chetan Kumar
2021-12-08
net: wwan: make debugfs optional
Sergey Ryazanov
2021-11-22
net: wwan: common debugfs base dir for wwan device
M Chetan Kumar
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-12
wwan: core: Avoid returning NULL from wwan_create_dev()
Andy Shevchenko
2021-08-12
wwan: core: Unshadow error code returned by ida_alloc_range()
Andy Shevchenko
2021-07-23
wwan: core: Fix missing RTM_NEWLINK event for default link
Loic Poulain
2021-07-23
wwan: core: Fix missing RTM_NEWLINK event for default link
Loic Poulain
2021-06-22
wwan: core: add WWAN common private data for netdev
Sergey Ryazanov
2021-06-22
wwan: core: support default netdev creation
Sergey Ryazanov
2021-06-22
wwan: core: no more hold netdev ops owning module
Sergey Ryazanov
2021-06-22
wwan: core: remove all netdevs on ops unregistering
Sergey Ryazanov
2021-06-22
wwan: core: multiple netdevs deletion support
Sergey Ryazanov
2021-06-22
wwan: core: require WWAN netdev setup callback existence
Sergey Ryazanov
2021-06-22
wwan: core: relocate ops registering code
Sergey Ryazanov
2021-06-18
net: wwan: Allow WWAN drivers to provide blocking tx and poll function
Stephan Gerhold
2021-06-12
wwan: add interface creation support
Johannes Berg
2021-06-08
net: wwan: core: purge rx queue on port close
Sergey Ryazanov
2021-06-08
net: wwan: core: implement terminal ioctls for AT port
Sergey Ryazanov
2021-06-08
net: wwan: core: implement TIOCINQ ioctl
Sergey Ryazanov
2021-06-08
net: wwan: core: expand ports number limit
Sergey Ryazanov
2021-06-08
net: wwan: core: make port names more user-friendly
Sergey Ryazanov
2021-06-08
net: wwan: core: spell port device name in lowercase
Sergey Ryazanov
2021-06-08
net: wwan: core: init port type string array using enum values
Sergey Ryazanov
2021-06-08
net: wwan: make WWAN_PORT_MAX meaning less surprised
Sergey Ryazanov
2021-05-25
net: wwan: core: Add WWAN device index sysfs attribute
Loic Poulain
2021-05-17
net: wwan: Add WWAN port type attribute
Loic Poulain
2021-04-22
net: wwan: core: Return poll error in case of port removal
Loic Poulain
2021-04-20
net: wwan: Fix bit ops double shift
Loic Poulain
2021-04-16
net: Add a WWAN subsystem
Loic Poulain