summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-141-7/+12
|\
| * staging: gdm724x: fix return codes in gdm_lteAndrii Vladyka2017-10-201-7/+7
| * staging: gdm724x: check for skb->len in gdm_lte_emulate_arpAndrii Vladyka2017-10-201-0/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-16/+9Star
|\
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-16/+9Star
* | Staging: gdm724x: Change spaces to tabsMart Lubbers2017-06-031-4/+4
|/
* staging: gdm724x: gdm_mux: fix use-after-free on module unloadJohan Hovold2017-04-281-2/+1Star
* staging: gdm724x: fix checkpatch.pl camelCase warningAya Mahfouz2017-03-161-1/+1
* staging: gdm724x: Replace ternary operator with min macroGargi Sharma2017-03-091-2/+1Star
* staging: gdm724x: Drop useless initialisationsimran singhal2017-03-062-3/+3
* staging: gdm724x: modify icmp6_checksum for returning a correct data type.Javier Rodriguez2017-03-061-9/+6Star
* staging: gdm724x: fix incorrect type in assignmentJavier Rodriguez2017-02-091-1/+1
* staging: gdm724x: fix a couple array overflowsDan Carpenter2017-02-091-10/+14
* staging: gdm724x: cleanup long lines to conform to kernel coding styleEmil Gedda2017-01-071-17/+10Star
* staging: gdm724x: update HCI structs with new bitwise typesEric S. Stone2017-01-053-39/+46
* staging: gdm724x: Remove one blank line in sequenceDawid Kurek2016-11-291-1/+0Star
* staging: gdm724x: Align parameters to parenthesisDawid Kurek2016-11-292-8/+9
* staging: gdm724x: Remove unnecessary blank lineRehas Sachdeva2016-09-161-1/+0Star
* staging: gdm724x: Add spaces around the '*' operatorsayli karnik2016-09-132-5/+5
* staging: gdm724x: gdm_lte: Constify gdm_netdev_opsImre Deak2016-09-121-1/+1
* Staging: gdm724x: gdm_tty: Fixed a checkpatch check issue.Samuele Baisi2016-08-211-1/+0Star
* staging: gdm724x: Replace semaphore netlink with mutexBinoy Jayan2016-08-211-10/+1Star
* staging: gdm724x: gdm_usb: Remove ignored valueLuis de Bethencourt2016-08-211-4/+4
* staging/gdm724x: fix "alignment should match open parenthesis" issuesBruno Carvalho2016-05-092-3/+5
* staging/gdm724x: Fix avoid CamelCaseBruno Carvalho2016-05-092-4/+4
* Staging: gdm724x: Replace random_ether_addr with eth_random_addrBhumika Goyal2016-03-051-1/+1
* Staging: gdm724x: Use min instead of ternary operatorBhumika Goyal2016-03-051-1/+1
* staging: gdm724x: gdm_usb: Remove create_workqueue()Amitoj Kaur Chawla2016-03-051-26/+8Star
* staging: gdm724x: gdm_mux: Remove create_workqueue()Amitoj Kaur Chawla2016-02-151-15/+3Star
* staging: gdm724x: Remove unneeded parenthesesJanani Ravichandran2016-02-121-3/+3
* staging: gdm724x: constify tty_port_operations structsAya Mahfouz2015-12-271-1/+1
* staging: gdm724x: Remove wrapper functionAmitoj Kaur Chawla2015-11-163-7/+1Star
* staging: gdm724x: remove multiple blank linesIoana Ciornei2015-10-251-4/+0Star
* staging: gdm724x: correct kzalloc/kmalloc sizeof argumentIoana Ciornei2015-10-253-10/+10
* staging: gdm724x: add spaces around binary operatorsIoana Ciornei2015-10-255-11/+11
* stating: gdm724x: remove explicit NULL comparisonIoana Ciornei2015-10-255-14/+14
* staging: gdm724x: properly indent to match open paranthesisIoana Ciornei2015-10-253-27/+27
* Staging: gdx724x: gdm_mux: Remove explicit castShivani Bhardwaj2015-10-171-1/+1
* Staging: gdm724x: Remove unnecessary cast on void pointerShraddha Barke2015-10-174-13/+13
* staging: gdm724x: Remove test for host endianJaime Arrocha2015-05-312-40/+17Star
* staging: gdm724x: Correction of variable usage after applying ALIGN()SÅ‚awomir Demeszko2015-05-101-9/+7Star
* Staging: gdm724x: replace pr_* with dev_*Haneen Mohammed2015-03-182-5/+6
* Staging: gdm724x: replace pr_err with dev_errHaneen Mohammed2015-03-182-6/+6
* staging: gdm724x: use !x instead of x == NULLSomya Anand2015-03-161-1/+1
* staging: gdm724x: fix line limit coding style issue in gdm_lte.cNing Zhou2015-01-171-1/+2
* Staging: gdm724x: fix space before comma coding style issue in gdm_mux.cRobert Nachlinger2015-01-171-1/+1
* staging: gdm724x: Fix incorrect type in assignmentEbru Akagunduz2014-10-201-4/+4
* staging: gdm724x: Fix warning of prefer ether_addr_copy.Dilek Uzulmez2014-10-201-5/+5
* staging: gdm724x: Removed unnecessary else expression.Gulsah Kose2014-09-291-2/+1Star