summaryrefslogtreecommitdiff
path: root/src/nm-system.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: move vpn/bonding functions out of nm-systemPavel Šimerda2013-07-051-286/+0
* core: use nm_ip[46]_config_get_gateway()Pavel Šimerda2013-07-041-24/+4
* trivial: move a couple of functions to nm-ip[46]-configPavel Šimerda2013-07-031-207/+2
* core: don't use flags for nm_system_apply_ip[46]_configPavel Šimerda2013-07-021-14/+14
* trivial: remove obsolete FIXMEPavel Šimerda2013-07-021-4/+0
* vpn: don't misuse parent's prefix lengthPavel Šimerda2013-07-021-2/+2
* core: convey route priority to nm-platformPavel Šimerda2013-07-021-0/+1
* cleanup: remove unused netlink/system codePavel Šimerda2013-06-251-568/+0
* core: use nm-platform for route managementPavel Šimerda2013-06-251-94/+41
* vpn: use nm-platform for default routesPavel Šimerda2013-06-251-29/+58
* core: use nm-platform for address managementPavel Šimerda2013-06-251-247/+30
* cleanup: remove obsolete link-related functionsPavel Šimerda2013-05-241-1259/+0
* misc: use nm-platform link stuff in route utilitiesPavel Šimerda2013-05-241-44/+24
* core: suppress kernel's automatic creation of bond0 (rh #953466)Dan Williams2013-04-261-0/+10
* cleanup: remove nm-netlink-compatPavel Šimerda2013-03-051-1/+0
* trivial: rename 'link' to avoid shadowing a global variable/functionDan Williams2013-02-271-6/+6
* core: fix setting IPv6 default routeDan Williams2013-02-201-1/+1
* core: only manage those bridges created by NetworkManager (rh #905035)Dan Williams2013-02-041-2/+6
* core: return success when port already attached to bridgeDan Williams2013-02-041-3/+8
* core: don't fail if bond slave is already a slave of the requested masterDan Williams2013-02-041-3/+23
* build: drop libnl 1.x and 2.x support, require libnl >= 3.2.7Pavel Šimerda2013-01-241-5/+2
* core: handle bridge interface type detection for libnl < 3Dan Williams2013-01-171-2/+11
* core: zero ifindex is not valid, use interface name instead (rh #894653)Jiří Klimeš2013-01-141-1/+1
* core: clarify bond enslave/release function namesDan Williams2012-11-301-14/+14
* bridge: API to to create, delete, attach, and detach bridgesThomas Graf2012-11-301-0/+243
* build: implement libnl version selectionPavel Šimerda2012-11-221-1/+1
* mobile: assume IFF_NOARP when given a /32 prefixDan Williams2012-11-211-0/+44
* all: Don't use ctype.h macrosDan Winship2012-09-261-1/+0
* ipv6: restore the ability to set a default IPv6 route via a device (rh #829010)Dan Winship2012-09-261-4/+8
* core: fix compat VLAN interface addition when interface already existsDan Williams2012-08-061-48/+77
* core: add compat function for determining interface typeDan Williams2012-08-021-2/+65
* ip6: add default gateway debuggingPavel Šimerda2012-05-311-0/+10
* vpn: support IPv6 over VPNsDan Winship2012-05-301-23/+83
* vpn: allow connecting to an IPv6-based VPN endpointDan Winship2012-05-301-0/+90
* core: tweak nm_system_add_ip4_vpn_gateway_route() a bitDan Winship2012-05-301-11/+4
* core: fix ifindex value checksDan Williams2012-05-171-7/+7
* core: replace strcpy() with g_strlcpy()Dan Winship2012-04-261-2/+2
* core: don't fight with the kernel over the default IPv6 routeDan Winship2012-04-191-10/+47
* core: suppress pointless log message when route already exists (lp:958519)Dan Williams2012-03-221-1/+1
* core: do a better job of applying bond configurationDan Winship2012-03-221-49/+105
* ip6: fix setting default route with libnl3 (bgo #668286)Dan Williams2012-03-221-3/+2
* build: make VLAN code compatible with older kernelsDan Williams2012-03-091-0/+5
* trivial: s/master/parent for VLAN interface info functionDan Williams2012-03-061-5/+5
* ip6: print out prefix in some debug messagesDan Williams2012-03-051-1/+1
* core: set unspecified bond options to their default valueDan Williams2012-03-011-14/+26
* core: move slave handling to device subclassesDan Williams2012-03-011-59/+47
* core: fix parent/master confusion in some argument namesDan Williams2012-03-011-5/+5
* vlan: add compatible functions for libnl1Weiping Pan2012-02-241-2/+227
* core: don't create virtual interfaces we already haveDan Williams2012-02-161-10/+6
* core: make the Ethernet class aware of VLAN interfacesDan Williams2012-02-161-0/+49