Age | Commit message (Expand) | Author | Files | Lines |
2018-04-24 | lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-... |  Steven | 3 | -23/+2 |
2018-04-24 | memory leak |  Kingwel Xie | 1 | -0/+3 |
2018-04-24 | Support QOS_SOURCE_IP recording from L2 input node. |  Igor Mikhailov (imichail) | 2 | -5/+77 |
2018-04-23 | MPLS VPLS CLI fix |  Neale Ranns | 1 | -0/+1 |
2018-04-20 | tcp: make newreno byte instead of acks dependent |  Florin Coras | 4 | -3/+28 |
2018-04-20 | tcp: improve stats |  Florin Coras | 3 | -128/+177 |
2018-04-19 | Allow an IPsec tunnel interface to be renumbered |  Matthew Smith | 5 | -29/+42 |
2018-04-19 | Minor optimzation/cleanup to ethernet-input node |  John Lo | 1 | -5/+5 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN |  Andrey "Zed" Zaikin | 5 | -12/+12 |
2018-04-18 | Mcast rewrite optimisations |  Neale Ranns | 8 | -45/+59 |
2018-04-18 | session: coverity warnings |  Florin Coras | 2 | -3/+3 |
2018-04-18 | SCTP: coverity warnings |  Marco Varlese | 1 | -5/+2 |
2018-04-18 | udp/session: refactor to support dgram mode |  Florin Coras | 18 | -274/+778 |
2018-04-18 | Fix the ip header offset counting in vnet/ipsec |  Szymon Sliwa | 1 | -5/+4 |
2018-04-17 | Add logging support |  Damjan Marion | 5 | -52/+136 |
2018-04-17 | IP mcast: allow unicast address as a next-hop |  Neale Ranns | 8 | -41/+306 |
2018-04-17 | VPP-1243: fix reassembly CLI |  Klement Sekera | 1 | -5/+6 |
2018-04-17 | vhost: show vhost-user <interface> may crash [VPP-1242] |  Steven | 1 | -0/+7 |
2018-04-17 | SCTP: coverity scan warnings |  Marco Varlese | 3 | -30/+39 |
2018-04-17 | vxlan:remove counters writeback cache |  Eyal Bari | 2 | -519/+242 |
2018-04-16 | Implement ip_probe_neighbor API |  John Lo | 2 | -9/+63 |
2018-04-16 | session: use generic session pool for listeners |  Florin Coras | 8 | -103/+42 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... |  Damjan Marion | 19 | -232/+221 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 19 | -221/+232 |
2018-04-13 | GBP V2 |  Neale Ranns | 10 | -7/+73 |
2018-04-13 | bond: ping fails between l2 BD [VPP-1238] |  Steven | 4 | -15/+91 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' |  Neale Ranns | 12 | -95/+42 |
2018-04-12 | bond: 1 packet/frame == bad performance [VPP-1236] |  Steven | 1 | -6/+8 |
2018-04-10 | Make IPsec tunnel intf work with IPv4 output features |  Matthew Smith | 2 | -0/+13 |
2018-04-09 | features: don't break linked list, create separate one for arc |  Damjan Marion | 3 | -5/+5 |
2018-04-09 | L2: no-flood interface type in the Bridge-Domain |  Neale Ranns | 5 | -11/+42 |
2018-04-09 | plugins: unload plugin if early init fails |  Damjan Marion | 2 | -0/+57 |
2018-04-09 | DVR: save the rewrite length in packet meta-data for features |  Neale Ranns | 1 | -3/+9 |
2018-04-07 | BIER coveroty fix for unintialised return value on error |  Neale Ranns | 1 | -1/+1 |
2018-04-06 | Change l2-fwd node to allow possible feature before UU-FLOOD |  John Lo | 1 | -6/+14 |
2018-04-05 | IPIP: version.h is not needed |  Neale Ranns | 1 | -1/+0 |
2018-04-04 | Detailed stats collection feature |  Neale Ranns | 5 | -23/+290 |
2018-04-04 | NAT added FIB entries have a preference lower than API/CLI |  Neale Ranns | 2 | -0/+6 |
2018-04-03 | reassembly: bug fixes |  Klement Sekera | 3 | -17/+22 |
2018-04-03 | session: use fib index in ip local test |  Florin Coras | 1 | -1/+1 |
2018-03-30 | tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183] |  Steven | 2 | -5/+6 |
2018-03-30 | bond: show trace causes a crash if the interface is deleted |  Steven | 3 | -13/+32 |
2018-03-29 | Coverity fixes (VPP-1204) |  Chris Luke | 5 | -12/+15 |
2018-03-29 | ip6: fix ip6-local urpf checking |  Florin Coras | 1 | -4/+7 |
2018-03-29 | l2_input:optimize counter access |  Eyal Bari | 1 | -31/+16 |
2018-03-29 | tcp: fix fib index buffer tagging |  Florin Coras | 3 | -14/+19 |
2018-03-29 | No need for this routine to be global |  Dave Barach | 1 | -1/+1 |
2018-03-28 | bond: cli rename |  Steven | 1 | -11/+10 |
2018-03-28 | SCTP: use custom fib |  Marco Varlese | 2 | -7/+12 |
2018-03-27 | vxlan:refactor add del command function |  Eyal Bari | 1 | -102/+43 |