Age | Commit message (Expand) | Author | Files | Lines |
2019-06-04 | Punt: specify packets by IP protocol Type |  Neale Ranns | 1 | -2/+12 |
2019-06-03 | ARP: add feature arc |  Neale Ranns | 1 | -0/+6 |
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 | 1 | -137/+106 |
2019-05-06 | ip4_load_balance: leverage vlib_get_buffers |  Zhiyong Yang | 1 | -13/+11 |
2019-04-10 | Make tcp/udp/icmp compute checksum safer for buffer-chain case |  John Lo | 1 | -1/+1 |
2019-04-08 | fixing typos |  Jim Thompson | 1 | -2/+2 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel |  Neale Ranns | 1 | -8/+19 |
2019-03-26 | ip6-rewrite: bug fix buffer->error in dual loop |  Kingwel Xie | 1 | -3/+12 |
2019-02-19 | tap gso: experimental support |  Andrew Yourtchenko | 1 | -7/+37 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 1 | -0/+2 |
2019-01-30 | Use IP and MAC API types for neighbors |  Neale Ranns | 1 | -9/+3 |
2019-01-10 | ARP/ND: copy opaque2 persistent fields to new packet |  Neale Ranns | 1 | -1/+4 |
2018-12-13 | ip4_rewrite_inline: fix variable error |  Zhiyong Yang | 1 | -2/+2 |
2018-12-12 | Change ipsec feature node names |  Pierre Pfister | 1 | -4/+4 |
2018-12-10 | IP-local: any IP can appear as the source (VPP-1522) |  Neale Ranns | 1 | -3/+15 |
2018-11-28 | Remove useless prefetch in ip4-rewrite node |  Simon Zhang | 1 | -1/+1 |
2018-11-26 | Add a feature arc consistency check |  Dave Barach | 1 | -0/+4 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -12/+12 |
2018-11-08 | IP load-balance; trace at the end of the node so the flow hash used is displayed |  Neale Ranns | 1 | -3/+3 |
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 | 1 | -2/+6 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -3/+3 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes |  Klement Sekera | 1 | -4/+4 |
2018-10-04 | Support reassembly for fragments coming to ip4-local node |  Juraj Sloboda | 1 | -0/+7 |
2018-10-02 | ip4-local: classify protos that skip csum and src check |  Florin Coras | 1 | -13/+38 |
2018-09-27 | IPIP and IPv6 fragmentation |  Ole Troan | 1 | -1/+1 |
2018-08-30 | Refactor the ARP throttle into a common type so it can be reused |  Neale Ranns | 1 | -21/+3 |
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 | 1 | -1/+1 |
2018-08-13 | Multiarch for ip4 forwarding nodes |  Damjan Marion | 1 | -59/+49 |
2018-08-09 | Thread-safe ARP / ND throttling |  Dave Barach | 1 | -35/+20 |
2018-07-21 | fix IP directed broadcast node declarations |  Matthew Smith | 1 | -1/+1 |
2018-07-20 | IP directed broadcast |  Neale Ranns | 1 | -6/+99 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -2/+2 |
2018-06-26 | node functions cannot be always_inline |  Damjan Marion | 1 | -1/+1 |
2018-06-19 | Check get packet template allocation failure (VPP-1321) |  John Lo | 1 | -0/+3 |
2018-06-14 | Use unicast DMAC for IP neighbor pool refresh probes |  John Lo | 1 | -5/+17 |
2018-06-14 | MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite |  Ole Troan | 1 | -3/+9 |
2018-06-04 | ip4: optimize ip4_local |  Florin Coras | 1 | -253/+318 |
2018-06-04 | ip: save fib index for buffer in ip lookup |  Florin Coras | 1 | -22/+19 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. |  Ole Troan | 1 | -30/+39 |
2018-05-15 | No overlapping sub-nets on any interface in the same table/VRF (VPP-943) |  Neale Ranns | 1 | -25/+38 |
2018-04-18 | Mcast rewrite optimisations |  Neale Ranns | 1 | -3/+25 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... |  Damjan Marion | 1 | -57/+41 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 1 | -41/+57 |
2018-03-21 | reassembly: feature/concurrency |  Klement Sekera | 1 | -14/+3 |
2018-03-18 | Remove unnumbered configuration on interface delete |  Neale Ranns | 1 | -1/+2 |
2018-03-01 | 6RD: Rewritten 6RD RFC5969 support. |  Ole Troan | 1 | -1/+2 |
2018-02-12 | Improve MTU handling |  Neale Ranns | 1 | -13/+30 |