Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | Address COVERITY warnings |  Marco Varlese | 1 | -0/+6 |
2017-11-27 | VOM: favour make_shared |  Neale Ranns | 13 | -45/+49 |
2017-11-27 | tcp: fix proxy connection validation |  Florin Coras | 1 | -0/+4 |
2017-11-27 | vlib: make vlib_buffer_alloc inline function |  Damjan Marion | 6 | -167/+84 |
2017-11-26 | Fix session rule port endianness. |  Milan Lenco | 3 | -16/+18 |
2017-11-26 | VPP-252 Coding standards cleanup - vnet/vnet/flow |  Swarup Nayak | 6 | -563/+663 |
2017-11-26 | FIB: optimise for src memory allocations |  Neale Ranns | 5 | -121/+264 |
2017-11-26 | FIB: store the node type not the function pointer. |  Neale Ranns | 13 | -31/+11 |
2017-11-25 | VOM: handle null for iterator in dump cmd |  Neale Ranns | 1 | -2/+21 |
2017-11-25 | VCL: include vpp context in accept session reply msg. |  Dave Wallace | 1 | -17/+41 |
2017-11-25 | VCL: improve debug output |  Dave Wallace | 6 | -223/+339 |
2017-11-24 | GENEVE: shift/mask for header |  Marco Varlese | 3 | -51/+133 |
2017-11-24 | dpdk: enable tx checksum offloads as default, add disable knob |  Damjan Marion | 3 | -2/+15 |
2017-11-24 | VOM: Additions to allow uses to UT applications that use VOM |  Neale Ranns | 51 | -295/+676 |
2017-11-24 | dpdk: avoid false sharing of dpdk_buffer_per_thread_data |  Damjan Marion | 1 | -0/+1 |
2017-11-23 | memif: fix input node multiversion constructor |  Damjan Marion | 1 | -6/+6 |
2017-11-23 | memif: try harder to transmit packets |  Damjan Marion | 1 | -13/+8 |
2017-11-23 | dpdk: prefetch both cachelines during buffer free |  Damjan Marion | 1 | -1/+1 |
2017-11-23 | memif: multiversioning |  Damjan Marion | 3 | -19/+82 |
2017-11-22 | VCL: remove bogus ASSERT(). |  Dave Wallace | 1 | -2/+0 |
2017-11-22 | VPP-254 Coding standard cleanup - vnet/vnet/hdlc |  Swarup Nayak | 5 | -126/+197 |
2017-11-22 | session: do not check transport for local table binds |  Florin Coras | 1 | -9/+9 |
2017-11-22 | dpdk: fix potential crash in buffer free function |  Damjan Marion | 1 | -18/+49 |
2017-11-22 | session: more rules unit tests and cli improvements |  Florin Coras | 3 | -17/+142 |
2017-11-22 | use intel intrinsics in clib_memcpy64_x4 |  Damjan Marion | 1 | -47/+54 |
2017-11-22 | CLI for interface MPLS enable returns errors to caller |  Neale Ranns | 1 | -1/+5 |
2017-11-22 | Fix MPLS local-label CLI |  Neale Ranns | 2 | -4/+4 |
2017-11-22 | VOM: stats: Associate stat obj to interface |  Mohsin Kazmi | 5 | -25/+71 |
2017-11-21 | VCL: close-on-empty state transition refactoring. |  Dave Wallace | 2 | -660/+763 |
2017-11-21 | session: unset fifo event before reading fifo size |  Florin Coras | 1 | -6/+4 |
2017-11-21 | tcp: initialize builtin client ns |  Florin Coras | 1 | -1/+1 |
2017-11-21 | stn-plugin: do not assume all punted packets start with L3 header. |  Andrew Yourtchenko | 1 | -0/+12 |
2017-11-21 | use REV on aarch64 for endianness swapping (VPP-1067) |  Gabriel Ganne | 1 | -0/+19 |
2017-11-21 | dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t |  Damjan Marion | 11 | -80/+152 |
2017-11-20 | session/tcp: filtering improvements |  Florin Coras | 8 | -127/+234 |
2017-11-20 | dpdk: add support for DPDK 17.11 |  Damjan Marion | 12 | -212/+49 |
2017-11-20 | VCL: Update lcl addr/port from connect session reply msg. |  Dave Wallace | 1 | -0/+4 |
2017-11-20 | Have PAPI find its API definition files |  Chris Luke | 1 | -5/+140 |
2017-11-20 | nowhere to set read_timeout |  dongjuan | 1 | -2/+2 |
2017-11-19 | session: fix session rules api to use transport proto |  Florin Coras | 1 | -0/+1 |
2017-11-19 | VCL-LDPRELOAD: Fix CID179207 |  Dave Wallace | 2 | -4/+19 |
2017-11-18 | Call a plugin init function by name |  Dave Barach | 2 | -0/+29 |
2017-11-18 | test http server: prealloc fifos/segment options |  Florin Coras | 1 | -3/+29 |
2017-11-18 | Rename classifier ip6-sr metadata set action |  Dave Barach | 3 | -5/+5 |
2017-11-18 | unformat function for FIB paths |  Neale Ranns | 6 | -360/+198 |
2017-11-17 | VOM fixes and logger improvements |  Neale Ranns | 7 | -30/+47 |
2017-11-17 | Replace tap interface using general interface |  Hongjun Ni | 5 | -52/+50 |
2017-11-17 | acl-plugin: use ip.save_rewrite_length to calculate IP header offset on L3 eg... |  Andrew Yourtchenko | 1 | -3/+11 |
2017-11-17 | vppcom: improve listener session handling |  Florin Coras | 3 | -56/+126 |
2017-11-16 | acl-plugin: also print human-friendly format of 5tuple in packet trace |  Andrew Yourtchenko | 1 | -0/+22 |