Age | Commit message (Expand) | Author | Files | Lines |
2018-02-07 | Fix bug with glibc epoll fd | Keith Burns (alagalah) | 1 | -1/+3 |
2018-02-07 | VXLAN: Allow user to specify a custom vxlan tunnel instance id. | Jon Loeliger | 7 | -22/+140 |
2018-02-07 | acl-plugin: multicore: send the interrupts to thread0 too | Andrew Yourtchenko | 1 | -1/+1 |
2018-02-07 | vhost: Added ARMV8 NEON version of function map_guest_mem() | Nitin Saxena | 1 | -0/+69 |
2018-02-07 | af_packet: Fix lock position | Pierre Pfister | 1 | -2/+1 |
2018-02-07 | classifier-based ACL: refactor + add output ACL | Andrew Yourtchenko | 19 | -502/+651 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 17 | -169/+152 |
2018-02-07 | SCTP: address coverity-scan warnings | Marco Varlese | 2 | -19/+10 |
2018-02-06 | Fix clang -Wvarargs compile errors | Damjan Marion | 3 | -5/+5 |
2018-02-06 | Fix clang implicit conversion errors | Damjan Marion | 2 | -14/+16 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 12 | -42/+204 |
2018-02-06 | SCTP: handling of heartbeating and max-retransmits | Marco Varlese | 4 | -57/+164 |
2018-02-06 | BIER: fix support for longer bit-string lengths | Neale Ranns | 11 | -144/+157 |
2018-02-06 | VCL: Fix type in trace output. | Dave Wallace | 1 | -2/+2 |
2018-02-06 | SCTP: missing spinlock init when multiple threads | Marco Varlese | 1 | -2/+5 |
2018-02-06 | Reflexive ACL support on ICMP | Steve Shin | 1 | -25/+113 |
2018-02-06 | Provide page-aligned length to ftruncate. | Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-02-05 | session: segment manager refactor | Florin Coras | 20 | -619/+815 |
2018-02-05 | NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162) | Matus Fabian | 2 | -4/+48 |
2018-02-05 | Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set | Dave Barach | 3 | -8/+17 |
2018-02-05 | SCTP: calculate RTO / RTT and RTTVAR as per RFC | Marco Varlese | 4 | -47/+122 |
2018-02-05 | vhost_user: code cleanup | Haiyang Tan | 1 | -4/+4 |
2018-02-03 | IP reassembly: workaround coverity warnings | Klement Sekera | 2 | -0/+2 |
2018-02-02 | Clean up for vcl.am, making vppcom.h C++ aware | Keith Burns (alagalah) | 2 | -10/+22 |
2018-02-02 | lisp-cp: fix handling of ndp without source link addr VPP-1159 | Florin Coras | 1 | -4/+21 |
2018-02-02 | VOM: route-domain find() fix | Neale Ranns | 3 | -24/+5 |
2018-02-02 | vlmemory/svm: fix client detach from svm region | Florin Coras | 6 | -13/+59 |
2018-02-02 | vlib_buffer_clone: allow client to request the maximum number of clones; 256 | Neale Ranns | 1 | -12/+50 |
2018-02-02 | Add L3DSR feature in LB plugin | Hongjun Ni | 8 | -88/+246 |
2018-02-01 | Out-of-order data chunks handling and more | Marco Varlese | 4 | -69/+235 |
2018-02-01 | IPv4/6 reassembly | Klement Sekera | 22 | -8/+2930 |
2018-02-01 | vxlan: Lookup FIB in either IPv4 or IPv6 families. | Jon Loeliger | 1 | -4/+5 |
2018-02-01 | FIB: Consolidate several copies of fib_ip_proto() into one. | Jon Loeliger | 5 | -24/+11 |
2018-02-01 | tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled | Steven | 1 | -1/+1 |
2018-02-01 | dpdk:fix typo in prefetch sequence | Eyal Bari | 1 | -2/+2 |
2018-02-01 | Add flowhash hash table to vppinfra | Pierre Pfister | 5 | -0/+1009 |
2018-02-01 | srv6-ad: fixing coverity issues | Francois Clad | 1 | -8/+32 |
2018-02-01 | srv6-as: fixing coverity issues | Francois Clad | 1 | -8/+32 |
2018-01-31 | Fix VNET_BUFFER_F_SPAN_CLONE flag | Damjan Marion | 1 | -1/+1 |
2018-01-31 | vlib: allocating buffers on thread-x and freeing them on thread-y causes | Steven | 4 | -25/+17 |
2018-01-31 | Improved tracing for the IP[46] not-enabled case. | Neale Ranns | 6 | -24/+77 |
2018-01-31 | NAT66 1:1 mapping (VPP-1108) | Matus Fabian | 9 | -2/+1378 |
2018-01-31 | NAT44: in2out output feature skip translation for already translated packets ... | Matus Fabian | 2 | -15/+74 |
2018-01-31 | NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158) | Matus Fabian | 1 | -8/+52 |
2018-01-31 | NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158) | Matus Fabian | 2 | -13/+19 |
2018-01-31 | Prep-work patch for congestion-control | Marco Varlese | 6 | -450/+670 |
2018-01-30 | Compile valloc.c, install header file, etc. | Dave Barach | 2 | -1/+8 |
2018-01-30 | VPP-899: Run VPP under SELinux | Billy McFall | 3 | -18/+38 |
2018-01-30 | Arm system counter cleanup | Brian Brooks | 2 | -18/+19 |
2018-01-30 | NAT: add missing CLI and API documentation (VPP-1142) | Matus Fabian | 2 | -0/+105 |