technology: Export set_regdom to plugins
[framework/connectivity/connman.git] / src /
2010-12-15 Samuel Ortiztechnology: Export set_regdom to plugins
2010-12-15 Samuel Ortiznetwork: Don't set an IPv6 address if method is OFF...
2010-12-14 Samuel Ortizipconfig: Remove ipconfig_driver
2010-12-14 Samuel Ortizipconfig: Remove connman_ipconfig_get_ipv6config
2010-12-14 Jukka Rissanenipconfig: Check for a valid IPv6 config before appendin...
2010-12-14 Jukka Rissanenipconfig: Check for a valid IPv4 config before appendin...
2010-12-14 Jukka Rissanenipconfig: Set the IPv6 gateway address only from an...
2010-12-14 Jukka Rissanenipconfig: Return a valid IPv6 configuration
2010-12-14 Jukka Rissanenipconfig: Define 2 separate pointers for IPv4 and IPv6
2010-12-14 Jukka Rissanenservice: __connman_service_notify() prototype change
2010-12-14 Jukka Rissanenipconfig: Allow more than one IP address per device
2010-12-14 Jukka Rissanenipconfig: Do not add duplicate IP address to the addres...
2010-12-14 Jukka Rissanennetwork: Remove ipconfig from the network structure
2010-12-14 Jukka Rissanenipconfig: Make sure ipconfig is not null before de...
2010-12-14 Julien Massotdhcp: Add function to clear DHCP configuration
2010-12-13 Mohamed Abbasdevice: Reset device->connections and device->scanning...
2010-12-13 Mohamed Abbasnetwork: Keep device->connections counter in sync
2010-12-10 Daniel Wagnerstats: Sum stats ring buffer up info history file
2010-12-09 Martin Xurtnl: Call __connman_technology_add_interface() after...
2010-12-09 Samuel Ortiztechnology: Add support for regulatory domain notification
2010-12-08 Samuel Ortiztechnology: Set technology driver to NULL when unregist...
2010-12-08 Samuel OrtizRevert "main: Stop rfkill after the plugins"
2010-12-08 Samuel Ortiztechnology: Fix technology refcount
2010-12-08 Samuel Ortizmain: Stop rfkill after the plugins
2010-12-08 Martin XuAdd CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE...
2010-12-08 Martin Xuinet: Add connman_inet_[add|remove]_to_bridge() routines
2010-12-07 Martin Xutethering: Set tethering_status earlier
2010-12-07 Henri Braggeresolver: Add support for multiple search domains
2010-12-03 David Woodhousertnl: Receive notification of RDNSS from IPv6 router...
2010-12-03 David Woodhouseresolver: Handle temporary nameservers with automatic...
2010-12-02 Samuel OrtizRemove selftest file and option
2010-12-02 Samuel Ortizservice: Initiate scan when not retrying a failed conne...
2010-12-02 Patrik Flyktservice: Call __connman_agent_report_error when a servi...
2010-12-02 Patrik Flyktagent: Agent API ReportError method call
2010-12-02 Patrik Flyktservice: Create service_complete helper function
2010-12-02 Samuel Ortiztechnology: Add regulatory domain framework
2010-11-29 Samuel Ortizdevice: Support already powered up devices
2010-11-26 Leena Gundadevice: Support already powered devices
2010-11-26 Marcel HoltmannRemove moblin.org domain from resolver selftest
2010-11-26 Marcel HoltmannChange service name from org.moblin.connman to net...
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-23 Samuel Ortizipv4: Use existing connman_inet_ifname() routine
2010-11-23 Samuel Ortiztechnology: Decrease blocked refcount when removing...
2010-11-16 Samuel Ortiziptables: Fix build failure against 2.6.37-rc1 headers
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-13 Samuel Ortiziptables: Flush netfilter table cache after committing
2010-11-13 Samuel Ortiziptables: Free blob replacement after pushing it
2010-11-13 Samuel Ortiziptables: Support for chain flushing
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 HoltmannBreak line to not exceed 80 characters
2010-11-12 Marcel HoltmannUse static volatile for atomic global reference counters
2010-11-12 Samuel Ortiztethering: Enable NAT
2010-11-12 Samuel Ortiziptables: Set builtin flag before inserting new entry
2010-11-12 Samuel Ortiziptables: Duplicate table name when inserting it
2010-11-11 Samuel Ortiziptables: Update builtin chain hook entry and underflow...
2010-11-10 Samuel Ortizdevice: Check for a device driver pointer before de...
2010-11-10 Samuel Ortiztethering: Add async tethering_enabled callback
2010-11-09 Leena Gundaservice: Use correct string for Proxy.Method
2010-11-08 Samuel Ortiztechnology: Add bridge name to the tethering hook
2010-11-08 Samuel Ortizdevice: Do not disable technology twice
2010-11-06 Marcel HoltmannAdd basic implementation for internal proxy framework
2010-11-06 Marcel HoltmannRemove unused device->control value
2010-11-06 Marcel HoltmannRemove unused connman_device_get_control function
2010-11-06 Marcel HoltmannRemove unused connman_device_get_name function
2010-11-06 Marcel HoltmannAdd skeleton for integration of WISPr support
2010-11-06 Samuel Ortiziptables: Add support for interface and IP option inversion
2010-11-06 Samuel Ortiziptables: Add source and destination IP option support
2010-11-05 Samuel Ortiziptables: Add in and out interface option support
2010-11-05 Samuel Ortiziptables: Dump ipt_entry ip field
2010-11-05 Marcel HoltmannRemove unused connman_device_get_path function
2010-11-05 Marcel HoltmannRemove unused __connman_element_get_*_path functions
2010-11-05 Marcel HoltmannRemove unused connman_network_get_path function
2010-11-05 Marcel HoltmannRemove DBusConnection reference from device/network...
2010-11-04 Marcel HoltmannRemove device list from Technology interface
2010-11-04 Marcel HoltmannRemove unneeded CONNMAN_DEVICE_INTERFACE
2010-11-04 Marcel HoltmannRemove unneeded CONNMAN_NETWORK_INTERFACE
2010-11-04 Marcel HoltmannRemove unneeded enum connman_network_protocol
2010-11-04 Marcel HoltmannRemove unneeded enum connman_device_mode
2010-11-03 Samuel Ortizservice: Try to autoconnect favorite but failed service...
2010-11-03 Samuel Ortizprovider: Forward peer address to the ipv4 layer
2010-11-03 Samuel Ortizconnection: Prefer IPv4 peer over the regular address
2010-11-03 Samuel Ortizinet: Add peer argument to address modification routine
2010-11-03 Samuel Ortizelement: Add peer IPv4 property
2010-11-03 Samuel Ortiziptables: Support for user defined chain jumps
2010-11-03 Samuel Ortiziptables: Update entries offsets
2010-11-03 Samuel Ortiziptables: Merge rule adding routines
2010-10-29 Marcel HoltmannUse __attribute__ marking for format strings
2010-10-28 Samuel Ortiziptables: Use printf format for iptables_command argument
2010-10-27 Johan HedbergFix string array memory leaks during plugin loading
2010-10-27 Samuel Ortiziptables: Initial library commit
2010-10-26 Samuel Ortizipv4: Return 32 as a prefix length for a NULL netmask
next