Age | Commit message (Expand) | Author | Files | Lines |
2019-01-20 | fix data_length in IpSec API call (VPP-1548) |  Michal Cmarada | 1 | -4/+6 |
2019-01-20 | log: bug fix register class compare mismatch |  Su Wang | 1 | -1/+3 |
2019-01-20 | minor fixup in map doc (people -> seconds) |  Jim Thompson | 1 | -1/+1 |
2019-01-20 | tcp: fix debugging without cc stats (VPP-1547) |  Florin Coras | 1 | -0/+1 |
2019-01-20 | session: add support for vrf in session unformat (VPP-1546) |  Florin Coras | 1 | -7/+22 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro |  Steven Luong | 2 | -2/+14 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 10 | -80/+23 |
2019-01-18 | buffers: remove freelist argument from vlib_buffer_add_data |  Damjan Marion | 4 | -30/+17 |
2019-01-18 | Add vlib_buffer_copy_indices inline function |  Damjan Marion | 6 | -15/+20 |
2019-01-18 | cmake: print all flags |  Damjan Marion | 1 | -8/+19 |
2019-01-18 | Look for plugins in target triplet subdir |  Damjan Marion | 3 | -2/+7 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 8 | -124/+71 |
2019-01-18 | tcp: allow data in passive open ack (VPP-1545) |  Florin Coras | 1 | -2/+3 |
2019-01-18 | vcl: move forking logic to vls |  Florin Coras | 6 | -357/+314 |
2019-01-17 | cmake: initial cross-compilation support |  Damjan Marion | 4 | -2/+20 |
2019-01-17 | tls: preallocate app sessions on connect/accept |  Florin Coras | 3 | -10/+25 |
2019-01-17 | vcl/session: replicate events for shared sessions |  Florin Coras | 5 | -48/+152 |
2019-01-17 | Fix ASSERT usage issue in cryptodev |  Simon Zhang | 1 | -1/+1 |
2019-01-17 | vmbus: fix strncpy related warnings |  Stephen Hemminger | 1 | -4/+4 |
2019-01-17 | pci: fix strncpy warnings |  Stephen Hemminger | 1 | -4/+4 |
2019-01-16 | fix dpdk cryptodev enable issuev19.04-rc0 |  Simon Zhang | 1 | -6/+9 |
2019-01-16 | NAT: Fixed issues with dropping reverse packets with output-feature. |  Dmitry Vakhrushev | 1 | -0/+32 |
2019-01-15 | vmxnet3: add numa support and link speed |  Steven | 4 | -13/+23 |
2019-01-14 | api_helper_macro mp->pid is network endian |  Ole Troan | 1 | -1/+1 |
2019-01-13 | remove useless line in dpdk cryptodev |  Simon Zhang | 1 | -2/+0 |
2019-01-13 | bonding: support custom interface IDs |  Alexander Chernavin | 7 | -6/+50 |
2019-01-13 | dpdk: show hardware may display the wrong information for rss active |  Steven | 1 | -0/+1 |
2019-01-12 | session: generate wrong thread errors instead of crashing |  Florin Coras | 7 | -23/+47 |
2019-01-11 | Fix custom-dump for gre_add_del_tunnel: src and dst IPs |  Igor Mikhailov (imichail) | 1 | -7/+4 |
2019-01-11 | Fix 'show interface span' field length |  Igor Mikhailov (imichail) | 1 | -2/+2 |
2019-01-11 | gbp2: Fix typo in condition |  Mohsin Kazmi | 1 | -1/+3 |
2019-01-10 | strncpy_s_inline copies more bytes than necessary |  Steven | 2 | -3/+13 |
2019-01-10 | session/vcl: improve fifo tx notifications |  Florin Coras | 5 | -83/+144 |
2019-01-10 | ARP/ND: copy opaque2 persistent fields to new packet |  Neale Ranns | 3 | -4/+16 |
2019-01-09 | Use the official libpcap file type |  Dave Barach | 2 | -14/+9 |
2019-01-09 | gbp: Fix coverity warnings |  Mohsin Kazmi | 4 | -9/+19 |
2019-01-09 | VXLAN: Prevent duplicate bypass graph nodes. |  Jon Loeliger | 2 | -4/+37 |
2019-01-08 | Fix name of ipv6-n-tuple |  Hongjun Ni | 1 | -1/+1 |
2019-01-08 | virtio: fix kick race issue |  Damjan Marion | 3 | -10/+29 |
2019-01-08 | vcl/ldp: select cleanup/improvements |  Florin Coras | 4 | -254/+223 |
2019-01-07 | string_test: coverity woe |  Steven | 1 | -6/+0 |
2019-01-07 | tapv2: add "tap_flags" field to the TAPv2 interface API |  Andrew Yourtchenko | 4 | -2/+11 |
2019-01-07 | avf: allocate descriptor memory from local numa |  Damjan Marion | 7 | -14/+52 |
2019-01-07 | VOM: mroutes |  Neale Ranns | 4 | -6/+31 |
2019-01-07 | L2 BD API to flush all IP-MAC entries in the specified BD |  John Lo | 6 | -13/+133 |
2019-01-07 | MAP: Prevent duplicate MAP-E/T graph nodes. |  Jon Loeliger | 3 | -0/+35 |
2019-01-07 | Change vpp code to align with openssl interface change |  Ping Yu | 3 | -36/+27 |
2019-01-07 | Handle buffer alloc failure in vlib_buffer_add_data |  Dave Barach | 5 | -42/+81 |
2019-01-07 | Fix TCP checksum. |  Andrej Kozemcak | 1 | -1/+4 |
2019-01-07 | vcl/ldp: add locked sessions shim layer |  Florin Coras | 7 | -1297/+890 |