Age | Commit message (Expand) | Author | Files | Lines |
2018-07-23 | fix vector index range checks | Eyal Bari | 1 | -1/+1 |
2018-07-21 | fix IP directed broadcast node declarations | Matthew Smith | 2 | -2/+2 |
2018-07-20 | IP directed broadcast | Neale Ranns | 4 | -13/+130 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 4 | -18/+6 |
2018-07-19 | ip4-input and ip4-input-no-checksum should be siblings | Neale Ranns | 1 | -11/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -0/+4 |
2018-07-14 | Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0 | John Lo | 1 | -1/+7 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 7 | -20/+21 |
2018-07-09 | IGMP improvements | Neale Ranns | 6 | -18/+234 |
2018-07-07 | Pipes | Neale Ranns | 1 | -0/+1 |
2018-07-02 | Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting | Vijayabhaskar Katamreddy | 2 | -1/+2 |
2018-06-29 | Removing the static keyword do_fragment routines, so that could be accessed o... | Vijayabhaskar Katamreddy | 2 | -3/+8 |
2018-06-29 | IP4 Router Alert option handling for IGMP | Neale Ranns | 4 | -14/+156 |
2018-06-28 | reassembly: optimize bihash usage | Klement Sekera | 2 | -45/+38 |
2018-06-28 | ip: vectorized ip checksum | Damjan Marion | 2 | -69/+119 |
2018-06-26 | Fix assert issue in ip_csum_add_even() | Hongjun Ni | 1 | -1/+2 |
2018-06-26 | node functions cannot be always_inline | Damjan Marion | 4 | -6/+6 |
2018-06-20 | Fix sw-if-index display error. | Brant Lin | 1 | -2/+2 |
2018-06-19 | Check get packet template allocation failure (VPP-1321) | John Lo | 3 | -0/+12 |
2018-06-19 | ip checksum multiarch support, cleanup | Dave Barach | 2 | -109/+91 |
2018-06-14 | Use unicast DMAC for IP neighbor pool refresh probes | John Lo | 7 | -15/+28 |
2018-06-14 | MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite | Ole Troan | 3 | -15/+56 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -5/+2 |
2018-06-08 | Add reaper functions to want events APIs (VPP-1304) | Neale Ranns | 2 | -4/+135 |
2018-06-08 | Implement DHCPv6 PD client (VPP-718, VPP-1050) | Juraj Sloboda | 2 | -0/+25 |
2018-06-07 | Fix IP scan neighbor API/CLI handling of interval and stale | John Lo | 1 | -2/+2 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode | Steven | 2 | -14/+17 |
2018-06-04 | ip4: optimize ip4_local | Florin Coras | 2 | -253/+319 |
2018-06-04 | ip: save fib index for buffer in ip lookup | Florin Coras | 5 | -114/+65 |
2018-05-30 | IPv6 for-us/receive multicast routes fix | Neale Ranns | 1 | -0/+4 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 1 | -29/+5 |
2018-05-28 | Fix IP neighbor/arp pool full and static entry handling | John Lo | 1 | -97/+100 |
2018-05-27 | proxy_arp: remove unused is_add | Marek Gradzki | 1 | -2/+1 |
2018-05-27 | ip4-input node rework | Damjan Marion | 2 | -125/+336 |
2018-05-25 | Fix possible null pointer dereference | Juraj Sloboda | 1 | -3/+14 |
2018-05-25 | ARP proxy dumps | Neale Ranns | 3 | -14/+145 |
2018-05-23 | VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. | Ole Troan | 2 | -18/+30 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. | Ole Troan | 2 | -32/+43 |
2018-05-23 | VPPAPIGEN: Add union and enum support and IP4/IP6 address type. | Ole Troan | 1 | -0/+37 |
2018-05-20 | vector functions cleanup and improvements | Damjan Marion | 1 | -3/+2 |
2018-05-18 | IP unnumbered dump | Neale Ranns | 2 | -1/+92 |
2018-05-18 | IP address dump - don't send subnets for unnumbered interfaces | Neale Ranns | 1 | -4/+6 |
2018-05-17 | Fixes in IPv6 RD control plane | Juraj Sloboda | 2 | -30/+59 |
2018-05-15 | No overlapping sub-nets on any interface in the same table/VRF (VPP-943) | Neale Ranns | 2 | -25/+82 |
2018-05-14 | Rework CP and DP communication in IPv6 RD (VPP-1256) | Juraj Sloboda | 4 | -359/+163 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools | John Lo | 6 | -5/+516 |
2018-05-10 | vnet: device flow offload infra | Damjan Marion | 5 | -0/+94 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 2 | -0/+8 |
2018-04-27 | IPv6 NS/RS; do not vec_validate global structs in the DP | Neale Ranns | 1 | -12/+16 |
2018-04-27 | IPv6 NS: use the mcast rewrite node to fill in the destination MAC | Neale Ranns | 2 | -263/+275 |