index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tethering.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-13
tethering: Reset the tethering refcount on error
Patrik Flykt
1
-1
/
+6
2012-09-07
tethering: Fix error path in __connman_tethering_set_enabled()
Artem Bityutskiy
1
-0
/
+3
2012-09-07
tethering: Re-add error message about missing bridge functionality
Artem Bityutskiy
1
-1
/
+3
2012-09-07
tethering: Fix bridge module loading problem
Artem Bityutskiy
1
-6
/
+12
2012-07-15
tethering: Avoid shadowing connection variable
Marcel Holtmann
1
-1
/
+1
2012-07-02
tethering: Fix incorrect index value for private network
Wu Zheng
1
-1
/
+1
2012-04-29
core: Update copyright information
Marcel Holtmann
1
-1
/
+1
2012-02-24
tethering: Fix pool size request
Daniel Wagner
1
-1
/
+1
2012-02-13
tethering: Fix start of IP pool
Daniel Wagner
1
-1
/
+1
2012-02-13
nat: Move nat code into a seperate file
Daniel Wagner
1
-110
/
+9
2012-02-13
tethering: Use notifier to update default interface.
Daniel Wagner
1
-3
/
+25
2012-02-13
bridge: Move bridge code into a seperate file
Daniel Wagner
1
-109
/
+9
2012-02-01
tethering: Add notification callback implementation
Guillaume Zajac
1
-2
/
+18
2012-02-01
ippool: Add API to notify when IP is externally assigned
Daniel Wagner
1
-2
/
+4
2012-02-01
tethering: Use IP pool API with DHCP
Guillaume Zajac
1
-14
/
+29
2012-02-01
tethering: Use IP pool API with private network
Guillaume Zajac
1
-12
/
+18
2011-11-28
tethering: Avoid removing dhcp server twice.
Jukka Rissanen
1
-0
/
+2
2011-11-15
tethering: Use already existing 'tether' bridge interface
Patrik Flykt
1
-5
/
+6
2011-11-10
core: Use gcc atomics instead glib's ones
Daniel Wagner
1
-40
/
+43
2011-10-25
core: Add SOCK_CLOEXEC to socket()
Daniel Wagner
1
-2
/
+2
2011-06-30
tethering: Update APIs to be able to use multiple private networks
Guillaume Zajac
1
-29
/
+41
2011-06-16
element: Remove element.c
Daniel Wagner
1
-0
/
+1
2011-06-02
tethering: Fix small typo
Marcel Holtmann
1
-1
/
+1
2011-06-02
tethering: Fix handling of undefined DBUS_TYPE_UNIX_FD
Marcel Holtmann
1
-0
/
+7
2011-04-27
tethering: Fall back to google's DNS when dnsproxy listener addition fails
Samuel Ortiz
1
-2
/
+7
2011-04-27
tethering: Use tether device IP as tethering DNS server
Yu A Wang
1
-1
/
+7
2011-04-20
tethering: Add private networks ip configuration and NAT
Gustavo F. Padovan
1
-2
/
+75
2011-04-20
tethering: Add support to create private networks TUN interface
Gustavo F. Padovan
1
-3
/
+58
2011-04-20
manager: Add hooks for the PrivateNetwork API
Gustavo F. Padovan
1
-0
/
+79
2011-03-11
tethering: Using /proc/sys/net/bridge to detect the support of bridge
Martin Xu
1
-2
/
+2
2011-02-10
tethering: Check for kernel bridge support
Samuel Ortiz
1
-0
/
+11
2011-02-02
tethering: Add a tethering property per technology
Samuel Ortiz
1
-28
/
+4
2011-01-24
Small coding style fixup for bridge enabling
Marcel Holtmann
1
-1
/
+1
2010-12-07
tethering: Set tethering_status earlier
Martin Xu
1
-2
/
+2
2010-11-24
tethering: Remove bridge asynchronously
Samuel Ortiz
1
-6
/
+12
2010-11-24
tethering: Properly check for tethering refcount hitting 0
Samuel Ortiz
1
-1
/
+1
2010-11-24
tethering: Disable forward delay on the tethering bridge
Samuel Ortiz
1
-3
/
+33
2010-11-16
tethering: Fix for default interface string double free
Leena Gunda
1
-0
/
+1
2010-11-14
tethering: Duplicate default interface string
Samuel Ortiz
1
-2
/
+4
2010-11-14
tethering: Start DHCP server on the bridge
Samuel Ortiz
1
-3
/
+97
2010-11-14
tethering: Check for tethering_status to be FALSE when disabling it
Samuel Ortiz
1
-1
/
+1
2010-11-14
tethering: Configure bridge interface when starting tethering
Samuel Ortiz
1
-1
/
+44
2010-11-14
tethering: Flush POSTROUTING table when needed
Samuel Ortiz
1
-2
/
+13
2010-11-13
For consistency use err instead of ret variable name
Marcel Holtmann
1
-7
/
+8
2010-11-13
Report error when enabling IP forwarding
Marcel Holtmann
1
-2
/
+6
2010-11-13
Use a proper technology callback to report Tethering status
Marcel Holtmann
1
-4
/
+2
2010-11-13
Use static volatile for atomic global reference counters
Marcel Holtmann
1
-1
/
+1
2010-11-12
tethering: Enable NAT
Samuel Ortiz
1
-0
/
+64
2010-11-10
tethering: Add async tethering_enabled callback
Samuel Ortiz
1
-0
/
+31
2010-11-08
technology: Add bridge name to the tethering hook
Samuel Ortiz
1
-2
/
+2
[next]