summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
...
* device/trivial: add comment about lifetime of "kind" in tc_commit()th/various-cleanup-platform-libnmThomas Haller2019-05-073-0/+52
* platform: merge _add_action(), _add_action_simple() and _add_action_mirred() ...Thomas Haller2019-05-071-79/+46
* platform: assert for out-of-memory in netlink codeThomas Haller2019-05-073-15/+15
* platform: use bool bitfields in NMPlatformActionMirred structureThomas Haller2019-05-072-13/+14
* libnm: rename "memory" parameter of fq_codel QDisc to "memory_limit"Thomas Haller2019-05-073-9/+9
* platform: fix handling of default value for TCA_FQ_CODEL_CE_THRESHOLDThomas Haller2019-05-073-4/+16
* platform: fix handling of fq_codel's memory limit default valueThomas Haller2019-05-073-3/+13
* platform: fix nm_platform_qdisc_to_string()Thomas Haller2019-05-071-1/+4
* platform: use u32 netlink type for TCA_FQ_CODEL_ECNThomas Haller2019-05-071-2/+2
* platform: use NM_CMP_FIELD_UNSAFE() for comparing bitfield in nm_platform_qdi...Thomas Haller2019-05-071-2/+3
* platform/ethtool,mii: retry ioctl when interface name was renamed for ehttool...Thomas Haller2019-05-072-171/+314
* platform/tests: workaround routing-rules test failure due to suppress_prefixl...Thomas Haller2019-05-021-2/+1
* tc/tfilter: add mirred actionLubomir Rintel2019-04-303-3/+69
* tc/qdisc: add support for fq_codel attributesLubomir Rintel2019-04-303-7/+134
* platform: fix nm_platform_lnk_gre_to_string() for tap linksThomas Haller2019-04-181-1/+2
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-182-2/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-185-9/+9
* shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-183-3/+3
* shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"Thomas Haller2019-04-183-3/+4
* platform: compare routing rules according to kernel support for FRA_L3MDEVThomas Haller2019-04-181-9/+14
* platform: compare routing rules according to kernel support for FRA_UID_RANGEThomas Haller2019-04-181-7/+16
* platform: compare routing rules according to kernel support for FRA_IP_PROTOThomas Haller2019-04-181-9/+16
* platform: compare routing rules according to kernel support for FRA_PROTOCOLThomas Haller2019-04-181-3/+12
* platform: detect kernel support for FRA_L3MDEVThomas Haller2019-04-183-0/+16
* platform: detect kernel support for FRA_UID_RANGEThomas Haller2019-04-183-0/+16
* platform: detect kernel support for FRA_IP_PROTO, FRA_SPORT_RANGE, FRA_DPORT_...Thomas Haller2019-04-183-0/+22
* platform: detect kernel support for FRA_PROTOCOLThomas Haller2019-04-183-0/+13
* platform: refactor detecting kernel featuresThomas Haller2019-04-186-196/+140
* all: support bridge vlan rangesBeniamino Galvani2019-04-183-4/+16
* platform: support weakly tracked routing rules in NMPRulesManagerThomas Haller2019-04-131-23/+57
* platform: add nmp_rules_manager_track_from_platform()Thomas Haller2019-04-132-0/+40
* platform: minor fixes in NMPRuleManager (assert and types)Thomas Haller2019-04-132-3/+7
* platform/trivial: rename priority in NMPRuleManager to track_priorityThomas Haller2019-04-132-37/+37
* platform: drop track_default argument from nmp_rules_manager_new()Thomas Haller2019-04-133-10/+3
* libnm,core: enable "onlink" flags also for IPv6 routesThomas Haller2019-04-102-4/+2
* platform/tests: increase timeout waiting for externally adding IP addressThomas Haller2019-04-071-1/+1
* platform: assume 'sriov_drivers_autoprobe' is 1 when sysfs file is missingBeniamino Galvani2019-04-041-0/+8
* platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-044-12/+70
* core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-273-7/+14
* platform: set fib_rule_hdr.table to RT_TABLE_UNSPEC for tables larger 255Thomas Haller2019-03-271-1/+1
* platform: fix default routing rules added by kernel in NMPRulesManagerThomas Haller2019-03-271-0/+5
* platform: add support for bridge vlansBeniamino Galvani2019-03-263-1/+121
* platform: add @family argument to new-link functionBeniamino Galvani2019-03-261-76/+46
* platform/tests: workaround test failure for routing rules with older kernelsThomas Haller2019-03-201-0/+2
* platform/tests: skip rule tests if not all features could be testedThomas Haller2019-03-201-0/+21
* platform/tests: print more information when routing rule test is about to failThomas Haller2019-03-201-1/+18
* platform/tests: adjust probabilities for generating randomized rulesThomas Haller2019-03-151-97/+92
* platform/tests: workaround FIB_RULE_INVERT of rules for kernel issue rh#1686075Thomas Haller2019-03-151-0/+4
* platform: add NMPRulesManager for syncing routing rulesth/routing-rule-pt1Thomas Haller2019-03-134-73/+876
* platform/tests: add tests for handling policy routing rulesThomas Haller2019-03-132-0/+796