summaryrefslogtreecommitdiff
path: root/drivers/net/wwan/iosm
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-14/+16
2021-09-06net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko1-10/+12
2021-09-06net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko1-4/+4
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2021-08-23net: wwan: iosm: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-12/+11
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-08-16net: iosm: Prevent underflow in ipc_chnl_cfg_get()Dan Carpenter1-4/+3
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+8
2021-08-05net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar1-1/+1
2021-08-05net: wwan: iosm: correct data protocol mask bitM Chetan Kumar1-2/+2
2021-08-05net: wwan: iosm: endianness type correctionM Chetan Kumar2-3/+3
2021-08-05net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar1-2/+2
2021-07-21net: wwan: iosm: Switch to use module_pci_driver() macroAndy Shevchenko1-18/+1
2021-07-01net: wwan: iosm: set default mtuM Chetan Kumar1-0/+1
2021-07-01net: wwan: iosm: fix netdev tx statsM Chetan Kumar1-1/+5
2021-07-01net: wwan: iosm: correct link-id handlingM Chetan Kumar4-9/+9
2021-07-01net: wwan: iosm: remove reduandant checkM Chetan Kumar1-16/+3
2021-07-01net: wwan: iosm: fix uevent reportingM Chetan Kumar1-1/+1
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov1-6/+6
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov2-1/+5
2021-06-22wwan: core: support default netdev creationSergey Ryazanov1-1/+2
2021-06-22net: iosm: drop custom netdev(s) removingSergey Ryazanov1-14/+1
2021-06-21net: iosm: remove an unnecessary NULL checkDan Carpenter1-1/+1
2021-06-16net: iosm: remove the repeated declaration and commentShaokun Zhang1-10/+0
2021-06-16net: iosm: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-14net: wwan: iosm: Remove DEBUG flagLoic Poulain1-3/+0
2021-06-13net: iosm: infrastructureM Chetan Kumar1-0/+26
2021-06-13net: iosm: net driverM Chetan Kumar2-0/+406
2021-06-13net: iosm: uevent supportM Chetan Kumar2-0/+85
2021-06-13net: iosm: protocol operationsM Chetan Kumar2-0/+996
2021-06-13net: iosm: shared memory protocolM Chetan Kumar2-0/+520
2021-06-13net: iosm: power managementM Chetan Kumar2-0/+540
2021-06-13net: iosm: encode or decode datagramM Chetan Kumar2-0/+1103
2021-06-13net: iosm: multiplex IP sessionsM Chetan Kumar2-0/+798
2021-06-13net: iosm: bottom halfM Chetan Kumar2-0/+299
2021-06-13net: iosm: wwan port control deviceM Chetan Kumar2-0/+135
2021-06-13net: iosm: channel configurationM Chetan Kumar2-0/+147
2021-06-13net: iosm: shared memory I/O operationsM Chetan Kumar2-0/+444
2021-06-13net: iosm: shared memory IPC interfaceM Chetan Kumar2-0/+1942
2021-06-13net: iosm: mmio scratchpadM Chetan Kumar2-0/+416
2021-06-13net: iosm: irq handlingM Chetan Kumar2-0/+123
2021-06-13net: iosm: entry pointM Chetan Kumar2-0/+788