Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-06-03 | session: fix double free in CLI |  Filip Tehlar | 1 | -7/+2 |
2022-06-02 | ipfix-export: Fix frame leak in flow_report_process_send() |  Jon Loeliger | 1 | -1/+9 |
2022-06-01 | session: make sure fifos are freed on right thread |  Florin Coras | 1 | -0/+4 |
2022-06-01 | ip: unformat_ip_address should no modify its argument on failure |  Benoît Ganne | 1 | -8/+9 |
2022-05-27 | ip: reassembly - Fixing buffer leaks, corruption in v6 reasm |  Vijayabhaskar Katamreddy | 2 | -42/+117 |
2022-05-26 | ip: reassembly - pacing reassembly timeouts for v6 |  Vijayabhaskar Katamreddy | 1 | -9/+35 |
2022-05-25 | docs: update spelling word list and fix typos |  Dave Wallace | 1 | -5/+5 |
2022-05-24 | devices: add af-packet v3 api |  Mohsin Kazmi | 2 | -0/+114 |
2022-05-24 | flow: support generic flow and RSS action in vapi |  Ting Xu | 4 | -3/+232 |
2022-05-23 | ip: reassembly - fixing stepping index in a better way |  Vijayabhaskar Katamreddy | 1 | -8/+8 |
2022-05-23 | ip: reassembly - adding custom reassembly node |  Vijayabhaskar Katamreddy | 1 | -13/+75 |
2022-05-20 | virtio: use the internal hdr offsets of buffer metadata for offloads |  Mohsin Kazmi | 2 | -39/+23 |
2022-05-19 | api: refactor api data storage |  Damjan Marion | 8 | -25/+31 |
2022-05-19 | ip: reassembly - pacing reassembly timeouts |  Vijayabhaskar Katamreddy | 1 | -4/+29 |
2022-05-19 | ip: reassembly - increasing the nbuckets for reass |  Vijayabhaskar Katamreddy | 2 | -47/+84 |
2022-05-18 | ip: reassembly - increasing the nbuckets for reass |  Vijayabhaskar Katamreddy | 2 | -2/+6 |
2022-05-17 | interface: fix overflow of link speed. |  Anton Nikolaev | 1 | -1/+1 |
2022-05-16 | ip: format table ids with %u |  Nathan Skrzypczak | 1 | -2/+2 |
2022-05-16 | vlib: exec cli line-by-line processing and script updates |  Damjan Marion | 1 | -5/+5 |
2022-05-14 | session: revert "fix session cli maybe parse wrong args if executed in files" |  Damjan Marion | 1 | -38/+27 |