aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/gdm724x/gdm_lte.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+0
2022-03-14staging: gdm724x: remove redundant assignment of pointer wColin Ian King1-1/+0
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
2021-10-20staging: use eth_hw_addr_set() in orphan driversJakub Kicinski1-1/+3
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
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 Pedrajas1-1/+1
2019-03-22Staging: gdm724x: Remove unnecessary print statementsBhanusree Pola1-1/+0
2018-04-26staging: gdm724x: remove redundant license informationGreg Kroah-Hartman1-12/+1
2018-04-26staging: gdm724x: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1
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 Kahja1-4/+3
2018-02-23Staging: gdm724x: LTE: Fix trailing open parentheses.Quytelda Kahja1-23/+21
2018-02-19Staging: gdm724x: LTE: Fix argument list not aligned with parenthesis.Quytelda Kahja1-1/+2
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-06-16networking: introduce and use skb_put_data()Johannes Berg1-16/+9
2017-03-06staging: gdm724x: Drop useless initialisationsimran singhal1-1/+1
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
2016-09-12staging: gdm724x: gdm_lte: Constify gdm_netdev_opsImre Deak1-1/+1
2016-03-05Staging: gdm724x: Replace random_ether_addr with eth_random_addrBhumika Goyal1-1/+1
2016-02-11staging: gdm724x: Remove unneeded parenthesesJanani Ravichandran1-3/+3
2015-11-15staging: gdm724x: Remove wrapper functionAmitoj Kaur Chawla1-1/+1
2015-10-24staging: gdm724x: add spaces around binary operatorsIoana Ciornei1-2/+2
2015-10-24stating: gdm724x: remove explicit NULL comparisonIoana Ciornei1-2/+2
2015-10-24staging: gdm724x: properly indent to match open paranthesisIoana Ciornei1-16/+16
2015-10-16Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke1-7/+7
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
2014-10-20staging: gdm724x: Fix warning of prefer ether_addr_copy.Dilek Uzulmez1-5/+5
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
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-16staging: gdm724x: Fix line over 80 characters.Gulsah Kose1-56/+120
2013-11-11Staging: gdm724x: Remove confusing macro gdm_lte_sdu_send in gdm_lte.cRashika Kheria1-10/+5
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-11staging: gdm724x: Fix sparse warnings regarding static functions/variablesValentina Manea1-3/+3
2013-08-23staging: gdm724x: Fix typo in commentsMasanari Iida1-2/+2