summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: cleanup active connections upon exitbg/iptables-sharing-rules-bgo692673Beniamino Galvani2016-01-221-0/+2
* core: list iptables sharing rules in the right orderBeniamino Galvani2016-01-222-10/+10
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-224-6/+24
* tui: disallow reserved vlan id 4095Thomas Haller2016-01-221-1/+1
* cli: disallow reserved vlan id 4095Thomas Haller2016-01-221-3/+3
* core: allow VLAN ids between 1 and 4095Beniamino Galvani2016-01-222-2/+3
* travis: move build script to a separate script and improve debugging for fail...Thomas Haller2016-01-222-1/+30
* libnm: assert against valid dest in NMIPRouteThomas Haller2016-01-221-1/+7
* platform: fix leak when netlink dump is too largeDan Williams2016-01-211-0/+2
* core: truncate parent ifname when constructing virtual ifname for VLANThomas Haller2016-01-212-2/+69
* core: check generated virtual interfaceplatform nameThomas Haller2016-01-213-22/+48
* libnm-glib: fix leak in get_permissions_reply()Dan Williams2016-01-211-0/+2
* libnm,tests: fix error leakDan Williams2016-01-211-0/+1
* manager: fix a couple of memory leaksBeniamino Galvani2016-01-211-1/+4
* wifi/supplicant: refactor logging to use _LOG() macrosThomas Haller2016-01-211-54/+61
* wifi/supplicant: implement _LOG() macrosThomas Haller2016-01-211-1/+21
* utils: fix error open() handlingLubomir Rintel2016-01-211-1/+1
* linux-platform: fix accidental PythonLubomir Rintel2016-01-211-1/+2
* linux-platform: fix a file descriptor leakLubomir Rintel2016-01-211-0/+1
* wifi: merge branch 'th/supplicant-manager-fix-ref-count-rh1298007'Thomas Haller2016-01-216-199/+230
|\
| * supplicant: cleanup GObject property implementation in NMSupplicantInterfaceThomas Haller2016-01-212-35/+83
| * wifi: fix crash due to wrong ownership handling in nm_supplicant_manager_ifac...Thomas Haller2016-01-214-87/+113
| * supplicant: don't pass start_now argument to nm_supplicant_interface_new()Thomas Haller2016-01-213-27/+22
| * supplicant: drop is_wireless argument from NMSupplicantInterface's interface_...Thomas Haller2016-01-211-8/+10
| * supplicant: remove check for iface instance after nm_supplicant_interface_new()Thomas Haller2016-01-211-5/+3
| * wifi/supplicant: take object reference during availability_changed()Thomas Haller2016-01-211-1/+3
| * device/wifi: remove unnecessary call to remove_supplicant_interface_error_han...Thomas Haller2016-01-211-2/+0
| * device/wifi: replace cancel_pending_scan() with nm_clear_g_source()Thomas Haller2016-01-211-16/+8
| * device/ethernet: cleanup clearing handlers registered to supplicant interfaceThomas Haller2016-01-211-15/+5
| * device/ethernet: use nm_clear_g*() function in remove_supplicant_interface_er...Thomas Haller2016-01-211-13/+3
| * supplicant: remove unused function nm_supplicant_interface_get_device()Thomas Haller2016-01-212-10/+0
|/
* gitignore: ignore /src/devices/tests/test-arpingThomas Haller2016-01-211-0/+1
* release: improve NEWSBeniamino Galvani2016-01-211-15/+17
* linux-platform: treat gadget devices as ethernet devicesLubomir Rintel2016-01-212-7/+18
* systemd: add "After=dbus.service" to NetworkManager.serviceThomas Haller2016-01-211-0/+1
* dns-manager: prevent DNS plugins from respawning too quicklyBeniamino Galvani2016-01-212-7/+46
* libnm: remove erroneous nm_manager_get_all_devices()Dan Williams2016-01-201-1/+0
* build: remove spurious comma from configure.acDan Williams2016-01-201-1/+1
* docs, trivial: fix some documentation issuesDan Williams2016-01-203-2/+11
* libnm-core,core,cli: fix spelling of NM_IP_TUNNEL_MODE_UNKNOWNDan Williams2016-01-204-8/+8
* docs: ignore some private libnm & libnm-core headersDan Williams2016-01-201-2/+4
* libnm,vpn: restore export of deprecated NMVpnPluginOld symbolsDan Williams2016-01-203-1/+51
* Revert "Set the default powersave value to enabled"Lubomir Rintel2016-01-201-5/+2
* merge: branch 'bg/ipv4-dad-rh1259063'Beniamino Galvani2016-01-2016-85/+1042
|\
| * device: detect duplicate IPv4 addresses when method=autoBeniamino Galvani2016-01-201-3/+28
| * device: detect duplicate IPv4 addresses when method=manualBeniamino Galvani2016-01-202-76/+246
| * core: add test for NMArpingManagerBeniamino Galvani2016-01-202-2/+156
| * core: add NMArpingManagerBeniamino Galvani2016-01-204-0/+500
| * cli: add support for new ipv4.dad-timeout propertyJiří Klimeš2016-01-201-1/+31
| * ifcfg-rh: read/write ipv4.dad-timeout using ARPING_WAITJiří Klimeš2016-01-203-3/+29