summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ifcfg-rh/trivial: rename variable i in write_bridge_*setting() to indicate in...Thomas Haller2020-05-081-35/+35
* ifcfg: refactor GObject accessors in write_bridge_setting()Thomas Haller2020-05-081-62/+29
* device: use NM_G_PARAM_SPEC_GET_DEFAULT_*() in NMDeviceBridge's commit_option()Thomas Haller2020-05-081-7/+4
* acd: fix char buffer argument to _acd_event_to_string_buf()Thomas Haller2020-05-081-1/+1
* config: minor cleanup in _sort_groups_cmp() and _intern_config_write_sort_fcn()Thomas Haller2020-05-071-6/+4
* config: use nm_streq() and NM_STR_HAS_PREFIX() in "nm-config.c"Thomas Haller2020-05-071-24/+24
* config: use NM_STR_HAS_PREFIX_WITH_MORE() instead of duplicate implementationThomas Haller2020-05-072-26/+10
* config: use cleanup attribute in read_config()Thomas Haller2020-05-071-17/+16
* settings: ensure that "plugins-=ifcfg-rh" works with the default pluginsThomas Haller2020-05-072-8/+19
* config: avoid lgtm.com warning about int bitfield for NMConfigDeviceStateData...Thomas Haller2020-05-073-11/+15
* ndisc: avoid static analysis complaining about overflow check in receive_ra()Thomas Haller2020-05-071-3/+3
* acd: avoid alloca() inside an unbounded loopThomas Haller2020-05-071-2/+16
* device: fix compilation error "--without-more-asserts"Thomas Haller2020-05-071-2/+2
* ifcfg-rh: check return value of fdopen()Beniamino Galvani2020-05-071-0/+7
* device: style fixesth/af/settings-add-matchesThomas Haller2020-05-061-23/+28
* device: handle match.driver also with unknown device driverThomas Haller2020-05-061-11/+7
* core: accept %NULL argument to nm_wildcard_match_check()Thomas Haller2020-05-061-5/+9
* ifcfg-rh: minor cleanup of make_match_setting()Thomas Haller2020-05-061-11/+11
* ifcfg-rh: refactor write_match_setting()Thomas Haller2020-05-061-50/+18
* ifcfg-rh: support new match filtersAdrian Freihofer2020-05-066-14/+72
* ifcfg-rh-reader: match refactoringAdrian Freihofer2020-05-061-15/+22
* settings: add match for driverAdrian Freihofer2020-05-061-0/+13
* settings: add match for proc cmdlineAdrian Freihofer2020-05-061-1/+54
* device: avoid coverity warning about unused variableThomas Haller2020-05-062-7/+8
* initrd: parse 'rd.net.timeout.dhcp' optionBeniamino Galvani2020-05-062-1/+13
* initrd: parse rd.peerdns earlyBeniamino Galvani2020-05-061-32/+18
* initrd: save hostname to a file in /runBeniamino Galvani2020-05-064-27/+108
* initrd: add command line option to specify initrd data directoryBeniamino Galvani2020-05-061-5/+15
* device: fix scope of variable in commit_option()Thomas Haller2020-05-041-1/+1
* nm-setting-bridge: add 'multicast-startup-query-interval' bridge optionAntonio Cardace2020-05-043-0/+12
* nm-setting-bridge: add 'multicast-startup-query-count' bridge optionAntonio Cardace2020-05-043-0/+12
* nm-setting-bridge: add 'multicast-query-response-interval' bridge optionAntonio Cardace2020-05-043-104/+116
* nm-setting-bridge: add 'multicast-query-interval' bridge optionAntonio Cardace2020-05-043-0/+12
* nm-setting-bridge: add 'multicast-querier-interval' bridge optionAntonio Cardace2020-05-043-0/+12
* nm-setting-bridge: add 'multicast-membership-interval' bridge optionAntonio Cardace2020-05-043-0/+12
* nm-setting-bridge: add 'multicast-last-member-interval' bridge optionAntonio Cardace2020-05-043-97/+154
* nm-setting-bridge: add 'multicast-last-member-count' bridge optionAntonio Cardace2020-05-043-19/+32
* nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-043-0/+12
* platform: fix test failure when /proc is mounted read-onlyBeniamino Galvani2020-05-041-24/+53
* bus-manager/dhcp: don't log pointer values directlyThomas Haller2020-04-301-2/+6
* dhcp: cleanup build_signal_parameters() in nm-dhcp-helperThomas Haller2020-04-301-17/+30
* wifi: clear scan_request_ssids_hash if not neededThomas Haller2020-04-301-17/+30
* wifi: don't unnecessarily trim tracked ssid listThomas Haller2020-04-301-7/+5
* wifi: pass now_msec to _scan_request_ssids_fetch()Thomas Haller2020-04-301-4/+5
* wifi: fix trimming list of tracked ssids to scanThomas Haller2020-04-301-1/+1
* wifi: really fix crash during dispose of NMDeviceWifiThomas Haller2020-04-301-1/+6
* wifi: fix crash during dispose of NMDeviceWifiThomas Haller2020-04-291-1/+1
* wifi: reduce scan rate limiting while not being activatedThomas Haller2020-04-291-20/+32
* wifi: don't limit active scans for SSIDs to 5Thomas Haller2020-04-292-27/+55
* wifi: rework scanning of Wi-Fi deviceThomas Haller2020-04-291-322/+542