Age | Commit message (Expand) | Author | Files | Lines |
2018-11-05 | Genric API types format/unformat support for VAT and custom dump | Neale Ranns | 2 | -44/+0 |
2018-11-02 | vnet: ping: rewrite for maintainability and multicore support | Andrew Yourtchenko | 2 | -450/+737 |
2018-11-02 | arp:add error counters for all failure cases | Eyal Bari | 1 | -98/+82 |
2018-10-29 | Use throttle_t for ND throttling | Neale Ranns | 5 | -43/+29 |
2018-10-27 | pg: icmp4 & tcp4 ip length issue | Kingwel Xie | 1 | -1/+7 |
2018-10-25 | ACL: Fix next_table_index classifiers consistancy | Gregory Thiemonge | 1 | -5/+17 |
2018-10-23 | c11 safe string handling support | Dave Barach | 25 | -88/+90 |
2018-10-22 | Fix buffer overflow when fragmenting packets (VPP-1383) | Juraj Sloboda | 1 | -2/+3 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes | Klement Sekera | 2 | -8/+8 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -9/+9 |
2018-10-18 | Ping; remove unused arrays | Neale Ranns | 1 | -3/+0 |
2018-10-17 | IP Route add/del API is MP safe | Neale Ranns | 1 | -0/+6 |
2018-10-17 | VPP-1459:Ip4 lookup fail when exist prefix cover. | mu.duojiao | 1 | -3/+1 |
2018-10-16 | Ping; report failures to the terminal | Neale Ranns | 2 | -14/+39 |
2018-10-15 | VPP-1448: Fix error when recurse on down the trie. | mu.duojiao | 1 | -21/+19 |
2018-10-12 | ip: add container proxy dump API (VPP-1364) | Matus Fabian | 4 | -0/+121 |
2018-10-10 | reassembly: get number of workers instead of threads (VPP-1435) | Juraj Sloboda | 2 | -6/+6 |
2018-10-05 | Improve ip_mroute_add_del documentation | Ian Wells | 1 | -4/+24 |
2018-10-04 | Support reassembly for fragments coming to ip4-local node | Juraj Sloboda | 3 | -0/+9 |
2018-10-04 | MFIB-API: when programming an (S,G) fix the grp-len | Neale Ranns | 1 | -0/+4 |
2018-10-02 | ip4-local: classify protos that skip csum and src check | Florin Coras | 1 | -13/+38 |
2018-10-02 | Update code to compute checksum for buffer chains | Juraj Sloboda | 1 | -1/+1 |
2018-10-01 | Add adjacency counters to the stats segment | Neale Ranns | 4 | -6/+34 |
2018-10-01 | API / CLI event-log tracing | Dave Barach | 1 | -1/+0 |
2018-10-01 | mroute routers in the stats segment | Neale Ranns | 2 | -23/+48 |
2018-10-01 | Support dynamic dual/quad loop selection on aarch64 | Lijian Zhang | 1 | -0/+140 |
2018-09-28 | IP ttl check in ip4-input missing for single packet path. | Ole Troan | 1 | -0/+3 |
2018-09-28 | stats: Split stat_segment and stats code in preparation for deprecation. | Ole Troan | 1 | -1/+0 |
2018-09-27 | IPIP and IPv6 fragmentation | Ole Troan | 5 | -286/+206 |
2018-09-26 | mismatch bi0 and b0 when finalizing ip reassembly. | Kingwel Xie | 2 | -0/+2 |
2018-09-20 | Route counters in the stats segment | Neale Ranns | 2 | -50/+82 |
2018-09-14 | vlib: introduce user flags in vlib_frame_t | Damjan Marion | 2 | -3/+3 |
2018-09-13 | IP-neighbor: add and delete internal API | Neale Ranns | 6 | -58/+118 |
2018-09-11 | indent off in ip_lookup_set_buffer_fib_index | Neale Ranns | 1 | -4/+5 |
2018-09-11 | GBP Endpoint Updates | Neale Ranns | 1 | -0/+7 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 1 | -0/+1 |
2018-09-07 | IP route update fix when multipath and drop set | Neale Ranns | 1 | -20/+14 |
2018-08-31 | IPx address query functions take a const pointer | Neale Ranns | 2 | -34/+33 |
2018-08-31 | Introduce a mac_address_t on the API and in VPP | Neale Ranns | 1 | -0/+1 |
2018-08-30 | Refactor the ARP throttle into a common type so it can be reused | Neale Ranns | 3 | -33/+8 |
2018-08-29 | Consolidate table->index conversion in fib-path CLI processing | Neale Ranns | 1 | -16/+0 |
2018-08-23 | ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() | Damjan Marion | 1 | -355/+270 |
2018-08-17 | VPP-1392: VXLAN fails with IP fragmentation | Ole Troan | 4 | -2/+6 |
2018-08-15 | Remove client_index field from replies in API | Ondrej Fabry | 1 | -5/+0 |
2018-08-14 | Fix context field position in API definition | Ondrej Fabry | 1 | -1/+1 |
2018-08-14 | neighbor advertisement must with target_link option | ahdj007 | 1 | -0/+2 |
2018-08-13 | Multiarch for ip4 forwarding nodes | Damjan Marion | 1 | -59/+49 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -4/+2 |
2018-08-10 | IP fragmentation buffer chains, part 2. | Ole Troan | 1 | -19/+21 |
2018-08-10 | IP fragmentation to handle buffer chains. | Ole Troan | 1 | -79/+106 |