summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/gprs-context.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-08atmodem: set the auth method for u-blox modemsPhilip Paeps1-3/+28
2014-06-21atmodem: set the PPP authentication method to usePhilip Paeps1-0/+14
2013-07-18atmodem: Add gprs-context quirk for SIM900Jesper Larsen1-1/+5
2012-08-13gprs-context: print reason for ppp disconnectChristopher Vogl1-1/+1
2012-07-15gprs-context: Add new driver entry definitionGuillaume Zajac1-0/+11
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-08-05atmodem: Add funny ZTE quirk for GPRS context supportMarcel Holtmann1-0/+21
2011-08-05atmodem: Add support for handling GPRS context vendor quirksMarcel Holtmann1-0/+3
2011-07-24atmodem: Add support for NW DEACT notifications on slave channelMarcel Holtmann1-0/+40
2011-05-24atmodem: Update to new GAtPPP apiDenis Kenzior1-2/+2
2011-03-15atmodem: update to new gprs context interfaceMika Liljeberg1-20/+21
2011-01-12atmodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-1/+1
2010-10-27atmodem: Print IP details after GPRS context setupMarcel Holtmann1-0/+3
2010-10-27atmodem: Add some more GPRS context debug statementsMarcel Holtmann1-2/+14
2010-10-21atmodem: Use g_try_new0 when checking for the resultMarcel Holtmann1-1/+1
2010-10-21atmodem: Check for TUN/TAP support before enabling PPPMarcel Holtmann1-0/+13
2010-09-20atmodem: Allow setting PPP debug via environment variableMarcel Holtmann1-0/+8
2010-08-12atmodem: Use g_at_chat_cloneDenis Kenzior1-1/+3
2010-08-02Fix busylooped in ppp_disconnect for huawei modemZhenhua Zhang1-2/+7
2010-06-28atmodem: Update to the new PPP APIZhenhua Zhang1-2/+3
2010-06-11atmodem: Shutdown ppp cleanly on removeDenis Kenzior1-0/+7
2010-06-11atmodem: Always unref ppp when context is downDenis Kenzior1-0/+2
2010-06-03The default PPP netmask should be 255.255.255.255Marcel Holtmann1-1/+1
2010-05-26atmodem: fix crash during context deactivationKalle Valo1-5/+10
2010-05-26atmodem: refactor context deactivationKalle Valo1-35/+16
2010-04-30atmodem: Port gprs-context to new PPP apiDenis Kenzior1-12/+8
2010-04-28Fix: For now calling g_at_chat_unref is fineDenis Kenzior1-1/+1
2010-03-31Initial implementation of the PPP gprs contextDenis Kenzior1-88/+115
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-6/+0
2010-02-05Fix: Use snprintf instead of sprintf in atmodemDenis Kenzior1-3/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-01Style: Use unsigned int instead of unsignedDenis Kenzior1-1/+1
2009-11-17Update the AT modem driver to the new APIDenis Kenzior1-7/+7
2009-10-23Register for CGEV indications in gprs contextDenis Kenzior1-0/+4
2009-10-23Remove unused code and make compiler happyDenis Kenzior1-2/+0
2009-10-23Add basic atmodem gprs context implementationDenis Kenzior1-0/+270