summaryrefslogtreecommitdiff
path: root/src/nm-device-olpc-mesh.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02core: implement NMDevice::state-changed more idiomaticallyDan Winship1-17/+15
2012-10-02core: remove "real_" prefix from method implementation namesDan Winship1-31/+31
2012-05-16olpc-mesh: force use of WEXTDaniel Drake1-3/+13
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-31/+1
2011-12-06trivial: add nm_device_get_connection()Thomas Graf1-5/+1
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-4/+4
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-11/+7
2011-11-17libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship1-1/+2
2011-11-09wifi/mesh: convert OLPC Mesh WEXT usage to wifi utilsDan Williams1-210/+30
2011-09-27core: split nm_manager_get() to simplify manager creationDan Williams1-3/+3
2011-09-27core: remove unused arguments from nm_manager_get()Dan Williams1-3/+3
2011-07-22core: convert up/down check to netlink and use interface index not ifaceDan Williams1-1/+1
2011-07-22core: use interface indexes moreDan Williams1-2/+2
2011-06-15core: socket() returns -1 on failureJiří Klimeš1-2/+2
2011-06-08wifi/mesh: require WEXT 21 or laterDan Williams1-58/+13
2011-03-17trivial: fix commentDan Williams1-1/+1
2011-03-14build: do the right thing with config.h (bgo #644664)Kjartan Maraas1-0/+1
2011-02-25core: don't autocomplete non-IPv6-capable connections with IPv6 enabledDan Williams1-1/+2
2011-01-13core: move generic connection complete function to a generic locationDan Williams1-5/+5
2011-01-12Merge remote branch 'origin/master' into rm-usersetDan Williams1-3/+3
2011-01-10core: add AddAndActivate D-Bus methodDan Williams1-1/+46
2010-10-27settings: remove connection tracking from NMManagerDan Williams1-3/+3
2010-05-20wimax: make it build against Intel v1.5 SDKDan Williams1-2/+2
2010-05-19Merge remote branch 'origin/master' into wimaxDan Williams1-93/+88
2010-05-03mesh: let parent class handle IP config timeoutDan Williams1-10/+0
2010-04-21core: use ifindex instead of interface name in a lot of placesDan Williams1-31/+3
2010-04-08core: log kernel interface indexesDan Williams1-0/+3
2010-04-07olpc-mesh: update loggingDan Williams1-26/+33
2010-04-06olpc-mesh: fix companion device detection crashDan Williams1-18/+25
2010-03-02trivial: rename some CamelCase source files to not-camel-caseDan Williams1-2/+7
2010-01-21misc: license fixupsDan Williams1-3/+3
2010-01-14olpc-mesh: fix companion path and active channel property typesDan Williams1-7/+18
2009-12-29wimax: Implement RFKILL handlingTambet Ingo1-1/+1
2009-12-23core: add statefile support for WWAN devicesDan Williams1-1/+1
2009-11-10olpc-mesh: fix device added signal usageDan Williams1-1/+1
2009-11-02core: preserve wifi and networking enabled/disabled states (bgo #582447)Jirka Klimes1-1/+1
2009-08-05olpc: add mesh device logic and config settingDaniel Drake1-0/+979