aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x
AgeCommit message (Expand)AuthorFilesLines
2024-02-17staging: gdm724x: constantify the struct device_type usageRicardo B. Marliere1-1/+1
2023-10-21staging: gdm724x: Add blank line after declarationSoumya Negi1-0/+1
2023-08-22tty: gdm724x: use min_t() for size_t varable and a constantJiri Slaby (SUSE)1-3/+3
2023-08-11tty: gdm724x: simplify gdm_tty_write()Jiri Slaby (SUSE)1-6/+1
2023-08-11tty: gdm724x: convert counts to size_tJiri Slaby (SUSE)1-6/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+2
2022-11-22staging: gdm724x: Replace macro GDM_TTY_READY with static inline functionBrent Pappas1-5/+8
2022-07-25staging: gdm724x: drop unused CDC definesJohan Hovold1-6/+0
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+1
2022-03-14staging: gdm724x: remove redundant assignment of pointer wColin Ian King1-1/+0
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman1-2/+3
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-03-07staging: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-01staging: gdm724x: fix use after free in gdm_lte_rx()Dan Carpenter1-2/+3
2022-02-08staging: gdm724x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-10-20staging: use eth_hw_addr_set() in orphan driversJakub Kicinski1-1/+3
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-7/+6
2021-08-12staging: gdm724x: Place macro argument within parenthesesDee-Jay Anthony Logozzo1-2/+2
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2021-06-14staging: gdm724x: check for overflow in gdm_lte_netif_rx()Dan Carpenter1-4/+6
2021-06-14staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()Dan Carpenter1-1/+9
2021-06-09staging: gdm724x: emove redundant initialization of variable hci_lenColin Ian King1-1/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby1-1/+1
2021-02-11staging: gdm724x: Fix DMA from stackAmey Narkhede1-3/+7
2020-10-26staging: gdm724x: Clarify naming of packet_type<->tty index symbolsMisha Gusarov1-5/+5
2020-07-28staging: gdm724x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-13staging: gdm724x: remove redundant assignment to pointer 'w'Colin Ian King1-1/+1
2020-03-20staging: gdm724x: use netdev_err() instead of pr_err()Lourdes Pedrajas3-5/+7
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+4
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-22Staging: gdm724x: Remove unnecessary print statementsBhanusree Pola1-1/+0
2019-03-21staging: gdm724x: Rename dftEpsId to dft_eps_idBranden Bonaby1-1/+1
2019-03-18staging: gdm724x: Do not break expressionsIgnacio Losiggio1-4/+3
2018-07-11staging: gdm724x: redundant variables idProduct and idVendorColin Ian King1-5/+0
2018-06-17Staging: gdm724x: use match_string() helperYisheng Xie1-13/+5
2018-04-26staging: gdm724x: remove redundant license informationGreg Kroah-Hartman14-168/+14
2018-04-26staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman14-0/+14
2018-04-25staging: gdm724x: fix gdm_lte_tx()'s return typeLuc Van Oostenryck1-1/+1
2018-02-23Staging: gdm724x: LTE: Refactor gdm_lte_pdn_table().Quytelda Kahja1-11/+11
2018-02-23Staging: gdm724x: Simplify the struct gdm_endian to a variable.Quytelda Kahja6-46/+32
2018-02-23Staging: gdm724x: LTE: Fix trailing open parentheses.Quytelda Kahja1-23/+21
2018-02-19Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'.Quytelda Kahja1-3/+0
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_recv'.Quytelda Kahja1-5/+6
2018-02-19Staging: gdm724x: tty: Remove unnecessary macro 'gdm_tty_send'.Quytelda Kahja1-9/+6
2018-02-19Staging: gdm724x: mux: Check return value of register_lte_tty_driver().Quytelda Kahja1-1/+5
2018-02-19Staging: gdm724x: LTE: Fix argument list not aligned with parenthesis.Quytelda Kahja1-1/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20staging: gdm724x: fix return codes in gdm_lteAndrii Vladyka1-7/+7
2017-10-20staging: gdm724x: check for skb->len in gdm_lte_emulate_arpAndrii Vladyka1-0/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-16/+9
2017-06-03Staging: gdm724x: Change spaces to tabsMart Lubbers1-4/+4
2017-04-28staging: gdm724x: gdm_mux: fix use-after-free on module unloadJohan Hovold1-2/+1
2017-03-16staging: gdm724x: fix checkpatch.pl camelCase warningAya Mahfouz1-1/+1
2017-03-09staging: gdm724x: Replace ternary operator with min macroGargi Sharma1-2/+1
2017-03-06staging: gdm724x: Drop useless initialisationsimran singhal2-3/+3
2017-03-06staging: gdm724x: modify icmp6_checksum for returning a correct data type.Javier Rodriguez1-9/+6
2017-02-09staging: gdm724x: fix incorrect type in assignmentJavier Rodriguez1-1/+1
2017-02-09staging: gdm724x: fix a couple array overflowsDan Carpenter1-10/+14
2017-01-07staging: gdm724x: cleanup long lines to conform to kernel coding styleEmil Gedda1-17/+10
2017-01-05staging: gdm724x: update HCI structs with new bitwise typesEric S. Stone3-39/+46
2016-11-29staging: gdm724x: Remove one blank line in sequenceDawid Kurek1-1/+0
2016-11-29staging: gdm724x: Align parameters to parenthesisDawid Kurek2-8/+9
2016-09-16staging: gdm724x: Remove unnecessary blank lineRehas Sachdeva1-1/+0
2016-09-13staging: gdm724x: Add spaces around the '*' operatorsayli karnik2-5/+5
2016-09-12staging: gdm724x: gdm_lte: Constify gdm_netdev_opsImre Deak1-1/+1
2016-08-21Staging: gdm724x: gdm_tty: Fixed a checkpatch check issue.Samuele Baisi1-1/+0
2016-08-21staging: gdm724x: Replace semaphore netlink with mutexBinoy Jayan1-10/+1
2016-08-21staging: gdm724x: gdm_usb: Remove ignored valueLuis de Bethencourt1-4/+4
2016-05-09staging/gdm724x: fix "alignment should match open parenthesis" issuesBruno Carvalho2-3/+5
2016-05-09staging/gdm724x: Fix avoid CamelCaseBruno Carvalho2-4/+4
2016-03-05Staging: gdm724x: Replace random_ether_addr with eth_random_addrBhumika Goyal1-1/+1
2016-03-05Staging: gdm724x: Use min instead of ternary operatorBhumika Goyal1-1/+1
2016-03-05staging: gdm724x: gdm_usb: Remove create_workqueue()Amitoj Kaur Chawla1-26/+8
2016-02-14staging: gdm724x: gdm_mux: Remove create_workqueue()Amitoj Kaur Chawla1-15/+3
2016-02-11staging: gdm724x: Remove unneeded parenthesesJanani Ravichandran1-3/+3
2015-12-26staging: gdm724x: constify tty_port_operations structsAya Mahfouz1-1/+1
2015-11-15staging: gdm724x: Remove wrapper functionAmitoj Kaur Chawla3-7/+1
2015-10-24staging: gdm724x: remove multiple blank linesIoana Ciornei1-4/+0
2015-10-24staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei3-10/+10
2015-10-24staging: gdm724x: add spaces around binary operatorsIoana Ciornei5-11/+11
2015-10-24stating: gdm724x: remove explicit NULL comparisonIoana Ciornei5-14/+14
2015-10-24staging: gdm724x: properly indent to match open paranthesisIoana Ciornei3-27/+27
2015-10-16Staging: gdx724x: gdm_mux: Remove explicit castShivani Bhardwaj1-1/+1
2015-10-16Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke4-13/+13
2015-05-31staging: gdm724x: Remove test for host endianJaime Arrocha2-40/+17
2015-05-10staging: gdm724x: Correction of variable usage after applying ALIGN()SÅ‚awomir Demeszko1-9/+7
2015-03-18Staging: gdm724x: replace pr_* with dev_*Haneen Mohammed2-5/+6
2015-03-18Staging: gdm724x: replace pr_err with dev_errHaneen Mohammed2-6/+6
2015-03-16staging: gdm724x: use !x instead of x == NULLSomya Anand1-1/+1
2015-01-17staging: gdm724x: fix line limit coding style issue in gdm_lte.cNing Zhou1-1/+2
2015-01-17Staging: gdm724x: fix space before comma coding style issue in gdm_mux.cRobert Nachlinger1-1/+1
2014-10-20staging: gdm724x: Fix incorrect type in assignmentEbru Akagunduz1-4/+4
2014-10-20staging: gdm724x: Fix warning of prefer ether_addr_copy.Dilek Uzulmez1-5/+5
2014-09-28staging: gdm724x: Removed unnecessary else expression.Gulsah Kose1-2/+1
2014-09-19Staging: gdm724x: gdm_usb: added error checking in do_tx()Abel Moyo1-0/+4
2014-09-19staging: gdm724x: Fix missing blank line warning.Gulsah Kose1-0/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-07-26staging: gdm724x: fix misplaced open bracesCihangir Akturk1-17/+11
2014-07-22staging: gdm724x: Use NLMSG_HDRLENHimangi Saraogi1-1/+1
2014-07-22Staging: gdm724x: gdm_usb.c: fix missing blank line after variable declarationKiran Padwal1-0/+1
2014-07-17Staging: gdm724x: gdm_tty.c: fix missing blank line after variable declarationKiran Padwal1-0/+5
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-11staging: gdm724x: fix leak at failure path in init_usb()Alexey Khoroshilov1-5/+6
2014-06-19staging: gdm724x: Added blank lines after declarations in gdm_lte.cScott Weir1-0/+2
2014-03-18Staging: gdm724x: Fix unchecked sscanf values in gdm_lte.cMonam Agarwal1-2/+9
2014-03-17Staging: gdm724x: gdm_mux.c: fixed coding styleDaniel Ngu1-10/+16
2014-03-17Staging: gdm724x: netlink_k.c: fixed coding styleDaniel Ngu1-1/+2
2014-03-16staging: removed space after return function in gdm_lte.hUma Sharma1-1/+1
2014-03-16staging: gdm724x: gdm_usb.c: Fix line over 80 characters.Aybuke Ozdemir1-11/+24
2014-03-16staging: gdm724x: Fix line over 80 characters.Gulsah Kose1-56/+120
2014-02-18staging: gdm724x: cleanup alloc_tx_sdu_struct()Dan Carpenter1-17/+4
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-25staging: gdm724x: fix leak at failure path in gdm_usb_probe()Alexey Khoroshilov1-23/+17
2013-11-11Staging: gdm724x: Remove confusing macro gdm_lte_sdu_send in gdm_lte.cRashika Kheria1-10/+5
2013-11-10Staging: gdm724x: Use ALIGN() macro for dummy_cnt in gdm_mux.cRashika Kheria1-6/+2
2013-11-10Staging: gdm724x: Remove confusing macro gdm_lte_hci_send in gdm_lte.cRashika Kheria1-4/+2
2013-11-10Staging: gdm724x: Remove confusing macro gdm_dev_endian in gdm_lte.cRashika Kheria1-6/+12
2013-11-10Staging: gdm724x: Remove confusing macro gdm_lte_rcv_with_cb in gdm_lte.cRashika Kheria1-4/+1
2013-10-27staging: gdm724x: kzalloc should be used instead of kmalloc/memsetTeodora Baluta1-4/+2
2013-10-11staging: gdm7240: fix memory leak on failure pathAlexey Khoroshilov1-2/+2
2013-10-11staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMICAlexey Khoroshilov1-3/+3
2013-10-11Staging: gdm724x: fix line over 80 characters in gdm_tty.cEbru Akagunduz1-4/+8
2013-10-11staging: gdm724x: Fix sparse warnings regarding static functions/variablesValentina Manea2-5/+5
2013-08-27staging: gdm724x: Remove version.h header inclusion in netlink_k.cSachin Kamat1-1/+0
2013-08-27staging: gdm7240: gdm_driver[] can be staticFengguang Wu1-2/+2
2013-08-25staging: gdm724x: Remove tests of KERNELVERSIONLarry Finger1-13/+0
2013-08-23staging: gdm724x: Fix typo in commentsMasanari Iida1-2/+2
2013-08-21staging: gdm7240: fix error handling of probe()Dan Carpenter1-32/+25
2013-08-19staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang4-45/+56
2013-08-19staging: gdm7240: a TTY rewrite according to the latest TTY APIsWon Kang2-157/+142
2013-07-29staging: gdm724x: depend on CONFIG_TTYGreg Kroah-Hartman1-1/+1
2013-07-29staging: gdm724x: Modified function name conflict set_endianWon Kang3-4/+4
2013-07-29staging: gdm724x: remove duplicated include from gdm_lte.cWei Yongjun1-2/+0
2013-07-26staging: gdm724x: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_usb.hSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_usb.cSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_tty.hSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_tty.cSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_mux.cSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_lte.hSachin Kamat1-1/+0
2013-07-25staging: gdm724x: Remove version.h header inclusion in gdm_lte.cSachin Kamat1-1/+0
2013-07-25staging: gdm724x: remove ioctl callGreg Kroah-Hartman2-96/+0
2013-07-24staging: gdm724x: prevent module from being built inGreg Kroah-Hartman1-1/+1
2013-07-24staging: gdm724x: Update loggingJoe Perches5-69/+73
2013-07-24staging: gdm724x: fix up line lengths in the .h filesGreg Kroah-Hartman3-6/+12
2013-07-24staging: gdm724x: remove unneeded TO_HOST_SUCCESS enumGreg Kroah-Hartman2-2/+1
2013-07-24staging: gdm724x: add tty stuff to TODO file.Greg Kroah-Hartman1-0/+1
2013-07-24staging: gdm724x: gdm_tty: fix tty api build warningsGreg Kroah-Hartman1-7/+5
2013-07-24staging: gdm7240: adding LTE USB driverWon Kang18-0/+3913