index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
ppp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-08
ppp_net: add ppp_net_suspend_interface() function
Guillaume Zajac
1
-0
/
+1
2011-02-28
gatppp: Add a debug macro
Denis Kenzior
1
-0
/
+7
2010-06-29
ppp: Refactor server-side API
Denis Kenzior
1
-2
/
+2
2010-06-29
ppp: Tweak set_server_info API some more
Denis Kenzior
1
-2
/
+1
2010-06-28
gatppp: Add PPP server extension
Zhenhua Zhang
1
-1
/
+4
2010-05-19
ppp: implement ppp_packet_new
Kristen Carlson Accardi
1
-0
/
+1
2010-05-10
ppp: Keep these defines private
Denis Kenzior
1
-2
/
+0
2010-05-10
ppp: set address and control field
Kristen Carlson Accardi
1
-0
/
+4
2010-04-30
ppp: get rid of ppp_enter_phase
Denis Kenzior
1
-11
/
+6
2010-04-28
ppp: Make ppp_chap_process_packet const correct
Denis Kenzior
1
-1
/
+1
2010-04-28
ppp: Make ppp_net_process_packet const correct
Denis Kenzior
1
-1
/
+1
2010-04-22
ppp: change MTU on TUN device when MRU option received
Kristen Carlson Accardi
1
-1
/
+1
2010-04-22
ppp: implement MRU option
Kristen Carlson Accardi
1
-0
/
+2
2010-04-14
ppp: nak unknown auth protocol
Kristen Carlson Accardi
1
-0
/
+10
2010-04-13
ppp: Cleanup function definitions in ppp.h
Denis Kenzior
1
-11
/
+16
2010-04-13
ppp: remove pfc and acfc
Kristen Carlson Accardi
1
-4
/
+0
2010-04-13
ppp: Get rid of net_open and net_close
Denis Kenzior
1
-3
/
+1
2010-04-13
ppp: Introduce ppp_net_down_notify
Denis Kenzior
1
-0
/
+1
2010-04-13
ppp: Introduce ppp_net_up_notify and use it
Denis Kenzior
1
-2
/
+2
2010-04-13
ppp: Hide ppp_net definition in ppp_net.c
Denis Kenzior
1
-12
/
+8
2010-04-13
ppp: Remove auth_ functions from ppp_auth.c
Denis Kenzior
1
-15
/
+8
2010-04-13
ppp: introduce ppp_auth_notify
Denis Kenzior
1
-0
/
+1
2010-04-13
ppp: Transition the phase directly
Denis Kenzior
1
-9
/
+7
2010-04-13
ppp: Use pppcp_signal functions directly
Denis Kenzior
1
-3
/
+0
2010-04-08
ppp: Fix make some functions const correct
Denis Kenzior
1
-3
/
+3
2010-04-06
Fix: Allow setting of tx ACCM
Denis Kenzior
1
-1
/
+1
2010-04-03
Move PPP constants where they are used
Marcel Holtmann
1
-18
/
+0
2010-04-03
Make GAtPPP fields really private
Marcel Holtmann
1
-31
/
+3
2010-04-02
ppp: implement net close
Kristen Carlson Accardi
1
-0
/
+1
2010-04-02
Refactor: Get rid of packet handler registrations
Denis Kenzior
1
-8
/
+3
2010-04-02
ppp: use queue to transmit
Kristen Carlson Accardi
1
-1
/
+3
2010-04-02
Split out ipcp protocol into ppp_ipcp.c
Denis Kenzior
1
-1
/
+4
2010-04-02
ppp: fix event generation on close
Kristen Carlson Accardi
1
-1
/
+0
2010-04-01
Remove obfuscation for some of the event handling
Marcel Holtmann
1
-2
/
+0
2010-04-01
Remove PPP event_queue handling and process events directly
Marcel Holtmann
1
-1
/
+0
2010-04-01
Remove PPP recv_queue handling and process frames directly
Marcel Holtmann
1
-1
/
+0
2010-04-01
Add support for recording PPP sessions in pppdump format
Marcel Holtmann
1
-0
/
+1
2010-04-01
Implement g_at_ppp_set_debug support
Marcel Holtmann
1
-0
/
+2
2010-04-01
Remove useless pppcp_protocol_data structure
Marcel Holtmann
1
-0
/
+1
2010-03-31
Refactor: Use GAtDisconnectFunc for ppp disconnect
Denis Kenzior
1
-1
/
+1
2010-03-26
ppp: send Protocol-Reject
Kristen Carlson Accardi
1
-0
/
+1
2010-03-22
Use password instead of passwd as variable name
Marcel Holtmann
1
-1
/
+1
2010-03-22
Some additional whitespace cleanup for PPP code
Marcel Holtmann
1
-0
/
+1
2010-03-22
IP support for PPP
Kristen Carlson Accardi
1
-0
/
+12
2010-03-22
CHAP with MD5 authentication support
Kristen Carlson Accardi
1
-0
/
+15
2010-03-22
PPP LCP support
Kristen Carlson Accardi
1
-0
/
+7
2010-03-22
Generic PPP control protocol support
Kristen Carlson Accardi
1
-0
/
+2
2010-03-22
Basic PPP protocol support
Kristen Carlson Accardi
1
-0
/
+130