summaryrefslogtreecommitdiff
path: root/src/nm-system.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22core: suppress pointless log message when route already exists (lp:958519)Dan Williams1-1/+1
2012-03-22core: do a better job of applying bond configurationDan Winship1-49/+105
2012-03-22ip6: fix setting default route with libnl3 (bgo #668286)Dan Williams1-3/+2
2012-03-09build: make VLAN code compatible with older kernelsDan Williams1-0/+5
2012-03-06trivial: s/master/parent for VLAN interface info functionDan Williams1-5/+5
2012-03-05ip6: print out prefix in some debug messagesDan Williams1-1/+1
2012-03-01core: set unspecified bond options to their default valueDan Williams1-14/+26
2012-03-01core: move slave handling to device subclassesDan Williams1-59/+47
2012-03-01core: fix parent/master confusion in some argument namesDan Williams1-5/+5
2012-02-24vlan: add compatible functions for libnl1Weiping Pan1-2/+227
2012-02-16core: don't create virtual interfaces we already haveDan Williams1-10/+6
2012-02-16core: make the Ethernet class aware of VLAN interfacesDan Williams1-0/+49
2012-02-16vlan: rework VLAN interface creation/deletionDan Williams1-97/+71
2012-02-16vlan: create/delete kernel vlan deviceWeiping Pan1-0/+152
2012-02-15bonding: convert individual bonding options to a dictThomas Graf1-21/+10
2012-02-13core: fix erroneous IPv6 routes by making route addition typesafeDan Williams1-11/+11
2012-02-09core: let nm_system_get_iface_type() take an interface indexDan Williams1-3/+8
2012-01-16core: ignore errors when replacing a default route that already existsDan Williams1-2/+7
2011-11-09bonding: apply bonding settings when setting up bonding deviceThomas Graf1-0/+70
2011-11-09core: convert nm_system_get_link_type() to return an intThomas Graf1-13/+19
2011-11-09bonding: enslave/release bonding slaves in activation/deactivationThomas Graf1-11/+199
2011-11-09bonding: detect virtual bonding devices and create an ethernet deviceThomas Graf1-0/+32
2011-11-09bonding: kernel bonding device creationThomas Graf1-0/+31
2011-10-18core: fix leaked return value of nm_netlink_index_to_iface()Dan Williams1-103/+130
2011-09-30core: Include <linux/if.h> instead of <net/if.h>Thomas Graf1-1/+1
2011-09-13core: Fix leaks if address parsing fails while setting macThomas Graf1-0/+2
2011-09-13core: fix leaked address structure after parsing mac addressThomas Graf1-0/+1
2011-08-16libnl: Move to common route add function interfaceAlfredo Matos1-127/+16
2011-08-16libnl3: Fix ESRCH return typesAlfredo Matos1-5/+5
2011-07-30core: misc style fixes to libnl compat codeDan Williams1-3/+2
2011-07-30core: add libnl-2 support with libnl-1 compatibilityAlfredo Matos1-22/+28
2011-07-22core: move route creation to nm-netlink-utils.cDan Williams1-75/+28
2011-07-22core: remove dead libnl codeDan Williams1-8/+0
2011-07-22core: move route iteration to nm-netlink-utils.cDan Williams1-109/+38
2011-07-22core: move route logging to nm-netlink-utils.cDan Williams1-41/+1
2011-07-22core: move route deletion to nm-netlink-utils.cDan Williams1-17/+10
2011-07-22core: finish conversion of nm-system functions to ifindex not iface nameDan Williams1-62/+70
2011-07-22core: more conversion to ifindex instead of ifaceDan Williams1-51/+85
2011-07-22core: convert up/down check to netlink and use interface index not ifaceDan Williams1-26/+16
2011-07-22core: use interface indexes moreDan Williams1-83/+40
2011-04-05core: suppress error messages if addresses/routes already existDan Williams1-2/+2
2011-02-23core: flush IPv6 routes even if configuration failed (bgo #641333)Dan Williams1-6/+5
2010-10-07core: check address family, not route familyDan Williams1-2/+2
2010-09-07core: rename NMNamedManager -> NMDnsManagerDan Williams1-1/+0
2010-08-10ip6: handle DHCPv6 initial routing betterDan Williams1-34/+111
2010-08-03core: quiet annoying libnl error about route deletion (rh #612991)Dan Williams1-2/+2
2010-06-22core: MAC address spoofing/cloning (rh #447827) (bgo #553771)Jiří Klimeš1-0/+42
2010-05-04ip6: don't flush link-local IPv6 routes (rh #587836)Dan Williams1-0/+19
2010-05-04core: pass ifindex and address family when flushing routesDan Williams1-15/+21
2010-05-03core: better logging for interface address syncingDan Williams1-8/+53