Age | Commit message (Expand) | Author | Files | Lines |
2020-06-27 | flow: add IPSec ESP/AH flow |  Chenmin Sun | 2 | -1/+43 |
2020-06-27 | virtio: add tx trace |  Mohsin Kazmi | 1 | -2/+60 |
2020-06-27 | tap: remove the bridge configurations for TUN interface |  Mohsin Kazmi | 1 | -9/+10 |
2020-06-26 | ip: fix the punt redirect for ip4 |  Mohsin Kazmi | 1 | -6/+9 |
2020-06-24 | virtio: fix the vlib buffer flags |  Mohsin Kazmi | 1 | -2/+1 |
2020-06-23 | udp: jump over ip4 options |  Florin Coras | 1 | -3/+3 |
2020-06-23 | ip6-nd: punt neighbor advertisements |  Alexander Chernavin | 1 | -1/+1 |
2020-06-17 | docs: add more FEATURE.yaml documentation |  Dave Barach | 1 | -0/+15 |
2020-06-17 | ip-neighbor: fix MLD hash key using stack pointer |  Benoît Ganne | 1 | -2/+2 |
2020-06-16 | interface: add minimal vpp pkt trace for error-drop |  Dave Barach | 2 | -8/+125 |
2020-06-16 | virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dump |  Steven Luong | 2 | -3/+6 |
2020-06-16 | gso: fix the udp checksum in test |  Mohsin Kazmi | 2 | -13/+8 |
2020-06-15 | vxlan: remove judgement with always true |  Zhiyong Yang | 1 | -27/+15 |
2020-06-12 | virtio: interface type based improvements |  Mohsin Kazmi | 3 | -75/+142 |
2020-06-12 | ip: allocate ip4 mtrie pages in htlb memory |  Dave Barach | 3 | -2/+48 |
2020-06-10 | ip: reassembly: LRU algorithm should eliminate the longest unused nodes |  zhengdelun | 2 | -2/+2 |
2020-06-09 | tap: enable gso/csum offload for tun |  Mohsin Kazmi | 1 | -7/+0 |
2020-06-09 | vxlan: fix the inner packet checksum calculation |  Mohsin Kazmi | 2 | -4/+101 |
2020-06-09 | misc: add code styling for vxlan encap and vxlan_packet files |  Mohsin Kazmi | 2 | -256/+282 |
2020-06-08 | tcp: improve rtt estimation with rate sampling |  Florin Coras | 1 | -18/+29 |
2020-06-08 | vxlan: Fixed checksum caclculation offset |  Vladimir Isaev | 6 | -72/+44 |
2020-06-07 | fib: fix multiple dpo pool expand cases |  Dave Barach | 6 | -7/+76 |
2020-06-05 | fib: fix adj pool expand cases |  Dave Barach | 1 | -1/+24 |
2020-06-04 | fib: add barrier sync, pool/vector expand cases |  Dave Barach | 1 | -1/+25 |
2020-06-01 | ip: fix IPv6 mask to prefix length conversion |  Andreas Schultz | 1 | -10/+5 |
2020-05-29 | bonding: Revert adjust link state |  Matthew Smith | 1 | -20/+3 |
2020-05-29 | fib: Safe adj walk |  Neale Ranns | 1 | -8/+15 |
2020-05-29 | gso: fix flag for inner header |  Mohsin Kazmi | 1 | -2/+3 |
2020-05-29 | docs: Minor updates to feature.yaml files |  John DeNisco | 2 | -6/+8 |
2020-05-29 | misc: ipfix-export unformat u16 collector_port fix |  Elias Rudberg | 3 | -1/+20 |
2020-05-28 | tap: fix rx queue index |  Mohsin Kazmi | 1 | -1/+2 |
2020-05-27 | ipsec: Add/Del IPSec SA is not MP safe |  Neale Ranns | 1 | -7/+0 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) |  John Lo | 8 | -31/+104 |
2020-05-27 | ip: reassembly: use correct IP header offset |  Klement Sekera | 1 | -2/+7 |
2020-05-27 | bonding: adjust link state based on active slaves |  Matthew Smith | 1 | -3/+20 |
2020-05-26 | fib: Fix interpose source reactivate |  Neale Ranns | 1 | -0/+14 |
2020-05-26 | fib: Use basic hash for adjacency neighbour table |  Neale Ranns | 1 | -82/+42 |
2020-05-25 | tcp: fix sack block validation on wrap |  Florin Coras | 1 | -1/+3 |
2020-05-25 | api: add new stream message convention |  Ole Troan | 1 | -0/+1 |
2020-05-24 | tcp: track buffer alloc failures |  Florin Coras | 2 | -3/+21 |
2020-05-24 | ipsec: fixed chaining ops after add footer and icv |  PiotrX Kleski | 1 | -8/+11 |
2020-05-21 | vcl: support connected udp listens |  Florin Coras | 2 | -0/+2 |
2020-05-21 | ip: Dual loop error in midchain chksum |  Neale Ranns | 1 | -1/+1 |
2020-05-19 | vppinfra: refactor mpcap.h |  Dave Barach | 1 | -0/+113 |
2020-05-19 | interface: fix interface rx mode config API |  Jakub Grajciar | 1 | -2/+4 |
2020-05-17 | ip6-nd: correct set-ip6-nd-proxy CLI short_help |  Ignas Bacius | 1 | -1/+1 |
2020-05-16 | l2: L2/L3 mode swicth cleanup and l2-patch fix |  John Lo | 4 | -31/+16 |
2020-05-16 | misc: fix typo in set-ipfix-exporter CLI short_help |  Ignas Bacius | 1 | -1/+1 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 15 | -0/+0 |
2020-05-15 | session: track detached listener segment managers |  Florin Coras | 4 | -7/+77 |