Age | Commit message (Expand) | Author | Files | Lines |
2018-06-14 | vxlan:use VLIB_NODE_FN for multiarch selection |  Eyal Bari | 1 | -17/+1 |
2018-06-14 | MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite |  Ole Troan | 3 | -15/+56 |
2018-06-13 | vxlan:offload RX flow |  eyal bari | 5 | -1/+579 |
2018-06-12 | tcp: add close-wait state flags |  Florin Coras | 1 | -0/+1 |
2018-06-11 | tcp: cleanup connection/session fixes |  Florin Coras | 9 | -50/+73 |
2018-06-11 | udp: fix for multiple workers and add test |  Florin Coras | 5 | -7/+24 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support |  Ole Troan | 27 | -126/+332 |
2018-06-10 | tcp: fix timer based recovery exit condition |  Florin Coras | 2 | -2/+2 |
2018-06-09 | session: cleanup queue node tracing |  Florin Coras | 1 | -67/+67 |
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 | 12 | -42/+3059 |
2018-06-08 | http server: do not close connections after reply |  Florin Coras | 1 | -22/+29 |
2018-06-08 | export counters in a memfd segment |  Dave Barach | 1 | -0/+4 |
2018-06-08 | Gratuitous ARP packet handling |  Neale Ranns | 1 | -8/+33 |
2018-06-08 | Adding pad for reasm vnet_buffer reasm struct sothat adj_index is retained |  Vijayabhaskar Katamreddy | 1 | -0/+1 |
2018-06-07 | Fix IP scan neighbor API/CLI handling of interval and stale |  John Lo | 1 | -2/+2 |
2018-06-07 | Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets" |  John Lo | 1 | -5/+0 |
2018-06-07 | DHCP Client Dump |  Neale Ranns | 4 | -60/+231 |
2018-06-07 | Allow arp-input node to learn IPv4 neighbors from GARP packets |  John Lo | 1 | -0/+5 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode |  Steven | 8 | -31/+107 |
2018-06-05 | VPP-1305: Add support for tags |  Jerome Tollet | 2 | -2/+18 |
2018-06-05 | BIER CLI show commands; no crash on non-existant objects (VPP-1303) |  Neale Ranns | 3 | -6/+27 |
2018-06-04 | ip4: optimize ip4_local |  Florin Coras | 2 | -253/+319 |
2018-06-04 | Remove unused GRE buffer meta-data |  Neale Ranns | 1 | -6/+0 |
2018-06-04 | flow:add enabled hw format function |  Eyal Bari | 2 | -0/+25 |
2018-06-04 | ip: save fib index for buffer in ip lookup |  Florin Coras | 5 | -114/+65 |
2018-06-03 | Interface Tag: memset field in VOM, clear the tag in VPP on interface delete |  Neale Ranns | 1 | -0/+1 |
2018-06-01 | session: improve disconnect handling |  Florin Coras | 3 | -11/+37 |
2018-05-31 | Improve L2FIB delete entry handling and "show l2fib" CLI options |  John Lo | 4 | -54/+69 |
2018-05-30 | IPv6 for-us/receive multicast routes fix |  Neale Ranns | 1 | -0/+4 |
2018-05-30 | session: fix v6 unbinds that use uri api |  Florin Coras | 1 | -2/+6 |
2018-05-30 | session: fix session table retrieval |  Florin Coras | 1 | -2/+2 |
2018-05-30 | bonding: fix packet trace in bond-input |  Damjan Marion | 1 | -5/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions |  Damjan Marion | 3 | -72/+16 |
2018-05-29 | af_packet: Add support for dump interfaces |  Mohsin Kazmi | 4 | -1/+98 |
2018-05-29 | ipsec: fix IKEv2 crash when rsa cert is used for authentication |  Radu Nicolau | 1 | -0/+1 |
2018-05-28 | af-packet: Add support for logging |  Mohsin Kazmi | 3 | -38/+52 |
2018-05-28 | itf: Fix admin up down for AF_PACKET and vhost-user |  Mohsin Kazmi | 3 | -12/+50 |
2018-05-28 | Fix IP neighbor/arp pool full and static entry handling |  John Lo | 2 | -166/+169 |
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-27 | bond-input performance optimization |  Damjan Marion | 1 | -291/+261 |
2018-05-27 | VPP-1294: add missing feature arc constraint |  Dave Barach | 5 | -51/+114 |
2018-05-26 | Fix interface-rx-dpo-l2 node to setup l2_len in vnet buffer |  John Lo | 1 | -4/+16 |
2018-05-26 | tcp: loss recovery improvements/fixes |  Florin Coras | 8 | -146/+248 |
2018-05-25 | Add interface rx pcap tracing |  Dave Barach | 1 | -15/+13 |
2018-05-25 | Fix possible null pointer dereference |  Juraj Sloboda | 1 | -3/+14 |
2018-05-25 | tcp: handle acks in close wait |  Florin Coras | 2 | -1/+2 |
2018-05-25 | bond: performance harvesting |  Steven | 4 | -133/+183 |
2018-05-25 | ARP proxy dumps |  Neale Ranns | 12 | -41/+279 |