aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-19Support ping from outside network in 1:1 NAT (VPP-695)Juraj Sloboda4-45/+59
2017-04-18Memory leak in load-balance mapsNeale Ranns2-5/+20
2017-04-18ACL-plugin does not match UDP next-header, VPP-687Pavel Kotucek1-1/+1
2017-04-18Fix fifo ooo bugs and improve testingDave Barach7-94/+602
2017-04-17Socket API echo serverDave Barach2-1/+185
2017-04-15Set lower bound on persist timerFlorin Coras2-7/+10
2017-04-14tcp: completed trace functionsClement Durand2-35/+110
2017-04-13Session layer refactoringFlorin Coras27-1715/+2601
2017-04-13tcp builtin_client: bug correction and short_helpClement Durand1-1/+2
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns18-63/+33
2017-04-13LISP: make statistics thread safeFilip Tehlar10-50/+121
2017-04-12Handle multiple flows with the same client port in deterministic NATJuraj Sloboda2-15/+23
2017-04-12acl-plugin: missing "deny" parameter in APIPavel Kotucek1-0/+5
2017-04-12CGN: configurable timeoutsMatus Fabian5-15/+290
2017-04-12Support ICMP session timeout in deterministic NATJuraj Sloboda2-1/+8
2017-04-11LISP: show mapping negative action in CLIFilip Tehlar1-2/+3
2017-04-11move binary-api client-only routines to memory_client.cDave Barach2-250/+241
2017-04-11Devices: set interface placement does not remove the old interface placementSteven1-3/+0
2017-04-11Add ICMP support for deterministic NATJuraj Sloboda4-26/+414
2017-04-11MPLS Mcast coverity fixesNeale Ranns3-3/+3
2017-04-11MTRIE coverity fixesNeale Ranns1-6/+8
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns17-174/+78
2017-04-11dpdk: use common interface placement infraDamjan Marion6-301/+64
2017-04-11Fix bug in configure 'pcap drop trace on file xx.cap' command (VPP-691)jerryian1-1/+1
2017-04-11vhost: interrupt mode enhancementsSteven2-34/+26
2017-04-11Fix typo in minimal epoll polling timePierre Pfister1-1/+1
2017-04-10Refactor SNAT codeJuraj Sloboda3-119/+132
2017-04-10Common device-input interrupt infraDamjan Marion7-29/+194
2017-04-10Handle ICMP echo with TTL=1 in deterministic and fast SNAT nodesJuraj Sloboda2-3/+85
2017-04-10Make fixes in SNAT codeJuraj Sloboda2-52/+56
2017-04-07Fix init of ENIC driver to allow receiving of jumbo packetsJohn Lo1-49/+27
2017-04-07MPLS McastNeale Ranns71-1101/+4042
2017-04-07Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690Florin Coras1-1/+1
2017-04-07VPP-684.Add ip which mask length exceeding upper limit,ping segmentfaultflyingeagle231-1/+4
2017-04-06acl-plugin: make the IPv4/IPv6 non-first fragment handling in line with ACL (...Andrew Yourtchenko4-13/+77
2017-04-06jvpp: remove unused print&endian headers (fixes VPP-688)Marek Gradzki6-64/+10
2017-04-06BFD-FIB interactionsNeale Ranns22-146/+1555
2017-04-06VPP-686: create bridge-domainChoonho Son1-2/+4
2017-04-06Use thread local storage for thread indexDamjan Marion109-791/+790
2017-04-06VXLAN:fix tunnel delete not returning sw_if_indexEyal Bari1-0/+1
2017-04-05L2FIB:add l2fib_flush_bd l2fib_flush_int apisEyal Bari4-2/+180
2017-04-05BFD: add ARP-awareness, fix bugsKlement Sekera5-77/+282
2017-04-05acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683)Andrew Yourtchenko6-317/+391
2017-04-05Fix two more memif coverity issuesMilan Lenco2-25/+32
2017-04-05LISP: fix crash when GPE interface is re-added, VPP-685Filip Tehlar1-3/+3
2017-04-05LISP: fix crash when adding a negative forwarding entry, VPP-681Filip Tehlar1-15/+14
2017-04-05GRE over IPv6Ciara Loftus7-190/+610
2017-04-04Fix issue with gre protocol registration when running multithreadedDamjan Marion2-39/+15
2017-04-04Fix issue with udp port registration when running multithreadedDamjan Marion2-74/+51
2017-04-04BD/API:add bridge_domain_set_mac_age apiEyal Bari6-15/+150