index
:
~jprvita/ofono
fixes
master
simple-hf-audio-agent
vcgomes-for-upstream
Open surce telephony
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gatchat
/
ppp_lcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
ppp: Remove some g_prints
Denis Kenzior
1
-2
/
+0
2011-02-16
PPP: Use default ACCM (0xffffffff) to trasmit
Martin Xu
1
-3
/
+5
2011-02-14
PPP: Fix transmit ACCM and receive ACCM mixup
Martin Xu
1
-2
/
+14
2010-11-29
gatchat: explicitly compare pointers to NULL
Lucas De Marchi
1
-3
/
+3
2010-07-09
ppp: Add MAX_IPCP_FAILURE to avoid timeout quickly
Zhenhua Zhang
1
-1
/
+1
2010-06-29
ppp: Refactor server-side API
Denis Kenzior
1
-2
/
+2
2010-04-30
ppp: get rid of ppp_enter_phase
Denis Kenzior
1
-3
/
+3
2010-04-22
ppp: Request MRU if we ever get NAKed with it
Denis Kenzior
1
-3
/
+45
2010-04-22
ppp: Fix trivial copy paste error
Denis Kenzior
1
-1
/
+1
2010-04-22
ppp: implement MRU option
Kristen Carlson Accardi
1
-0
/
+4
2010-04-14
ppp: nak unknown auth protocol
Kristen Carlson Accardi
1
-2
/
+28
2010-04-13
ppp: remove pfc and acfc
Kristen Carlson Accardi
1
-5
/
+1
2010-04-13
ppp: remove references to magic number
Kristen Carlson Accardi
1
-5
/
+1
2010-04-13
ppp: Transition the phase directly
Denis Kenzior
1
-2
/
+3
2010-04-13
ppp: Let the upper layer handle open / up events
Denis Kenzior
1
-10
/
+0
2010-04-13
Merge: make link
Denis Kenzior
1
-2
/
+2
2010-04-13
ppp: Reset the options whenever the layer is down
Denis Kenzior
1
-5
/
+13
2010-04-13
ppp: Use pppcp_signal functions directly
Denis Kenzior
1
-27
/
+0
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