summaryrefslogtreecommitdiff
path: root/src/mm-bearer-mbim.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-30mbim: use the new response checker helper methodAleksander Morgado1-5/+5
2014-10-29bearer-mbim: Implement report_connection_status() to set the port as disconne...Greg Suarez1-2/+25
2014-07-17bearer-mbim: increase disconnect timeoutBen Chan1-1/+1
2014-07-06bearer: rename 'MMBearer' to 'MMBaseBearer'Aleksander Morgado1-21/+21
2014-07-01bearer-mbim: ignore empty DNS server addressesDan Williams1-12/+18
2014-06-20bearer-mbim: fix disconnect error handling case splitPrathmesh Prabhu1-1/+1
2014-06-18bearer-mbim: disconnect attempt should succeed if bearer is already disconnectedPrathmesh Prabhu1-25/+39
2014-06-13bearer-mbim: use DHCP method when only an IPv6 link-local address is foundDan Williams1-0/+8
2014-06-09bearer-mbim: pass the right GError pointer to response parsersBen Chan1-2/+2
2014-05-20core: minor coding style fixesBen Chan1-1/+1
2014-03-25bearer-mbim: update MTU in bearer IP config propertiesBen Chan1-0/+8
2014-03-25bearer-mbim: fix a misleading commentBen Chan1-1/+1
2014-02-13ports: rename 'libserial' to 'libport'Aleksander Morgado1-1/+1
2014-02-13ports: rename 'MMMbimPort' to 'MMPortMbim'Aleksander Morgado1-2/+2
2014-01-24bearer-mbim: fix leaked 'MMBearerIpConfig' objectsAleksander Morgado1-0/+4
2014-01-24bearer-mbim: fix leaked 'MMBearerProperties'Aleksander Morgado1-0/+1
2014-01-24bearer-mbim: fix several leaked 'MbimMessage' objectsAleksander Morgado1-0/+15
2013-12-19bearer-mbim: parse replies on failureAleksander Morgado1-55/+91
2013-06-17bearer-mbim: make packet service attach operation optionalAleksander Morgado1-3/+11
2013-06-05api: let MMBearerIpFamily be flags instead of a enumerationAleksander Morgado1-13/+27
2013-06-05bearers: update connection logic in 3GPP+3GPP2 devicesAleksander Morgado1-0/+26
2013-04-23bearer: allow specifying default IP family for bearersBen Chan1-3/+11
2013-04-17bearer-mbim: handle static IP configurationAleksander Morgado1-25/+298
2013-04-17bearer-mbim: update connection timeout valuesAleksander Morgado1-2/+2
2013-04-17bearer-mbim: activate packet service during connection requestAleksander Morgado1-0/+74
2013-04-17bearer-mbim: no auth protocol if neither user nor password givenAleksander Morgado1-24/+28
2013-04-17bearer-mbim: implement bearer disconnectionAleksander Morgado1-0/+172
2013-04-17bearer-mbim: gather a unique session id in the [0,255] rangeAleksander Morgado1-10/+76
2013-04-17bearer-mbim: implement bearer connectionAleksander Morgado1-62/+194
2013-04-17bearer-mbim: log available provisioned contexts during connectionAleksander Morgado1-0/+281
2013-04-17mbim: add initial MBIM support skeletonAleksander Morgado1-0/+84