Age | Commit message (Expand) | Author |
2019-10-13 | Sync XML interface description source file pattern and conf script name | Christian Poessinger |
2019-10-13 | Python/ifconfig: T1557: add support for DHCPv6 client options | Christian Poessinger |
2019-10-12 | conf_mode: bonding/ethernet fix comments | Christian Poessinger |
2019-10-09 | T1430: add dhcp vendor-class-id client option | Christian Poessinger |
2019-10-09 | Python/ifconfig: T1557: add generic support for DHCP client options | Christian Poessinger |
2019-10-06 | ethernet: T1637: bugfix on wrong dict key in verify() | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'state' property to set_state()/ge... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'arp_cache_tmo' property to set_se... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'proxy_arp_pvlan' property to set_... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'proxy_arp' property to set_proxy_... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'ifalias' property to set_alias() | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'link_detect' property to set_link... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor 'mac' property to set_mac() | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor 'mtu' property to get_mtu()/set_mtu() | Christian Poessinger |
2019-09-23 | ethernet: T1637: bugfix DHCP - interface must be up prior starting DHCP client | Christian Poessinger |
2019-09-20 | ethernet: T1637: interfaces in a bond can be disabled | Christian Poessinger |
2019-09-20 | ethernet: T1637: fix calling arp_cache_tmo property | Christian Poessinger |
2019-09-20 | ethernet: T1637: do not overwrite interface description with interface name | Christian Poessinger |
2019-09-20 | ethernet: T1637: support offloading functions | Christian Poessinger |
2019-09-20 | ethernet: T1637: call remove() on interface deletion | Christian Poessinger |
2019-09-20 | ethernet: T1637: remove debug pprint | Christian Poessinger |
2019-09-20 | ethernet: T1637: change speed and duplex settings | Christian Poessinger |
2019-09-20 | ethernet: T1637: handle VLAN interface exception on system startup | Christian Poessinger |
2019-09-20 | ethernet: T1637: support changing flow-control | Christian Poessinger |
2019-09-20 | ethernet: T1637: reset MAC address to read hw-id on removal | Christian Poessinger |
2019-09-20 | ethernet: T1637: support VLAN {ingress,egress}-qos-mapping | Christian Poessinger |
2019-09-20 | ethernet: T1637: initial rewrite in XML/Python style | Christian Poessinger |