summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_net.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-28ppp_net: Make static analysis tools happyDenis Kenzior1-1/+1
2015-07-01build: make ofono build against muslSergey Alirzaev1-1/+1
2012-08-30gatchat: Print error message if opening tun failesDaniel Wagner1-1/+5
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-06-29ppp: Add basic length sanity checksDenis Kenzior1-2/+8
2011-05-27gatchat: Fix unused variable casesMarcel Holtmann1-0/+2
2011-05-25ppp_net: Keep valgrind happyDenis Kenzior1-1/+2
2011-05-24ppp_net: add ppp_net_resume_interface() APIGuillaume Zajac1-0/+10
2011-05-24ppp_net: streamline ppp_net_new logicDenis Kenzior1-16/+9
2011-05-24gatppp: Add new contructor to use external fdGuillaume Zajac1-15/+32
2011-05-08ppp_net: Reset the watch to zero when removingDenis Kenzior1-3/+10
2011-05-08ppp_net: add ppp_net_suspend_interface() functionGuillaume Zajac1-0/+9
2010-10-21ppp: Fix some coding style and memory leaksMarcel Holtmann1-16/+16
2010-05-19ppp: Trivial whitespace errorDenis Kenzior1-1/+1
2010-05-19ppp: implement ppp_packet_newKristen Carlson Accardi1-9/+17
2010-05-11ppp: fix another hardcode of ppp_packet sizeKristen Carlson Accardi1-1/+1
2010-05-10ppp: set address and control fieldKristen Carlson Accardi1-1/+2
2010-04-28ppp: Accept 1500 byte MTUsDenis Kenzior1-1/+1
2010-04-28ppp: Make ppp_net_process_packet const correctDenis Kenzior1-1/+1
2010-04-22ppp: Fix trivial style errorDenis Kenzior1-1/+1
2010-04-22ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi1-3/+20
2010-04-22ppp: implement MRU optionKristen Carlson Accardi1-2/+11
2010-04-13ppp: TUN channel should not be opened NONBLOCKINGDenis Kenzior1-1/+1
2010-04-13ppp: Get rid of net_open and net_closeDenis Kenzior1-49/+33
2010-04-13ppp: Hide ppp_net definition in ppp_net.cDenis Kenzior1-23/+35
2010-04-02ppp: implement net closeKristen Carlson Accardi1-5/+6
2010-04-02Refactor: Get rid of (now) pointless commentsDenis Kenzior1-2/+0
2010-04-02Refactor: Get rid of packet handler registrationsDenis Kenzior1-10/+1
2010-04-02Add missing arpa/inet.h includesMarcel Holtmann1-0/+1
2010-04-02Split out ipcp protocol into ppp_ipcp.cDenis Kenzior1-216/+1
2010-04-01Remove useless pppcp_protocol_data structureMarcel Holtmann1-13/+4
2010-04-01Remove forward declarations in PPP network handlingMarcel Holtmann1-81/+75
2010-04-01Add debugging for PPP LCP and IPCP optionsMarcel Holtmann1-0/+12
2010-03-31Use ppp%d as PPP interface name instead of tun%dMarcel Holtmann1-0/+1
2010-03-31Refactor: GAtPPP connect callbackDenis Kenzior1-7/+25
2010-03-31Style: remove unneeded blank lineDenis Kenzior1-1/+0
2010-03-31Fix whitespace damage in PPP implementationMarcel Holtmann1-1/+1
2010-03-26Add support for NBNS server optionsMarcel Holtmann1-0/+12
2010-03-25ppp: change debug output to include control protocol prefixKristen Carlson Accardi1-2/+10
2010-03-22IP support for PPPKristen Carlson Accardi1-0/+356