Age | Commit message (Expand) | Author |
2023-06-12 | T5286: drop XDP support for ethernet and bonding interfaces | Christian Breunig |
2023-05-29 | ifconfig: T2104: use link_local_prefix literal for fe80::/64 | Christian Breunig |
2023-05-14 | Merge pull request #2007 from frebib/veth-netns-revert | Christian Breunig |
2023-05-14 | Revert "veth: T3829: Allow moving veth into netns" | Joe Groocock |
2023-05-12 | ethernet: T3891: add conditional code-path when doing speed/duplex changes | Christian Breunig |
2023-05-10 | veth: T3829: Allow moving veth into netns | Joe Groocock |
2023-05-04 | ethernet: T3891: honor auto-negotiation support per NIC | Christian Breunig |
2023-04-15 | vyos.ifconfig: T2104: support adding and removing VLANs in one call. | Christian Breunig |
2023-03-28 | interfaces: T4885: fix Perl to Python rewrite of clear/reset_counters | John Estabrook |
2023-02-25 | tunnel: T5034: migrate "multicast enable" CLI node to enable-multicast | Christian Breunig |
2023-02-20 | T5007: Fix multicast implementation for the tunnel interfaces | Viacheslav Hletenko |
2023-02-12 | T5001: Replace links to the phabricator site | Christian Breunig |
2023-02-09 | vyos.ifconfig: T1579: improve source-validation warning | Christian Breunig |
2023-01-17 | ifb: T4938: add Python implementation for input function block interfaces | Christian Breunig |
2023-01-13 | ethernet: rps: T4928: adjust to Kernel ABI changes #2 | Christian Breunig |
2023-01-12 | ethernet: rps: T4928: adjust to Kernel ABI changes | Christian Breunig |
2022-12-11 | sstp: T4384: initial implementation of SSTP client CLI | Christian Poessinger |
2022-11-24 | Merge branch 'T4825' of https://github.com/sever-sever/vyos-1x into t4825-veth | Christian Poessinger |
2022-11-24 | T4825: Add interface type veth | Viacheslav Hletenko |
2022-11-20 | macvlan: pseudo-ethernet: T2104: _create() should place interface in A/D state | Christian Poessinger |
2022-09-26 | ethernet: T4689: support asymetric RFS configuration on multiple interfaces | Christian Poessinger |
2022-09-25 | wireguard: ifconfig: T2653: move Config() import to be local to consumer | Christian Poessinger |
2022-09-25 | wireguard: ifconfig: T2653: use NamedTemporaryFile() when dealing with privat... | Christian Poessinger |
2022-09-24 | ethernet: T3171: enable RPS (Receive Packet Steering) for all RX queues | Christian Poessinger |
2022-09-17 | wireguard: T4702: actively revoke peer if it gets disabled | Christian Poessinger |
2022-09-15 | ethernet: rfs: T4689: remove redundant code | Christian Poessinger |
2022-09-15 | rfs: T4689: Support RFS(Receive Flow Steering) | jack9603301 |
2022-09-12 | Revert "rfs: T4689: Support RFS(Receive Flow Steering)" | Christian Poessinger |
2022-09-12 | rfs: T4689: Support RFS(Receive Flow Steering) | jack9603301 |
2022-09-02 | bonding: T4668: fix live bonding member add or remove | initramfs |
2022-08-29 | ethernet: T4653: bugfix copy-paste when processing NIC offloading | Christian Poessinger |
2022-08-27 | pppoe: T4648: do not install IPv6 default route from RA is no-default-route i... | Christian Poessinger |
2022-08-25 | ifconfig: T2223: add vlan switch for Section.interfaces() | Christian Poessinger |
2022-08-22 | bridge: T4632: vlan aware bridge lacks CPU forwarding | Christian Poessinger |
2022-08-01 | mtu: T4572: Add DHCP-option MTU to get values from DHCP-server | Viacheslav Hletenko |
2022-07-30 | bridge: T4579: cleanup interface dict (remove empty keys) | Christian Poessinger |
2022-07-30 | bridge: T4579: remove duplicate code path already handled by base class | Christian Poessinger |
2022-07-15 | bond: T4525: fix adding member interface to bond after removing VRF | Christian Poessinger |
2022-07-14 | interface: T4056: Fix unexpected delete tc qdisc | DaniilHarun |
2022-07-10 | bond: T4522: add ability to specify mii monitor interval via CLI | Christian Poessinger |
2022-07-10 | bond: T1557: re-add miimon configuration - lost in translation | Christian Poessinger |
2022-07-10 | bond: T4521: ARP monitor interval is not configured despite set via CLI | Christian Poessinger |
2022-07-09 | ip: T4517: add option to enable directed broadcast forwarding | Yuxiang Zhu |
2022-07-01 | vti: T2455: add link-local IPv6 address support | Christian Poessinger |
2022-06-29 | bridge: add option to enable/disable IGMP/MLD snooping | Yuxiang Zhu |
2022-06-16 | vyos.ifconfig: T4384: fix file permission (664) on interface.py | Christian Poessinger |
2022-04-21 | pppoe: T4384: replace default-route CLI option with common CLI nodes already ... | Christian Poessinger |
2022-04-21 | vyos.ifconfig: T4384: get_interface_dict() should provide "ifname" key for VIFs | Christian Poessinger |
2022-04-18 | vxlan: geneve: T4370: support configuration of DF bit option | Christian Poessinger |
2022-04-16 | vyos.base: use Warning() helper where applicable | Christian Poessinger |