Age | Commit message (Expand) | Author | Files | Lines |
2023-06-27 | api: tapv2 - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-04-12 | misc: change of address |  Mohsin Kazmi | 1 | -1/+1 |
2022-04-05 | tap: fix the coverity warning |  Mohsin Kazmi | 1 | -1/+1 |
2022-03-02 | tap: fix tun set mtu |  Benoît Ganne | 1 | -1/+1 |
2022-03-01 | virtio: refactor code |  Mohsin Kazmi | 1 | -6/+6 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces |  Artem Glazychev | 1 | -0/+9 |
2022-01-18 | virtio: remove admin-up flag during interface creation |  Mohsin Kazmi | 1 | -1/+0 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 1 | -6/+4 |
2022-01-10 | interface: refactor interface capabilities code, part 2 |  Damjan Marion | 1 | -29/+29 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -10/+6 |
2022-01-06 | tap: add num_tx_queues API |  Nathan Skrzypczak | 5 | -5/+181 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -16/+12 |
2021-12-14 | virtio: integrate with new tx infra |  Mohsin Kazmi | 1 | -0/+4 |
2021-12-03 | interface: add multi tx-queues support for new tx infra |  Mohsin Kazmi | 1 | -4/+2 |
2021-10-28 | tap: handle null namespace and bridge correctly |  Matthew Smith | 1 | -2/+4 |
2021-10-05 | tap: free the tap_fds vec on interface deletion |  Mohsin Kazmi | 1 | -0/+1 |
2021-09-29 | tap: Fix tap create with ns |  Nathan Skrzypczak | 1 | -55/+24 |
2021-09-27 | tap: move the api msg_id_base to tap_main_t |  Mohsin Kazmi | 2 | -3/+3 |
2021-09-22 | tap: remove cxq_vring from tap/tun |  Mohsin Kazmi | 1 | -1/+0 |
2021-09-15 | tap: set device name on creation via TUNSETIFF |  Duncan Eastoe | 1 | -17/+8 |
2021-07-22 | vppinfra: add abstract socket & netns fns |  Nathan Skrzypczak | 1 | -32/+14 |
2021-07-08 | tap: Set the MTU on the TUN deivce |  Neale Ranns | 1 | -0/+13 |
2021-06-22 | devices: tapv2 api cleanup |  Filip Tehlar | 1 | -49/+12 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -22/+16 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 1 | -12/+1 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 2 | -6/+4 |
2020-11-09 | tap: add function to set speed |  Alexander Chernavin | 2 | -1/+83 |
2020-11-05 | tap: allow change of carrier state on host |  Matthew Smith | 2 | -0/+43 |
2020-10-29 | tap: fix the segv |  Mohsin Kazmi | 1 | -2/+5 |
2020-10-22 | tap: fix the api for use of vec_len |  Mohsin Kazmi | 1 | -3/+8 |
2020-10-17 | tap: replaces strlen to vec_len |  Mohsin Kazmi | 1 | -4/+4 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 1 | -1/+1 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings |  Mohsin Kazmi | 2 | -3/+1 |
2020-09-18 | tap: do not use strlen on vector |  Vladimir Isaev | 1 | -2/+1 |
2020-09-04 | virtio: remove kernel virtio header dependencies |  Mohsin Kazmi | 2 | -10/+6 |
2020-09-02 | tap: add the static assert for api flags |  Mohsin Kazmi | 1 | -0/+19 |
2020-09-02 | tap: add virtio 1.1 API flag |  Mohsin Kazmi | 3 | -2/+10 |
2020-08-17 | tap: add gro support |  Mohsin Kazmi | 3 | -7/+26 |
2020-07-07 | tap: fix the tun sndbuf value for kernel 4.20 and later |  Mohsin Kazmi | 1 | -4/+16 |
2020-07-02 | tap: fix dump for TUN interfaces |  Mohsin Kazmi | 1 | -1/+4 |
2020-06-27 | tap: remove the bridge configurations for TUN interface |  Mohsin Kazmi | 1 | -9/+10 |
2020-06-09 | tap: enable gso/csum offload for tun |  Mohsin Kazmi | 1 | -7/+0 |
2020-05-29 | docs: Minor updates to feature.yaml files |  John DeNisco | 1 | -2/+3 |
2020-05-04 | misc: binary api fuzz test fixes |  Dave Barach | 1 | -1/+1 |
2020-05-04 | tap: refactor existing flags |  Mohsin Kazmi | 3 | -12/+26 |
2020-05-01 | tap: implement sw_interface_tap_v2_dump filtering by sw_if_index |  Paul Vinciguerra | 3 | -13/+12 |
2020-04-30 | tap: allow deletion of tun interface |  Matthew Smith | 1 | -2/+5 |
2020-04-29 | tap: fix missing "num-rx-queues" from cli help |  Mohsin Kazmi | 1 | -6/+6 |
2020-04-28 | tap: use one tap fd per rx queue |  Aloys Augustin | 1 | -33/+59 |
2020-04-17 | tap: add initial support for tun |  Mohsin Kazmi | 4 | -22/+118 |