Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | VPP-254 Coding standard cleanup - vnet/vnet/hdlc |  Swarup Nayak | 5 | -126/+197 |
2017-11-22 | session: do not check transport for local table binds |  Florin Coras | 1 | -9/+9 |
2017-11-22 | session: more rules unit tests and cli improvements |  Florin Coras | 3 | -17/+142 |
2017-11-22 | CLI for interface MPLS enable returns errors to caller |  Neale Ranns | 1 | -1/+5 |
2017-11-22 | Fix MPLS local-label CLI |  Neale Ranns | 2 | -4/+4 |
2017-11-21 | session: unset fifo event before reading fifo size |  Florin Coras | 1 | -6/+4 |
2017-11-21 | tcp: initialize builtin client ns |  Florin Coras | 1 | -1/+1 |
2017-11-21 | dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t |  Damjan Marion | 6 | -18/+89 |
2017-11-20 | session/tcp: filtering improvements |  Florin Coras | 8 | -127/+234 |
2017-11-19 | session: fix session rules api to use transport proto |  Florin Coras | 1 | -0/+1 |
2017-11-18 | test http server: prealloc fifos/segment options |  Florin Coras | 1 | -3/+29 |
2017-11-18 | Rename classifier ip6-sr metadata set action |  Dave Barach | 3 | -5/+5 |
2017-11-18 | unformat function for FIB paths |  Neale Ranns | 6 | -360/+198 |
2017-11-17 | vppcom: improve listener session handling |  Florin Coras | 2 | -16/+36 |
2017-11-16 | tcp: register with ip for header parsing by default |  Florin Coras | 1 | -9/+12 |
2017-11-16 | Deal with double name-pointer chases |  Dave Barach | 1 | -48/+167 |
2017-11-16 | Add Support of DHCP VSS Type 0 where VPN-ID is ASCII |  John Lo | 7 | -185/+241 |
2017-11-15 | BIER: coverity fixes |  Neale Ranns | 6 | -11/+22 |
2017-11-15 | Punt DNS request/reply traffic when name resolution disabled |  Dave Barach | 3 | -5/+27 |
2017-11-15 | Revert "vnet: af_packet mark l3 offload cksum" |  Jakub Grajciar | 1 | -2/+1 |
2017-11-14 | Ip6 dump not showing fib table names (VPP-1063) |  Neale Ranns | 2 | -9/+9 |
2017-11-14 | NULL-terminate load_balance_nsh_nodes[] |  Gabriel Ganne | 1 | -0/+1 |
2017-11-14 | bier - fix node table declaration |  Gabriel Ganne | 3 | -3/+6 |
2017-11-14 | Fix builtin http server static request free |  Florin Coras | 1 | -0/+1 |
2017-11-14 | vnet: af_packet_set_l4_cksum_offload device class check |  Jakub Grajciar | 2 | -1/+5 |
2017-11-14 | vnet: af_packet mark l3 offload cksum |  Jakub Grajciar | 1 | -1/+2 |
2017-11-14 | l2-flood: fix restore vnet buffer's flags in the replication routine |  Steve Shin | 2 | -1/+7 |
2017-11-12 | session: add handle to disconnect_session_reply api msg. |  Dave Wallace | 1 | -1/+1 |
2017-11-11 | ACLs: Use better error return codes than "-1" everywhere. |  Jon Loeliger | 1 | -1/+3 |
2017-11-11 | MPLS disposition actions at the tail of unicast LSPs |  Neale Ranns | 6 | -31/+107 |
2017-11-10 | Break up vpe.api |  Neale Ranns | 18 | -8/+2664 |
2017-11-10 | add warning control macro set |  Gabriel Ganne | 1 | -11/+3 |
2017-11-10 | Further fix to SHG handling for ARP/ICMPv6 from BVI in a BD |  John Lo | 1 | -6/+25 |
2017-11-10 | add classify session action set-sr-policy-index |  Gabriel Ganne | 5 | -1/+41 |
2017-11-10 | Allow Openssl 1.1.0 |  Marco Varlese | 5 | -12/+159 |
2017-11-10 | Fix bug in key calculation for IPsec tunnel interface |  Matthew Smith | 1 | -2/+2 |
2017-11-10 | session: add app ns index to ns create api |  Florin Coras | 2 | -3/+31 |
2017-11-10 | Add sw_if_index to the ip_neighbor_details_t response. |  Jon Loeliger | 2 | -4/+9 |
2017-11-10 | session: use listener logic for proxy rules |  Florin Coras | 5 | -53/+133 |
2017-11-10 | BIER: replace uintXX_t with uXX |  Neale Ranns | 4 | -12/+12 |
2017-11-10 | session: use pool for segment manager properties |  Florin Coras | 5 | -37/+83 |
2017-11-09 | tcp: call accept notify after full connection init |  Florin Coras | 1 | -9/+9 |
2017-11-09 | session: fix app index in unbind |  Florin Coras | 1 | -1/+1 |
2017-11-09 | BIER |  Neale Ranns | 62 | -105/+9040 |
2017-11-09 | session: lookup/rules table improvements and cleanup |  Florin Coras | 7 | -207/+363 |
2017-11-09 | session: fix app ns list cli dump |  Florin Coras | 1 | -4/+8 |
2017-11-08 | punt: fix sendmsg() failure detection |  Klement Sekera | 1 | -1/+1 |
2017-11-08 | session: fix show app ns table cli |  Florin Coras | 1 | -10/+15 |
2017-11-08 | NAT64: fixed csum crash (VPP-1055) |  Matus Fabian | 2 | -28/+25 |
2017-11-08 | http_server_rx_callback |  JingLiuZTE | 1 | -2/+8 |