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