index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gatchat
/
ppp_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-24
ppp_net: streamline ppp_net_new logic
Denis Kenzior
1
-16
/
+9
2011-05-24
gatppp: Add new contructor to use external fd
Guillaume Zajac
1
-15
/
+32
2011-05-08
ppp_net: Reset the watch to zero when removing
Denis Kenzior
1
-3
/
+10
2011-05-08
ppp_net: add ppp_net_suspend_interface() function
Guillaume Zajac
1
-0
/
+9
2010-10-21
ppp: Fix some coding style and memory leaks
Marcel Holtmann
1
-16
/
+16
2010-05-19
ppp: Trivial whitespace error
Denis Kenzior
1
-1
/
+1
2010-05-19
ppp: implement ppp_packet_new
Kristen Carlson Accardi
1
-9
/
+17
2010-05-11
ppp: fix another hardcode of ppp_packet size
Kristen Carlson Accardi
1
-1
/
+1
2010-05-10
ppp: set address and control field
Kristen Carlson Accardi
1
-1
/
+2
2010-04-28
ppp: Accept 1500 byte MTUs
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: Fix trivial style error
Denis Kenzior
1
-1
/
+1
2010-04-22
ppp: change MTU on TUN device when MRU option received
Kristen Carlson Accardi
1
-3
/
+20
2010-04-22
ppp: implement MRU option
Kristen Carlson Accardi
1
-2
/
+11
2010-04-13
ppp: TUN channel should not be opened NONBLOCKING
Denis Kenzior
1
-1
/
+1
2010-04-13
ppp: Get rid of net_open and net_close
Denis Kenzior
1
-49
/
+33
2010-04-13
ppp: Hide ppp_net definition in ppp_net.c
Denis Kenzior
1
-23
/
+35
2010-04-02
ppp: implement net close
Kristen Carlson Accardi
1
-5
/
+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
-10
/
+1
2010-04-02
Add missing arpa/inet.h includes
Marcel Holtmann
1
-0
/
+1
2010-04-02
Split out ipcp protocol into ppp_ipcp.c
Denis Kenzior
1
-216
/
+1
2010-04-01
Remove useless pppcp_protocol_data structure
Marcel Holtmann
1
-13
/
+4
2010-04-01
Remove forward declarations in PPP network handling
Marcel Holtmann
1
-81
/
+75
2010-04-01
Add debugging for PPP LCP and IPCP options
Marcel Holtmann
1
-0
/
+12
2010-03-31
Use ppp%d as PPP interface name instead of tun%d
Marcel Holtmann
1
-0
/
+1
2010-03-31
Refactor: GAtPPP connect callback
Denis Kenzior
1
-7
/
+25
2010-03-31
Style: remove unneeded blank line
Denis Kenzior
1
-1
/
+0
2010-03-31
Fix whitespace damage in PPP implementation
Marcel Holtmann
1
-1
/
+1
2010-03-26
Add support for NBNS server options
Marcel Holtmann
1
-0
/
+12
2010-03-25
ppp: change debug output to include control protocol prefix
Kristen Carlson Accardi
1
-2
/
+10
2010-03-22
IP support for PPP
Kristen Carlson Accardi
1
-0
/
+356