summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/gprs-context.c
AgeCommit message (Expand)AuthorFilesLines
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