ipconfig: Add Function to Stringify ipconfig Type
[framework/connectivity/connman.git] / src / tethering.c
2011-04-27 Samuel Ortiztethering: Fall back to google's DNS when dnsproxy...
2011-04-27 Yu A Wangtethering: Use tether device IP as tethering DNS server
2011-04-20 Gustavo F. Padovantethering: Add private networks ip configuration and NAT
2011-04-20 Gustavo F. Padovantethering: Add support to create private networks TUN...
2011-04-20 Gustavo F. Padovanmanager: Add hooks for the PrivateNetwork API
2011-03-11 Martin Xutethering: Using /proc/sys/net/bridge to detect the...
2011-02-10 Samuel Ortiztethering: Check for kernel bridge support
2011-02-02 Samuel Ortiztethering: Add a tethering property per technology
2011-01-24 Marcel HoltmannSmall coding style fixup for bridge enabling
2010-12-07 Martin Xutethering: Set tethering_status earlier
2010-11-24 Samuel Ortiztethering: Remove bridge asynchronously
2010-11-24 Samuel Ortiztethering: Properly check for tethering refcount hitting 0
2010-11-24 Samuel Ortiztethering: Disable forward delay on the tethering bridge
2010-11-16 Leena Gundatethering: Fix for default interface string double...
2010-11-14 Samuel Ortiztethering: Duplicate default interface string
2010-11-14 Samuel Ortiztethering: Start DHCP server on the bridge
2010-11-13 Samuel Ortiztethering: Check for tethering_status to be FALSE when...
2010-11-13 Samuel Ortiztethering: Configure bridge interface when starting...
2010-11-13 Samuel Ortiztethering: Flush POSTROUTING table when needed
2010-11-12 Marcel HoltmannFor consistency use err instead of ret variable name
2010-11-12 Marcel HoltmannReport error when enabling IP forwarding
2010-11-12 Marcel HoltmannUse a proper technology callback to report Tethering...
2010-11-12 Marcel HoltmannUse static volatile for atomic global reference counters
2010-11-12 Samuel Ortiztethering: Enable NAT
2010-11-10 Samuel Ortiztethering: Add async tethering_enabled callback
2010-11-08 Samuel Ortiztechnology: Add bridge name to the tethering hook
2010-07-15 Marcel HoltmannAdd callbacks for Tethering enable/disable on technolog...
2010-07-03 Marcel HoltmannAdd initial bits and pieces for Tethering support