index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wwan
/
wwan_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: wwan: make debugfs optional
Sergey Ryazanov
2021-12-09
1
-4
/
+13
*
net: wwan: common debugfs base dir for wwan device
M Chetan Kumar
2021-11-22
1
-2
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-4
/
+8
|
\
|
*
wwan: core: Avoid returning NULL from wwan_create_dev()
Andy Shevchenko
2021-08-12
1
-4
/
+8
|
*
wwan: core: Fix missing RTM_NEWLINK event for default link
Loic Poulain
2021-07-23
1
-0
/
+2
*
|
wwan: core: Unshadow error code returned by ida_alloc_range()
Andy Shevchenko
2021-08-12
1
-2
/
+5
*
|
wwan: core: Fix missing RTM_NEWLINK event for default link
Loic Poulain
2021-07-23
1
-0
/
+2
|
/
*
wwan: core: add WWAN common private data for netdev
Sergey Ryazanov
2021-06-22
1
-1
/
+28
*
wwan: core: support default netdev creation
Sergey Ryazanov
2021-06-22
1
-1
/
+74
*
wwan: core: no more hold netdev ops owning module
Sergey Ryazanov
2021-06-22
1
-10
/
+0
*
wwan: core: remove all netdevs on ops unregistering
Sergey Ryazanov
2021-06-22
1
-9
/
+31
*
wwan: core: multiple netdevs deletion support
Sergey Ryazanov
2021-06-22
1
-1
/
+1
*
wwan: core: require WWAN netdev setup callback existence
Sergey Ryazanov
2021-06-22
1
-1
/
+1
*
wwan: core: relocate ops registering code
Sergey Ryazanov
2021-06-22
1
-71
/
+71
*
net: wwan: Allow WWAN drivers to provide blocking tx and poll function
Stephan Gerhold
2021-06-18
1
-4
/
+12
*
wwan: add interface creation support
Johannes Berg
2021-06-12
1
-7
/
+238
*
net: wwan: core: purge rx queue on port close
Sergey Ryazanov
2021-06-08
1
-3
/
+5
*
net: wwan: core: implement terminal ioctls for AT port
Sergey Ryazanov
2021-06-08
1
-0
/
+91
*
net: wwan: core: implement TIOCINQ ioctl
Sergey Ryazanov
2021-06-08
1
-0
/
+29
*
net: wwan: core: expand ports number limit
Sergey Ryazanov
2021-06-08
1
-3
/
+5
*
net: wwan: core: make port names more user-friendly
Sergey Ryazanov
2021-06-08
1
-6
/
+61
*
net: wwan: core: spell port device name in lowercase
Sergey Ryazanov
2021-06-08
1
-8
/
+26
*
net: wwan: core: init port type string array using enum values
Sergey Ryazanov
2021-06-08
1
-7
/
+6
*
net: wwan: make WWAN_PORT_MAX meaning less surprised
Sergey Ryazanov
2021-06-08
1
-1
/
+1
*
net: wwan: core: Add WWAN device index sysfs attribute
Loic Poulain
2021-05-26
1
-0
/
+15
*
net: wwan: Add WWAN port type attribute
Loic Poulain
2021-05-18
1
-9
/
+25
*
net: wwan: core: Return poll error in case of port removal
Loic Poulain
2021-04-22
1
-0
/
+2
*
net: wwan: Fix bit ops double shift
Loic Poulain
2021-04-21
1
-1
/
+1
*
net: Add a WWAN subsystem
Loic Poulain
2021-04-17
1
-0
/
+552