summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* firewall-manager: changing the zone an interface belongs toJiri Popelka2012-03-014-34/+41
* firewall-manager: add interfaces to zones after firewall (re)startJiri Popelka2012-03-013-0/+53
* dns: dnsmasq plugin: update command-line parameters for starting dnsmasqMathieu Trudel-Lapierre2012-03-011-1/+1
* bond: set bond device options during activationDan Williams2012-03-011-0/+29
* core: set unspecified bond options to their default valueDan Williams2012-03-012-15/+28
* core: use active connection dependency master instead of manually setting itDan Williams2012-03-016-85/+18
* core: move slave handling to device subclassesDan Williams2012-03-017-142/+280
* wired: check carrier immediately after bringing device upDan Williams2012-03-011-17/+32
* core: don't require an error argument to nm_device_check_connection_compatible()Dan Williams2012-03-011-2/+0
* core: wait for dependencies before continuing with device activationDan Williams2012-03-013-1/+113
* core: track active connection dependenciesDan Williams2012-03-014-4/+113
* core: ensure master connections are available for dependenceDan Williams2012-03-012-10/+327
* core: don't assert in nm_device_get_connection()Dan Williams2012-03-013-7/+8
* core: reorganize activation flow by splitting out VPN activation workDan Williams2012-03-011-113/+114
* core: use NMActiveConnection objects throughout activation pathsDan Williams2012-03-016-61/+87
* core: convert VLAN interfaces to a device subclassDan Williams2012-03-015-174/+898
* core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams2012-03-018-14/+86
* core: move IP config matching to NMDevice superclassDan Williams2012-03-013-80/+93
* core: fix parent/master confusion in some argument namesDan Williams2012-03-014-9/+9
* core: use VLAN parent instead of master for creating the virtual interfaceDan Williams2012-03-011-54/+54
* ifcfg-rh: various VLAN cleanupsDan Williams2012-03-016-68/+256
* ifcfg-rh: writer support for bonding connectionsThomas Graf2012-03-012-2/+339
* build: wifi: add missing builddir to INCLUDESColin Walters2012-03-011-0/+2
* trivial: fix unused variable ‘priv’Jiri Popelka2012-03-011-0/+2
* build: fix buildJiří Klimeš2012-03-012-0/+2
* wifi: add forgotten makefileDan Williams2012-03-011-0/+29
* wifi: let WEXT be disabled with --with-wext=noDan Williams2012-02-2913-91/+149
* core: additional connectivity checking debug messagesDan Williams2012-02-272-3/+6
* core: fix up connectivity state checksDan Williams2012-02-273-52/+86
* core: clean up and simplify connectivity checkDan Williams2012-02-273-196/+162
* core: bound connectivity check operations with a socket timeoutDan Williams2012-02-271-1/+1
* core: make connectivity checking selectable at build-timeDan Williams2012-02-272-11/+34
* core: connectivity check cleanups; check response headers tooDan Williams2012-02-271-43/+54
* trivial: whitespace and formatting cleanupsDan Williams2012-02-272-48/+43
* core: add internet connectivity checkThomas Bechtold2012-02-278-20/+576
* core: use glib's CLAMP() macro to simplify ipv6_privacy boundary checkJiří Klimeš2012-02-271-2/+1
* core: add support for IPv6 Privacy Extensions for SLAAC (RFC4941) (bgo #633233)Jiří Klimeš2012-02-271-1/+98
* backends: add a function reading systemwide IPv6 Privacy Extensions configura...Jiří Klimeš2012-02-2715-14/+125
* ifcfg-rh: read/write IPV6_PRIVACY and IPV6_PRIVACY_PREFER_PUBLIC_IPJiří Klimeš2012-02-272-0/+38
* utils: more flexible reading of /proc/sys/netJiří Klimeš2012-02-274-13/+43
* supplicant: fix an error in demarshalling object pathJiří Klimeš2012-02-271-1/+1
* wifi: fix a crash when nm_ap_get_supplicant_path() returns NULLJiří Klimeš2012-02-271-2/+2
* ifnet: misc fixes (constness, error initialization) (bgo #670508)Dan Williams2012-02-253-4/+4
* ifnet: backup configuration files before writing (bgo #670508)Mu Qiao2012-02-254-2/+25
* ifnet: remove wep_tx_keyidx only when necessary (bgo #670508)Mu Qiao2012-02-251-2/+2
* ifnet: fix IP comparison (bgo #670508)Mu Qiao2012-02-251-0/+52
* ifnet: add testcase for # in passphrase (bgo #670381)Dan Williams2012-02-252-0/+10
* ifnet: do not truncate WPA passwords at '#' character (bgo #670381)Alexandre Rostovtsev2012-02-251-4/+9
* ifcfg-rh: add "VLAN=yes" in ifcfgWeiping Pan2012-02-241-0/+14
* vlan: add compatible functions for libnl1Weiping Pan2012-02-243-29/+368