summaryrefslogtreecommitdiff
path: root/drivers/stemodem/gprs-context.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Introduce support for missing g_memdup2Marcel Holtmann2021-05-051-0/+1
* treewide: Replace g_memdup with g_memdup2Marcel Holtmann2021-04-281-1/+1
* stemodem: Quiet warning about strncpy useDenis Kenzior2019-05-161-1/+2
* stemodem: Remove unneeded ifDenis Kenzior2019-04-291-6/+2
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
* drivers: constify vtablesJonas Bonn2018-10-171-1/+1
* drivers: Update copyright informationMarcel Holtmann2011-10-101-2/+2
* stemodem: update to new gprs context interfaceMika Liljeberg2011-03-151-11/+18
* stemodem: Add support for multiple pdp contexts.Marit Henriksen2011-02-211-216/+57
* stemodem: remove NULL checkJeevaka Badrappan2011-01-291-6/+0
* stemodem: Always run +CGACT? when we get +CGEV.Marit Henriksen2011-01-141-7/+3
* stemodem: Use macro for context status.Marit Henriksen2011-01-141-1/+2
* stemodem: M15 coding style fixJeevaka Badrappan2011-01-121-2/+2
* stemodem: Use RTNL to create network interfaces.Sjur Brændeland2010-12-211-7/+36
* stemodem: Create network interfaces staticallySjur Brændeland2010-12-211-67/+82
* drivers: explicitly compare pointers to NULLLucas De Marchi2010-11-291-7/+7
* ste: Remove stray newlines in messages sent to logRémi Denis-Courmont2010-11-261-1/+1
* stemodem: Fix for error handling, memleak and changed some definesSjur Brændeland2010-11-131-23/+31
* stemodem: Fix broken coding styleMarcel Holtmann2010-10-301-1/+1
* stemodem: Remove useless NULL checks before g_freeMarcel Holtmann2010-08-161-6/+3
* stemodem: Use g_at_chat_cloneDenis Kenzior2010-08-121-1/+3
* stemodem: Fix minor whitespace issueDenis Kenzior2010-08-121-1/+1
* stedriver: remove unsupported CAIF socket ioctlsSjur Brændeland2010-08-121-46/+2
* Refactor: Remove atutil dump_responseDenis Kenzior2010-02-081-10/+0
* Fix: Don't use ofono_debug directly in pluginsDenis Kenzior2010-02-081-12/+12
* Fix: Send *EIAAUW after CGDCONT for STE and MBMDenis Kenzior2010-02-051-9/+14
* Fix: Use snprintf instead of sprintf in stemodemDenis Kenzior2010-02-051-5/+6
* Fix: Update copyright notice for 2010Denis Kenzior2010-01-281-1/+1
* Fix: Remove username/password elementsDenis Kenzior2010-01-271-14/+10
* Style: Couple more fixesDenis Kenzior2010-01-271-3/+3
* Fix: Remove pointless error labelsDenis Kenzior2010-01-271-17/+10
* Style: Various indentation and spacing issuesDenis Kenzior2010-01-271-16/+23
* Style: No space after function nameDenis Kenzior2010-01-271-4/+4
* Style: Use proper comment formattingDenis Kenzior2010-01-271-6/+6
* Style: Don't use underscoreDenis Kenzior2010-01-271-14/+14
* Add STE modem support for GPRS PDP ContextsSjur Brændeland2010-01-271-0/+610