summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-12tethering: Enable NATSamuel Ortiz1-0/+64
2010-11-12iptables: Set builtin flag before inserting new entrySamuel Ortiz1-1/+1
2010-11-12iptables: Duplicate table name when inserting itSamuel Ortiz1-5/+11
2010-11-12iptables: Update builtin chain hook entry and underflow arraysSamuel Ortiz1-15/+76
2010-11-10device: Check for a device driver pointer before de-referencing itSamuel Ortiz1-1/+1
2010-11-10tethering: Add async tethering_enabled callbackSamuel Ortiz1-0/+31
2010-11-09service: Use correct string for Proxy.MethodLeena Gunda1-2/+2
2010-11-08technology: Add bridge name to the tethering hookSamuel Ortiz3-10/+10
2010-11-08device: Do not disable technology twiceSamuel Ortiz1-5/+1
2010-11-06Add basic implementation for internal proxy frameworkMarcel Holtmann3-0/+155
2010-11-06Remove unused device->control valueMarcel Holtmann2-10/+3
2010-11-06Remove unused connman_device_get_control functionMarcel Holtmann1-5/+0
2010-11-06Remove unused connman_device_get_name functionMarcel Holtmann1-11/+0
2010-11-06Add skeleton for integration of WISPr supportMarcel Holtmann3-0/+43
2010-11-06iptables: Add support for interface and IP option inversionSamuel Ortiz1-0/+14
2010-11-06iptables: Add source and destination IP option supportSamuel Ortiz1-1/+34
2010-11-06iptables: Add in and out interface option supportSamuel Ortiz1-8/+29
2010-11-06iptables: Dump ipt_entry ip fieldSamuel Ortiz1-0/+12
2010-11-05Remove unused connman_device_get_path functionMarcel Holtmann1-11/+0
2010-11-05Remove unused __connman_element_get_*_path functionsMarcel Holtmann2-25/+0
2010-11-05Remove unused connman_network_get_path functionMarcel Holtmann1-11/+0
2010-11-05Remove DBusConnection reference from device/network interfacesMarcel Holtmann2-11/+0
2010-11-04Remove device list from Technology interfaceMarcel Holtmann1-31/+0
2010-11-04Remove unneeded CONNMAN_DEVICE_INTERFACEMarcel Holtmann1-304/+2
2010-11-04Remove unneeded CONNMAN_NETWORK_INTERFACEMarcel Holtmann1-174/+5
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann2-25/+0
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann2-108/+8
2010-11-03service: Try to autoconnect favorite but failed services at bootSamuel Ortiz1-1/+2
2010-11-03provider: Forward peer address to the ipv4 layerSamuel Ortiz1-0/+8
2010-11-03connection: Prefer IPv4 peer over the regular addressSamuel Ortiz1-1/+7
2010-11-03inet: Add peer argument to address modification routineSamuel Ortiz3-11/+32
2010-11-03element: Add peer IPv4 propertySamuel Ortiz1-0/+6
2010-11-03iptables: Support for user defined chain jumpsSamuel Ortiz1-4/+111
2010-11-03iptables: Update entries offsetsSamuel Ortiz1-1/+26
2010-11-03iptables: Merge rule adding routinesSamuel Ortiz1-60/+21
2010-10-29Use __attribute__ marking for format stringsMarcel Holtmann1-1/+2
2010-10-29iptables: Use printf format for iptables_command argumentSamuel Ortiz2-6/+18
2010-10-28Fix string array memory leaks during plugin loadingJohan Hedberg1-0/+3
2010-10-28iptables: Initial library commitSamuel Ortiz3-0/+1000
2010-10-26ipv4: Return 32 as a prefix length for a NULL netmaskSamuel Ortiz1-1/+1
2010-10-26device: Save zero scan_interval valuesMatt Francomb1-3/+2
2010-10-22Add provider driver name accessorDaniel Wagner1-0/+5
2010-10-21device: Set element driver when probing a device driverJoey Lee3-0/+26
2010-10-18Add proxy accessor function for servicesTomasz Bursztyka1-0/+27
2010-10-15rtnl: Check for wireless extensions when missing DEVTYPESamuel Ortiz1-8/+28
2010-10-15rtnl: Detect non cfg80211 based WiFi driversSamuel Ortiz1-0/+20
2010-10-14ipconfig: Do not call inet_network() with a NULL pointerSamuel Ortiz1-8/+11
2010-10-13Merge stats_create into __connman_stats_service_registerDaniel Wagner1-18/+4
2010-10-13Merge home and roaming stats fileDaniel Wagner1-84/+107
2010-10-12Added support for "auto" and "manual" proxy.Tomasz Bursztyka3-122/+367