Age | Commit message (Expand) | Author | Files | Lines |
2020-06-15 | build: fix the build on centos8 |  Yichen Wang | 1 | -1/+5 |
2020-06-15 | vxlan: remove judgement with always true |  Zhiyong Yang | 1 | -27/+15 |
2020-06-15 | buffers: fix non-default sized buffers initialization |  Benoît Ganne | 1 | -5/+21 |
2020-06-15 | dpdk: cryptodev: fix non-null terminated strings |  Benoît Ganne | 1 | -4/+4 |
2020-06-15 | ikev2: announce both 'ESN' and 'No ESN' |  Filip Tehlar | 1 | -1/+0 |
2020-06-12 | vlib: node recyling and node deletion missing triggering graph node sync |  Steven Luong | 1 | -27/+1 |
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-11 | ikev2: don't add DH group in ESP transform proposals |  Filip Tehlar | 2 | -10/+10 |
2020-06-11 | nat: properly scale out2in-ed hash on init |  Klement Sekera | 1 | -1/+3 |
2020-06-11 | nat: simplify bihash buckets/mem config |  Klement Sekera | 8 | -31/+95 |
2020-06-10 | vapi: memset allocated messages to zero |  Klement Sekera | 3 | -20/+4 |
2020-06-10 | ip: reassembly: LRU algorithm should eliminate the longest unused nodes |  zhengdelun | 2 | -2/+2 |
2020-06-10 | nat: optimize prefetching |  Klement Sekera | 6 | -18/+18 |
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 | vlib: stop inlining vlib_add_trace(...) |  Dave Barach | 2 | -2/+17 |
2020-06-08 | vlib: Coverity fix |  Dave Barach | 1 | -1/+1 |
2020-06-08 | vxlan: Fixed checksum caclculation offset |  Vladimir Isaev | 11 | -78/+85 |
2020-06-08 | nat: more long read after short write optimization |  Klement Sekera | 15 | -1060/+1051 |
2020-06-07 | mactime: print error if feature not enabled |  Dave Barach | 1 | -1/+8 |
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 | build: add libssl-dev library for ubuntu 20.04 |  Jieqiang Wang | 1 | -0/+1 |
2020-06-04 | fib: add barrier sync, pool/vector expand cases |  Dave Barach | 3 | -1/+66 |
2020-06-04 | nat: fix coverity warning |  Klement Sekera | 1 | -1/+1 |
2020-06-04 | ikev2: session cleanup after profile is deleted |  Filip Tehlar | 2 | -52/+119 |
2020-06-04 | dpdk: cleanup, add rx queue struct |  Damjan Marion | 5 | -59/+31 |
2020-06-04 | nat: fixed input validation |  Filip Varga | 7 | -21/+22 |
2020-06-04 | nat: add tracing for nat44-hairpinning |  Klement Sekera | 3 | -15/+84 |
2020-06-03 | docs: improve handoff queue writeup |  Dave Barach | 1 | -0/+196 |
2020-06-03 | vlib: improve node interrupt handling |  Damjan Marion | 3 | -47/+81 |
2020-06-03 | nat: refactor mss_clamping to not depend on snat_main_t |  Ole Troan | 9 | -68/+83 |
2020-06-02 | bash: functions to set up csit and sandbox env |  Andrew Yourtchenko | 1 | -6/+115 |
2020-06-02 | ikev2: remove unused hash computation |  Filip Tehlar | 1 | -4/+1 |
2020-06-01 | ip: fix IPv6 mask to prefix length conversion |  Andreas Schultz | 2 | -20/+10 |
2020-06-01 | nat: update ip4-udp src port for checksum == 0 pkts |  Dave Barach | 1 | -3/+6 |
2020-05-29 | lisp: fix api_format reference |  Paul Vinciguerra | 1 | -2/+2 |
2020-05-29 | bonding: Revert adjust link state |  Matthew Smith | 2 | -78/+4 |
2020-05-29 | lisp: fix api_format |  Florin Coras | 1 | -6/+6 |
2020-05-29 | lisp: fix custom dump |  Florin Coras | 2 | -16/+28 |
2020-05-29 | fib: Safe adj walk |  Neale Ranns | 1 | -8/+15 |
2020-05-29 | gso: add checksum and payload size testing |  Mohsin Kazmi | 1 | -49/+148 |
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 | docs: Minor fixes in publish_docs.sh and sanitizer.rst |  John DeNisco | 2 | -0/+2 |
2020-05-29 | misc: ipfix-export unformat u16 collector_port fix |  Elias Rudberg | 3 | -1/+20 |
2020-05-29 | misc: fix the pretty print for api trace |  Mohsin Kazmi | 1 | -6/+6 |