Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-06-29 | ipsec: make match function inline |  Piotr Bronowski | 2 | -145/+171 |
2022-06-29 | ipsec: add/delete ipsec fast path policy |  Piotr Bronowski | 6 | -59/+717 |
2022-06-28 | session: fix connected udp accepts |  Florin Coras | 1 | -0/+1 |
2022-06-28 | session quic: allow custom config of rx mqs seg size |  Florin Coras | 1 | -2/+5 |
2022-06-28 | ipsec: introduce spd fast path types |  Piotr Bronowski | 1 | -0/+63 |
2022-06-28 | ipsec: change wildcard value for any protocol of spd policy |  Piotr Bronowski | 8 | -58/+300 |
2022-06-14 | ip: reassembly - Add node level stats, fix customapp behavior |  Vijayabhaskar Katamreddy | 2 | -16/+77 |
2022-06-10 | ip: improve ip ACL traces |  Benoît Ganne | 3 | -10/+26 |
2022-06-08 | udp: add cli to dump registered ports |  Benoît Ganne | 1 | -0/+93 |
2022-06-07 | classify: fix sesssion details api |  Nathan Skrzypczak | 1 | -1/+1 |
2022-06-07 | sr: SRv6 TEF behavior support |  Ahmed Abdelsalam | 3 | -3/+87 |