aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Increase default MAC learn limit and check it in learn-update pathJohn Lo5-4/+8
2017-08-22policer: remove unused codeDamjan Marion1-4/+0
2017-08-22SRv6 testsKris Michielsen3-32/+201
2017-08-22ping: remove unnecesary x86 intrinsics #includeDamjan Marion1-1/+0
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns10-555/+775
2017-08-19Fixed ip add bug for ip6 with review commentspragash1-4/+4
2017-08-18session: fix multi-buffer segmentsFlorin Coras3-34/+40
2017-08-18gpe: fix sub-interface hash lookupFlorin Coras2-10/+10
2017-08-18feature: exit on misconfigured features (VPP-915)Florin Coras1-3/+7
2017-08-18Use correct msg ID in the sw-interface-event from TAP and VHOSTNeale Ranns2-2/+2
2017-08-17TCP source address automationDave Barach5-13/+387
2017-08-16ip4: cleanup ip localFlorin Coras1-153/+85
2017-08-16tcp: fix v6 sessionsroot7-81/+90
2017-08-16No context in SW interface eventNeale Ranns2-3/+8
2017-08-16tcp: improve builtin http serverFlorin Coras5-197/+108
2017-08-16Add missing counters for P2P ethernet interfacesPavel Kotucek2-0/+40
2017-08-16NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian2-0/+123
2017-08-15Support proxy ARP on mirrored TAP interfacesNeale Ranns1-4/+16
2017-08-15IPv6 local-address for P2P ethernet interfacesPavel Kotucek1-1/+2
2017-08-15VPP-939: Update CLI Helptext for rx-placement commandsBilly McFall2-94/+293
2017-08-15tcp: state machine improvementsFlorin Coras7-23/+40
2017-08-15coverity: remove dependency on uint32_t in fib_test.cMarek Gradzki1-1/+1
2017-08-14TCP: Update time_now once per burstFlorin Coras4-3/+15
2017-08-14FIB table add/delete API onlyNeale Ranns4-0/+59
2017-08-14TCP: update builtin server/client cli helpFlorin Coras2-5/+19
2017-08-13default update adjacency function deos not return multicast adjacencyNeale Ranns1-6/+40
2017-08-12LISP: fix fid nsh address formattingFlorin Coras1-1/+8
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras7-154/+298
2017-08-11LISP: fix wrong reply message in map_register_fallback_threshold callFilip Tehlar1-1/+1
2017-08-11Dedicated SW Interface EventNeale Ranns4-13/+26
2017-08-11the automatic addition of IP address to the magic TAP interface should only h...Neale Ranns1-0/+21
2017-08-10Fix memory leaks found in policer code.Chaoyu Jin1-0/+34
2017-08-10Fix LISP cp buffer leakageFlorin Coras1-1/+3
2017-08-10Improve the svm fifo allocatorDave Barach2-3/+24
2017-08-10MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errorsNeale Ranns1-13/+4
2017-08-09VPP-933 VPP crashes when deleting an ARP entryMatthew Smith1-0/+7
2017-08-10TCP proxy prototypeDave Barach10-210/+747
2017-08-09Allow multiple MPLS output labels to be passed on the CLINeale Ranns3-16/+53
2017-08-09ARP reply: use interface to build rewrite stringNeale Ranns1-17/+13
2017-08-08L2 over MPLSNeale Ranns49-433/+546
2017-08-07LISP: Map-server fallback featureFilip Tehlar5-58/+311
2017-08-05LISP: fix map register TTL reply handler, VPP-926Filip Tehlar1-1/+1
2017-08-04don't truncate the interface name in 'sh ip arp'Neale Ranns1-1/+1
2017-08-04Initialize vxlan-gpe bypass modeHongjun Ni1-0/+16
2017-08-03DHCP Client: receive unicast ACKsNeale Ranns2-8/+80
2017-08-03Add support for API client to receive L2 MAC eventsJohn Lo9-162/+497
2017-08-02LISP: make TTL for map register messages configurableFilip Tehlar5-0/+153
2017-08-02Fix vpp crash sending arp or probing neighb (VPP-917)Pavel Kotucek2-0/+29
2017-08-02Fix ip checksum offload, move badly-placed ASSERTDave Barach2-2/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras11-111/+363