aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus 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