index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
ppp_lcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-09
ppp: Use flags instead of booleans for lcp options
Denis Kenzior
1
-3
/
+5
2010-04-08
ppp: Rip out the now unused option string stuff
Denis Kenzior
1
-18
/
+0
2010-04-08
ppp: Port LCP to the new option framework
Denis Kenzior
1
-73
/
+99
2010-04-08
ppp: Move some one-time setters to the proto
Denis Kenzior
1
-6
/
+6
2010-04-07
ppp: Add rca callback
Denis Kenzior
1
-0
/
+18
2010-04-07
ppp: Remove lcp_protocol_reject
Denis Kenzior
1
-5
/
+0
2010-04-07
ppp: Hide away the magic_number in ppp_lcp.c
Denis Kenzior
1
-8
/
+19
2010-04-06
ppp: Verify magic number is not zero
Denis Kenzior
1
-1
/
+10
2010-04-05
Refactor: Make struct pppcp declaration private
Denis Kenzior
1
-4
/
+1
2010-04-05
Refactor: add pppcp_set/get_magic_number
Denis Kenzior
1
-2
/
+2
2010-04-05
Refactor: add pppcp_set_prefix
Denis Kenzior
1
-1
/
+1
2010-04-05
Refactor: add pppcp_get_ppp
Denis Kenzior
1
-4
/
+4
2010-04-05
Refactor: add pppcp_set_option_strings
Denis Kenzior
1
-1
/
+1
2010-04-05
Refactor: Move valid code selection to ipcp/lcp
Denis Kenzior
1
-0
/
+14
2010-04-05
Refactor: Make option_scan more type safe
Denis Kenzior
1
-1
/
+2
2010-04-05
Refactor: Make option_process more typesafe
Denis Kenzior
1
-3
/
+2
2010-04-05
Refactor: Add pppcp_set_data & pppcp_get_data
Denis Kenzior
1
-1
/
+0
2010-04-05
Make pppcp_code enum a private structure
Marcel Holtmann
1
-14
/
+1
2010-04-05
Make pppcp_event_type enum a private structure
Marcel Holtmann
1
-3
/
+3
2010-04-02
Fix coding style with callback structures
Marcel Holtmann
1
-6
/
+6
2010-04-02
Refactor: Get rid of (now) pointless comments
Denis Kenzior
1
-2
/
+0
2010-04-02
Refactor: Get rid of packet handler registrations
Denis Kenzior
1
-8
/
+0
2010-04-02
Add more missing break statements
Marcel Holtmann
1
-3
/
+3
2010-04-02
ppp: fix event generation on close
Kristen Carlson Accardi
1
-13
/
+4
2010-04-01
Remove useless pppcp_protocol_data structure
Marcel Holtmann
1
-10
/
+3
2010-04-01
Add debugging for PPP LCP and IPCP options
Marcel Holtmann
1
-0
/
+18
2010-03-26
ppp: send Protocol-Reject
Kristen Carlson Accardi
1
-0
/
+5
2010-03-25
ppp: change debug output to include control protocol prefix
Kristen Carlson Accardi
1
-2
/
+10
2010-03-22
Some additional whitespace cleanup for PPP code
Marcel Holtmann
1
-6
/
+7
2010-03-22
PPP LCP support
Kristen Carlson Accardi
1
-0
/
+246