summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x
AgeCommit message (Expand)AuthorLines
2024-10-11staging: gdm724x: Remove unused driverPhilipp Hortmann-3627/+0
2024-10-09staging: gdm724x: fix returning -1 with return equivalent errorsRodrigo Gobbi-8/+9
2024-02-17staging: gdm724x: constantify the struct device_type usageRicardo B. Marliere-1/+1
2023-10-21staging: gdm724x: Add blank line after declarationSoumya Negi-0/+1
2023-08-22tty: gdm724x: use min_t() for size_t varable and a constantJiri Slaby (SUSE)-3/+3
2023-08-11tty: gdm724x: simplify gdm_tty_write()Jiri Slaby (SUSE)-6/+1
2023-08-11tty: gdm724x: convert counts to size_tJiri Slaby (SUSE)-6/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean-2/+2
2022-11-22staging: gdm724x: Replace macro GDM_TTY_READY with static inline functionBrent Pappas-5/+8
2022-07-25staging: gdm724x: drop unused CDC definesJohan Hovold-6/+0
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+1
2022-03-14staging: gdm724x: remove redundant assignment of pointer wColin Ian King-1/+0
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman-2/+3
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-03-07staging: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2022-03-01staging: gdm724x: fix use after free in gdm_lte_rx()Dan Carpenter-2/+3
2022-02-08staging: gdm724x: Replace one-element array with flexible-array memberGustavo A. R. Silva-1/+1
2021-10-20staging: use eth_hw_addr_set() in orphan driversJakub Kicinski-1/+3
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-7/+6
2021-08-12staging: gdm724x: Place macro argument within parenthesesDee-Jay Anthony Logozzo-2/+2
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-5/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2021-06-14staging: gdm724x: check for overflow in gdm_lte_netif_rx()Dan Carpenter-4/+6
2021-06-14staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()Dan Carpenter-1/+9
2021-06-09staging: gdm724x: emove redundant initialization of variable hci_lenColin Ian King-1/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby-1/+1
2021-02-11staging: gdm724x: Fix DMA from stackAmey Narkhede-3/+7
2020-10-26staging: gdm724x: Clarify naming of packet_type<->tty index symbolsMisha Gusarov-5/+5
2020-07-28staging: gdm724x: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-04-13staging: gdm724x: remove redundant assignment to pointer 'w'Colin Ian King-1/+1
2020-03-20staging: gdm724x: use netdev_err() instead of pr_err()Lourdes Pedrajas-5/+7
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva-4/+4
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-03-22Staging: gdm724x: Remove unnecessary print statementsBhanusree Pola-1/+0
2019-03-21staging: gdm724x: Rename dftEpsId to dft_eps_idBranden Bonaby-1/+1
2019-03-18staging: gdm724x: Do not break expressionsIgnacio Losiggio-4/+3
2018-07-11staging: gdm724x: redundant variables idProduct and idVendorColin Ian King-5/+0
2018-06-17Staging: gdm724x: use match_string() helperYisheng Xie-13/+5
2018-04-26staging: gdm724x: remove redundant license informationGreg Kroah-Hartman-168/+14
2018-04-26staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman-0/+14
2018-04-25staging: gdm724x: fix gdm_lte_tx()'s return typeLuc Van Oostenryck-1/+1
2018-02-23Staging: gdm724x: LTE: Refactor gdm_lte_pdn_table().Quytelda Kahja-11/+11
2018-02-23Staging: gdm724x: Simplify the struct gdm_endian to a variable.Quytelda Kahja-46/+32
2018-02-23Staging: gdm724x: LTE: Fix trailing open parentheses.Quytelda Kahja-23/+21
2018-02-19Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'.Quytelda Kahja-3/+0
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_recv'.Quytelda Kahja-5/+6