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