Age | Commit message (Expand) | Author | Files | Lines |
2020-07-24 | session: cleanup lookup table for rejected session | Florin Coras | 1 | -1/+4 |
2020-07-24 | tcp: fix synack elog crash | Florin Coras | 1 | -2/+3 |
2020-07-24 | geneve: support geneve interface acting as a bvi | Ole Troan | 4 | -32/+118 |
2020-07-23 | feature: fix feature config data initialization overflow | Benoît Ganne | 1 | -5/+10 |
2020-07-23 | tcp: track pending timers | Florin Coras | 6 | -42/+10 |
2020-07-22 | virtio: add the buffer allocation error | Mohsin Kazmi | 1 | -7/+13 |
2020-07-21 | ipsec: Dedicated IPSec interface type | Neale Ranns | 8 | -19/+749 |
2020-07-19 | sr: new messages created to return sl index for segment lists in a sr policy | Chinmaya Agarwal | 2 | -0/+102 |
2020-07-16 | misc: add callback hooks and refactor pmc | Tom Seidenberg | 1 | -0/+4 |
2020-07-16 | adl: move allow/deny list function to plugin | Dave Barach | 9 | -1441/+62 |
2020-07-16 | ip: optimize ip4_header_checksum, take 2 | Damjan Marion | 1 | -32/+72 |
2020-07-16 | ip: optimize ip4_header_checksum | Damjan Marion | 1 | -62/+55 |
2020-07-16 | gre: fix outer ip6 length | Aloys Augustin | 1 | -5/+5 |
2020-07-15 | virtio: fix the msix for multiqueue | Mohsin Kazmi | 2 | -15/+60 |
2020-07-14 | ip: fix format_ip6_address_and_mask() bug | Chenmin Sun | 1 | -3/+2 |
2020-07-13 | session: fix application_lookup_name fail due to app_by_name default hash typ... | jiangxiaoming | 1 | -0/+1 |
2020-07-13 | session: reduce verbosity on fifo alloc failure | Florin Coras | 1 | -1/+1 |
2020-07-07 | session: fix ct listener cleanup | Florin Coras | 3 | -4/+3 |
2020-07-07 | tcp: round down rcv wnd even if avoiding retraction | Florin Coras | 1 | -13/+9 |
2020-07-07 | tap: fix the tun sndbuf value for kernel 4.20 and later | Mohsin Kazmi | 1 | -4/+16 |
2020-07-06 | ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 type | jiangxiaoming | 1 | -2/+8 |
2020-07-06 | fib: fix debug preprocessor directives | Matthew Smith | 4 | -4/+4 |
2020-07-02 | tcp: fix coverity warning | Florin Coras | 1 | -2/+2 |
2020-07-02 | tcp: cli to dump half-open connections | Florin Coras | 1 | -0/+104 |
2020-07-02 | tap: fix dump for TUN interfaces | Mohsin Kazmi | 2 | -1/+5 |
2020-07-02 | ip: fix the order in ip4 punt redirect | Mohsin Kazmi | 1 | -2/+2 |
2020-06-30 | classify: fix debug CLI | Dave Barach | 1 | -1/+5 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue | Ryujiro Shibuya | 1 | -7/+6 |
2020-06-29 | gso: fix the l2 path | Mohsin Kazmi | 1 | -8/+10 |
2020-06-27 | udp: align udp_encap_t_ to 2 cachelines | Vadym Martsynovskyy | 1 | -4/+4 |
2020-06-27 | sr: fix for SID index across segment lists within a sr policy | Chinmaya Agarwal | 1 | -1/+1 |
2020-06-27 | l2: performance enhancement in l2input | Zhiyong Yang | 1 | -80/+69 |
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 |