service: Simplify nameserver route adding and removing
[framework/connectivity/connman.git] / src / inet.c
2012-06-14 Patrik Flyktinet: Create helper function for IP address checking
2012-05-04 Jukka Rissaneninet: Add function that checks if the hostname is valid
2012-05-04 Jukka Rissaneninet: Make sure that we only accept netlink messages...
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-05 Patrik Flyktinet: Build failure fix
2012-04-05 Jukka Rissaneninet: Refactor rtnl functions in 6to4.c
2012-04-05 Jukka Rissanennet: Add functions to get dest address of P-t-P link
2012-03-19 Jukka Rissaneninet: Fix debugging prints
2012-03-01 Otavio Salvadorinet: Ensure data->channel exist before accessing it
2012-01-05 Jukka Rissaneninet: Get router advertisement prefix option information.
2012-01-05 Jukka Rissaneninet: Return router advertisement packet length in...
2011-11-07 Jukka Rissaneninet: Cleanup the router solicitations handler properly
2011-11-07 Jukka Rissaneninet: Fix file descriptor leak when comparing subnets
2011-10-26 Jukka Rissanencore: Fix compilation in MeeGo
2011-10-25 Daniel Wagnercore: Add SOCK_CLOEXEC to socket()
2011-10-25 Daniel Wagnercore: Add O_CLOEXEC to open()
2011-10-20 Jukka Rissaneninet: Cleanup router solicitation callback properly...
2011-06-27 Jukka Rissaneninet: Added support functions for setting and clearing...
2011-06-27 Jukka Rissaneninet: Fixed indentation.
2011-06-27 Jukka Rissaneninet: Changed error prints to print the error string.
2011-06-14 Grant Ericksoninet: Standardize error codes and messages
2011-06-07 Daniel Wagnerelement: Remove device code
2011-04-20 Gustavo F. Padovantethering: Add support to create private networks TUN...
2011-03-25 Jukka Rissaneninet: Add routines to send IPv6 router solicitation...
2011-03-25 Jukka Rissaneninet: MTU and tunnel setup functions added.
2011-03-17 Daniel Wagnerinet: Fix inconsistent use of strdup and g_free
2011-01-26 Samuel Ortizinet: IPv6 network route setting API
2010-12-31 Jukka Rissanenmemoryleak: device name was not freed
2010-12-21 Daniel Wagnerinet: Add connman_inet_[add|del]_network_route()
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-11-06 Marcel HoltmannRemove unused device->control value
2010-11-04 Marcel HoltmannRemove unneeded enum connman_device_mode
2010-11-03 Samuel Ortizinet: Add peer argument to address modification routine
2010-10-11 Cristiano FernandesUsing netlink to set and clear ipv6 addresses
2010-10-11 Cristiano FernandesUsing netlink to set and clear ipv4 addresses
2010-10-08 Samuel Ortizinet: Remove __connman_inet_get_device_type
2010-10-06 Marcel HoltmannAdd interface name checks for Virtual Machine Manager
2010-10-04 Marcel HoltmannRemove dependency on udev
2010-07-29 Martin XuInitial IPv6 support
2010-07-12 Samuel OrtizNo host route needed for nameservers on the same subnet
2010-07-12 Samuel OrtizFactorize host route setting routine
2010-06-15 Kalle ValoSupport for ppp default route setting
2010-03-07 Marcel HoltmannRemove unneeded plugin for Ericsson MBM support
2010-03-07 Marcel HoltmannRemove unneeded plugin for Option HSO support
2010-02-11 Mohamed AbbasFix VPN issue when setting up host route
2010-02-11 Martin XuCheck for ipaddress local and broadcast pointers
2010-02-02 Samuel OrtizRename mac80211 routines and fields to cfg80211
2010-01-05 Marcel HoltmannUse common set of INET routing helpers
2010-01-05 Marcel HoltmannAdd helper for removing host routes
2010-01-05 Marcel HoltmannSplit gateway and host route setting in two separate...
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-30 Martin XuAdd INET functions for setting gateway address and...
2009-12-06 Marcel HoltmannRemove unused device types
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-11-23 Martin XuAdd device type CONNMAN_DEVICE_TYPE_CELLULAR
2009-10-20 Marcel HoltmannFix some coding style issues and make it more readable
2009-10-20 Sam LefflerFix command line options for device filtering
2009-10-10 Inaky Perez-GonzalezUse free() instead of g_free() for things returned...
2009-10-02 Marcel HoltmannUse Ethernet MAC address for MBM devices
2009-09-14 Marcel HoltmannAdd inet helper to retrieve current flags
2009-09-05 Marcel HoltmannAdd helper to check if it is a mac80211 interface
2009-09-05 Marcel HoltmannUse extra phy80211 directory check in case WEXT got...
2009-08-26 Marcel HoltmannIgnore bonding Ethernet interfaces
2009-08-11 Marcel HoltmannUse global IP address structure for transaction
2009-07-22 Marcel HoltmannFix WiMAX device detection handling
2009-07-16 Marcel HoltmannFix handling of strict-aliasing rules
2009-07-15 Marcel HoltmannFix some uninitialized variables
2009-07-13 Marcel HoltmannSetup proper ident value for cellular devices
2009-07-12 Marcel HoltmannStore control interface for complex devices
2009-07-12 Marcel HoltmannAdd detection routine for Ericsson MBM devices
2009-07-05 Marcel HoltmannRevert change to ignore USB based Ethernet devices
2009-07-04 Marcel HoltmannMove the network device type detection into its own...
2009-07-04 Marcel HoltmannAdd device type for Ericsson MBM hardware
2009-07-03 Marcel HoltmannDon't handle devices from USB network cards
2009-06-29 Marcel HoltmannThe device policy is a bad idea and so remove all suppo...
2009-06-28 Marcel HoltmannAdd support for reading DEVTYPE attribute
2009-06-26 Marcel HoltmannAdd some more INET helpers
2009-05-21 Marcel HoltmannExport and use more generic INET helpers
2009-05-21 Marcel HoltmannAdd generic wrapper for INET based device creation
2009-05-21 Marcel HoltmannAdd skeleton for generic INET helpers