packaging: Bump to 1.17
[platform/upstream/ofono.git] / gatchat / ppp_net.c
2015-07-28 Denis Kenziorppp_net: Make static analysis tools happy
2015-07-01 Sergey Alirzaevbuild: make ofono build against musl
2012-08-30 Daniel Wagnergatchat: Print error message if opening tun failes
2011-10-10 Marcel Holtmanngatchat: Update copyright information
2011-06-29 Denis Kenziorppp: Add basic length sanity checks
2011-05-27 Marcel Holtmanngatchat: Fix unused variable cases
2011-05-25 Denis Kenziorppp_net: Keep valgrind happy
2011-05-24 Guillaume Zajacppp_net: add ppp_net_resume_interface() API
2011-05-24 Denis Kenziorppp_net: streamline ppp_net_new logic
2011-05-24 Guillaume Zajacgatppp: Add new contructor to use external fd
2011-05-09 Denis Kenziorppp_net: Reset the watch to zero when removing
2011-05-09 Guillaume Zajacppp_net: add ppp_net_suspend_interface() function
2010-10-21 Marcel Holtmannppp: Fix some coding style and memory leaks
2010-05-19 Denis Kenziorppp: Trivial whitespace error
2010-05-19 Kristen Carlson... ppp: implement ppp_packet_new
2010-05-11 Kristen Carlson... ppp: fix another hardcode of ppp_packet size
2010-05-10 Kristen Carlson... ppp: set address and control field
2010-04-28 Denis Kenziorppp: Accept 1500 byte MTUs
2010-04-28 Denis Kenziorppp: Make ppp_net_process_packet const correct
2010-04-22 Denis Kenziorppp: Fix trivial style error
2010-04-22 Kristen Carlson... ppp: change MTU on TUN device when MRU option received
2010-04-22 Kristen Carlson... ppp: implement MRU option
2010-04-13 Denis Kenziorppp: TUN channel should not be opened NONBLOCKING
2010-04-13 Denis Kenziorppp: Get rid of net_open and net_close
2010-04-13 Denis Kenziorppp: Hide ppp_net definition in ppp_net.c
2010-04-03 Kristen Carlson... ppp: implement net close
2010-04-03 Denis KenziorRefactor: Get rid of (now) pointless comments
2010-04-02 Denis KenziorRefactor: Get rid of packet handler registrations
2010-04-02 Marcel HoltmannAdd missing arpa/inet.h includes
2010-04-02 Denis KenziorSplit out ipcp protocol into ppp_ipcp.c
2010-04-01 Marcel HoltmannRemove useless pppcp_protocol_data structure
2010-04-01 Marcel HoltmannRemove forward declarations in PPP network handling
2010-04-01 Marcel HoltmannAdd debugging for PPP LCP and IPCP options
2010-04-01 Marcel HoltmannUse ppp%d as PPP interface name instead of tun%d
2010-03-31 Denis KenziorRefactor: GAtPPP connect callback
2010-03-31 Denis KenziorStyle: remove unneeded blank line
2010-03-31 Marcel HoltmannFix whitespace damage in PPP implementation
2010-03-27 Marcel HoltmannAdd support for NBNS server options
2010-03-25 Kristen Carlson... ppp: change debug output to include control protocol...
2010-03-23 Kristen Carlson... IP support for PPP