Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | api: string type to convert to vector | Ole Troan | 1 | -0/+1 |
2019-06-18 | ip: reassembly-separate feature and custom code | Klement Sekera | 2 | -62/+65 |
2019-06-17 | ip: consolidate IPv6 link-local-address functions. | Jon Loeliger | 2 | -18/+1 |
2019-06-11 | ip: punt coverity fix of CLI input | Neale Ranns | 1 | -1/+4 |
2019-06-07 | ip: ip4 lookup performance bump with the usual receipe | Neale Ranns | 1 | -435/+378 |
2019-06-06 | IP-Punt-redirect: allow the use of a FIB path to describe how to | Neale Ranns | 7 | -383/+429 |
2019-06-06 | reassembly: support more custom options for apps | Klement Sekera | 2 | -49/+145 |
2019-06-04 | punt: fix the set_punt API/CLI which was rejecting valid ports | Neale Ranns | 1 | -11/+11 |
2019-06-04 | Punt: specify packets by IP protocol Type | Neale Ranns | 11 | -38/+282 |
2019-06-03 | ARP: add feature arc | Neale Ranns | 3 | -17/+25 |
2019-05-31 | VPP-1692: move NULL pointer check | Dave Barach | 1 | -5/+5 |
2019-05-30 | IP load-balance; perf improvement using the usual reciepe | Neale Ranns | 2 | -305/+233 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason | Neale Ranns | 11 | -796/+1474 |
2019-05-28 | Add an ip6 local hop-by-hop protocol demux table | Dave Barach | 3 | -22/+341 |
2019-05-24 | ip4/6-reassembly fixes | Vijayabhaskar Katamreddy | 2 | -2/+11 |
2019-05-24 | Remove historical ip4 icmp OAM code | Dave Barach | 1 | -0/+7 |
2019-05-23 | Optimize code | jackiechen1985 | 1 | -9/+4 |
2019-05-22 | stats: support multiple works for error counters | Ole Troan | 1 | -24/+0 |
2019-05-20 | reassembly: prevent long chain attack | Klement Sekera | 8 | -13/+86 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -41/+19 |
2019-05-10 | Update ping cli .short_help. | Paul Vinciguerra | 1 | -2/+2 |
2019-05-06 | ip4_load_balance: leverage vlib_get_buffers | Zhiyong Yang | 1 | -13/+11 |
2019-04-30 | reassembly: avoid race-conditions | Klement Sekera | 1 | -12/+26 |
2019-04-24 | ip4_lookup_inline: leverage vlib_get_buffers to improve perf | Zhiyong Yang | 1 | -32/+27 |
2019-04-14 | ip4: don't format upper layer if it's a fragment | faicker.mo | 1 | -0/+3 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 1 | -5/+4 |
2019-04-10 | Make tcp/udp/icmp compute checksum safer for buffer-chain case | John Lo | 2 | -2/+2 |
2019-04-08 | fixing typos | Jim Thompson | 4 | -7/+7 |
2019-03-28 | Punt Infra | Neale Ranns | 1 | -2/+2 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 2 | -14/+42 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 2 | -2/+2 |
2019-03-26 | ip6-rewrite: bug fix buffer->error in dual loop | Kingwel Xie | 2 | -5/+24 |
2019-03-22 | ipv6: vectorized ext header check | Damjan Marion | 2 | -10/+35 |
2019-03-21 | icmp: bug fix of buffer->error | Kingwel Xie | 2 | -2/+18 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 1 | -1/+0 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 1 | -0/+1 |
2019-03-14 | IGMP: typo and doc fix (no behaviour change) | Neale Ranns | 1 | -1/+1 |
2019-03-12 | ip: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 9 | -174/+166 |
2019-03-12 | ICMP46 error: Clone first buffer instead of "truncating" original buffer | Ole Troan | 2 | -52/+36 |
2019-03-07 | API: Add python2.7 support for enum flags via aenum | Ole Troan | 1 | -1/+0 |
2019-03-06 | ip: coverity woes | Steven Luong | 1 | -4/+4 |
2019-03-06 | punt.c -- coverity woes | Steven Luong | 1 | -9/+0 |
2019-03-04 | Hash and handoff reassembly fragments | Vijayabhaskar Katamreddy | 2 | -61/+448 |
2019-02-26 | VPP-1574: minimize RPC barrier sync calls | Dave Barach | 1 | -5/+25 |
2019-02-25 | buffer chain linearization | Klement Sekera | 3 | -336/+82 |
2019-02-19 | reassembly: handle ip6 atomic fragments | Klement Sekera | 1 | -6/+3 |
2019-02-19 | reassembly: fix buffer usage counter | Klement Sekera | 1 | -5/+7 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 2 | -17/+81 |
2019-02-19 | VPP-1573 fix crash in ip6 reassembly | Klement Sekera | 1 | -1/+1 |
2019-02-19 | ip6-local: fix uninitialized variable error | Damjan Marion | 1 | -1/+1 |