wifi: Add support for autoscan request
[framework/connectivity/connman.git] / src / tethering.c
2012-07-02 Wu Zhengtethering: Fix incorrect index value for private network
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-02-24 Daniel Wagnertethering: Fix pool size request
2012-02-13 Daniel Wagnertethering: Fix start of IP pool
2012-02-13 Daniel Wagnernat: Move nat code into a seperate file
2012-02-13 Daniel Wagnertethering: Use notifier to update default interface.
2012-02-13 Daniel Wagnerbridge: Move bridge code into a seperate file
2012-02-01 Guillaume Zajactethering: Add notification callback implementation
2012-02-01 Daniel Wagnerippool: Add API to notify when IP is externally assigned
2012-02-01 Guillaume Zajactethering: Use IP pool API with DHCP
2012-02-01 Guillaume Zajactethering: Use IP pool API with private network
2011-11-28 Jukka Rissanentethering: Avoid removing dhcp server twice.
2011-11-15 Patrik Flykttethering: Use already existing 'tether' bridge interface
2011-11-10 Daniel Wagnercore: Use gcc atomics instead glib's ones
2011-10-25 Daniel Wagnercore: Add SOCK_CLOEXEC to socket()
2011-06-30 Guillaume Zajactethering: Update APIs to be able to use multiple priva...
2011-06-16 Daniel Wagnerelement: Remove element.c
2011-06-02 Marcel Holtmanntethering: Fix small typo
2011-06-02 Marcel Holtmanntethering: Fix handling of undefined DBUS_TYPE_UNIX_FD
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