summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform: assert against expected lifetime values of NMPlatformIPAddressThomas Haller2014-11-121-0/+5
* core: remove unneeded check in nm_ip4_config_commit() for default routesThomas Haller2014-11-071-6/+4
* platform: support route_get_all() to return route for every ifindexThomas Haller2014-11-072-22/+8
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-11-078-34/+78
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-074-46/+41
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-071-43/+0
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-075-1/+4
* platform: fix lifetime/preferred type in _address_get_lifetime()Dan Williams2014-11-051-1/+1
* core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-311-0/+2
* platform: deal with default route being passed to route_sync() (bgo 735325)Dan Winship2014-10-291-0/+12
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-294-7/+7
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-207-84/+69
* platform: fix format string for logging MTU in nm_platform_link_set_mtu()Thomas Haller2014-10-091-1/+1
* platform: fix parsing vxlan netlink message for older kernelThomas Haller2014-09-251-19/+41
* platform: add @peer_address argument to nm_platform_ip4_address_delete()Thomas Haller2014-09-246-17/+23
* platform: log ifindex and ifname when deleting addresses or routesThomas Haller2014-09-241-8/+27
* platform/trivial: move code in nm-platform.cThomas Haller2014-09-241-21/+21
* platform: increase NL buffer for systems with lots of interfaces (rh #1141256)Lubomir Rintel2014-09-221-0/+7
* platform: add support for kernel IPv6LL address generation modesDan Williams2014-09-043-1/+172
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-048-18/+15
* platform: (trivial) don't shadow link(3) in NMLinuxPlatformJiří Klimeš2014-08-211-6/+6
* trivial: don't shadown link(3) in NMFakePlatformDan Williams2014-08-201-2/+2
* all: fix up multiple-include-guard definesDan Winship2014-08-167-21/+21
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-072-2/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-079-13/+13
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* platform/tests: disable platform root test 'test-link-linux' for nowThomas Haller2014-08-041-1/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-013-3/+3
* all: port everything to libnmDan Winship2014-08-012-3/+3
* platform/test: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
* platform/test: fix warnings in testThomas Haller2014-08-011-4/+5
* platform: fix warning initializing static array freq_policyThomas Haller2014-08-011-0/+9
* platform: fix warning warning about unused variableThomas Haller2014-08-011-7/+10
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-1/+0
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-292-2/+5
* platform: assert against the maximum length of link_get_address()Thomas Haller2014-07-231-5/+15
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-10/+11
* platform: fix uninitialized variable usage after fdf78b3dDan Williams2014-07-211-1/+3
* platform: use gs_free (instead of own define auto_g_free)Thomas Haller2014-07-154-21/+15
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* platform: ignore RTM_F_CLONED (eg, cache) routesDan Williams2014-07-111-1/+2
* platform: fix invalid address lifetimes on startupThomas Haller2014-06-301-0/+4
* platform: don't announce routes/addresses that are not returned from get_all()Thomas Haller2014-06-241-4/+24
* wifi: fix WoWLAN detectionDan Winship2014-06-201-6/+15
* platform: extend nm_platform_ip_address_cmp_expiry() to handle addresses with...Thomas Haller2014-06-191-5/+6
* platform: modify address to_string() to show raw lifetime valuesThomas Haller2014-06-191-6/+0
* platform: handle unset address timestamp as *now* in to_string()Thomas Haller2014-06-192-10/+39
* platform: set timestamp in platform addresses to last_update_time()Thomas Haller2014-06-192-11/+79
* platform: fix off-by-two error converting lifetimes in _init_ip_address_lifet...Thomas Haller2014-06-191-9/+28