summaryrefslogtreecommitdiff
path: root/src/tethering.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10tethering: Check for kernel bridge supportSamuel Ortiz1-0/+11
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz1-28/+4
2011-01-24Small coding style fixup for bridge enablingMarcel Holtmann1-1/+1
2010-12-07tethering: Set tethering_status earlierMartin Xu1-2/+2
2010-11-24tethering: Remove bridge asynchronouslySamuel Ortiz1-6/+12
2010-11-24tethering: Properly check for tethering refcount hitting 0Samuel Ortiz1-1/+1
2010-11-24tethering: Disable forward delay on the tethering bridgeSamuel Ortiz1-3/+33
2010-11-16tethering: Fix for default interface string double freeLeena Gunda1-0/+1
2010-11-14tethering: Duplicate default interface stringSamuel Ortiz1-2/+4
2010-11-14tethering: Start DHCP server on the bridgeSamuel Ortiz1-3/+97
2010-11-14tethering: Check for tethering_status to be FALSE when disabling itSamuel Ortiz1-1/+1
2010-11-14tethering: Configure bridge interface when starting tetheringSamuel Ortiz1-1/+44
2010-11-14tethering: Flush POSTROUTING table when neededSamuel Ortiz1-2/+13
2010-11-13For consistency use err instead of ret variable nameMarcel Holtmann1-7/+8
2010-11-13Report error when enabling IP forwardingMarcel Holtmann1-2/+6
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann1-4/+2
2010-11-13Use static volatile for atomic global reference countersMarcel Holtmann1-1/+1
2010-11-12tethering: Enable NATSamuel Ortiz1-0/+64
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-0/+31
2010-11-08technology: Add bridge name to the tethering hookSamuel Ortiz1-2/+2
2010-07-15Add callbacks for Tethering enable/disable on technology levelMarcel Holtmann1-2/+5
2010-07-03Add initial bits and pieces for Tethering supportMarcel Holtmann1-0/+115