Age | Commit message (Expand) | Author | Files | Lines |
2022-09-09 | fib: missing headers |  Damjan Marion | 1 | -0/+2 |
2022-09-05 | ip: fix punt socket overflow |  Benoît Ganne | 1 | -3/+6 |
2022-08-31 | ipsec: fix coverity 249212 |  Andrew Yourtchenko | 1 | -2/+2 |
2022-08-31 | udp: store mss and sw_if_index to udp_connection_t |  Steven Luong | 4 | -4/+11 |
2022-08-31 | gso: zero-initialize gho struct |  Vladislav Grishenko | 2 | -0/+6 |
2022-08-31 | devices: fix coverity warning |  Mohsin Kazmi | 1 | -1/+1 |
2022-08-31 | devices: add support for polling mode |  Mohsin Kazmi | 3 | -6/+45 |
2022-08-30 | l2: skip arp term for locally originated packets |  Stanislav Zaikin | 3 | -0/+6 |
2022-08-30 | tcp: do not overcount ooo bytes |  Florin Coras | 1 | -1/+3 |
2022-08-30 | ethernet: fix coverity 214973 |  Andrew Yourtchenko | 1 | -15/+14 |
2022-08-30 | ethernet: refactor the redundant code |  Andrew Yourtchenko | 1 | -8/+7 |
2022-08-29 | ethernet: fix mac address increment error |  Jieqiang Wang | 1 | -2/+2 |
2022-08-29 | fib: fix coverity 249175 |  Andrew Yourtchenko | 1 | -0/+1 |
2022-08-29 | fib: fix coverity 253539 |  Andrew Yourtchenko | 1 | -0/+1 |
2022-08-29 | ethernet: fix coverity 218549 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-24 | ipsec: fix coverity 249204 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-23 | classify: fix coverity 249223 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect |  Matthew Smith | 7 | -49/+95 |
2022-08-18 | ip-neighbor: Declarative .api counters. |  Neale Ranns | 4 | -56/+109 |
2022-08-18 | ip: Use .api declarative counters for ICMP. |  Neale Ranns | 6 | -85/+247 |
2022-08-17 | fib: support "midchain delegate" removal |  Alexander Chernavin | 2 | -0/+31 |
2022-08-11 | ip: only set rx_sw_if_index when connection found to avoid following crash li... |  Xiaoming Jiang | 1 | -5/+5 |
2022-08-11 | mpls: Use the .api for the definition of error/info counters |  Neale Ranns | 8 | -64/+111 |
2022-08-11 | ip: Use .api declared error counters |  Neale Ranns | 20 | -424/+678 |
2022-08-11 | ipsec: Use .api declared error counters |  Neale Ranns | 6 | -179/+336 |
2022-08-11 | arp: Use the new style error count declaration |  Neale Ranns | 4 | -133/+229 |
2022-08-11 | tunnel: Fix API encoding of tunnel flags |  Neale Ranns | 1 | -2/+7 |
2022-08-10 | bfd: Express node stats using the .api file |  Neale Ranns | 2 | -59/+77 |
2022-08-10 | bfd: More descriptive error codes during packet receive handling |  Neale Ranns | 3 | -59/+74 |
2022-08-09 | ip-neighbor: ARP and ND stats per-interface. |  Neale Ranns | 12 | -51/+297 |
2022-08-09 | vnet: install reass headers |  Mohammed Hawari | 1 | -0/+2 |
2022-08-09 | interface: fix show_or_clear_hw_interfaces |  Mohammed Hawari | 1 | -1/+2 |
2022-08-08 | devices: af_packet, fix tx stall by retrying failed sendto |  Mohammed Hawari | 3 | -6/+24 |
2022-08-05 | vnet: On rx-mode set, return error for an actual error. |  Wayne Morrison | 1 | -1/+6 |
2022-08-02 | ipsec: fix coverity warnings found in fast path implementation |  Piotr Bronowski | 2 | -14/+15 |
2022-07-29 | ip6-nd: fix ip6 ra cli issue |  Takanori Hirano | 1 | -2/+1 |
2022-07-28 | session: fix a crash when using unregistered transport proto |  Filip Tehlar | 2 | -1/+6 |
2022-07-28 | ip6-nd: copy mac address to wrong buffer current_data |  liangrq | 1 | -0/+2 |
2022-07-26 | vppinfra: fix formatting of format_base10 |  Pim van Pelt | 1 | -5/+7 |
2022-07-19 | session: increase retries to grab mq lock |  Radha krishna Saragadam | 1 | -1/+1 |
2022-07-15 | ipsec: fast path outbound policy matching implementation for ipv6 |  Piotr Bronowski | 8 | -171/+227 |
2022-07-06 | gre: fix returning the flags in the API |  Ivan Shvedunov | 1 | -0/+1 |
2022-07-06 | misc: pass NULL instead of 0 for pointer in variadic functions |  Andreas Schultz | 1 | -1/+1 |
2022-06-30 | sr: SRv6 Path Tracing Sink node behavior |  Ahmed Abdelsalam | 1 | -0/+10 |
2022-06-29 | classify: use 32 bits hash |  Benoît Ganne | 11 | -55/+54 |
2022-06-29 | sr: code refactor and style fix |  Ahmed Abdelsalam | 2 | -15/+14 |
2022-06-29 | sr: Add support for SRv6 Path Tracing Infrastructure |  Ahmed Abdelsalam | 3 | -0/+349 |
2022-06-29 | ipsec: show fast path flag in cli |  Fan Zhang | 1 | -8/+27 |
2022-06-29 | ipsec: add fast path configuration parser |  Piotr Bronowski | 1 | -2/+19 |
2022-06-29 | ipsec: add spd fast path matching |  Piotr Bronowski | 3 | -0/+584 |