aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-09PPPoE: use DPO protos in FIB entry path add/removeNeale Ranns1-2/+3
2017-08-09Add PPPoE PluginHongjun Ni18-0/+3072
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 Ranns53-444/+558
2017-08-08acl-plugin: fix a misplaced return (VPP-910)Andrew Yourtchenko1-1/+1
2017-08-08MAC IP ACL interface list dump (as an alternative to the get/reply)Neale Ranns2-1/+90
2017-08-08acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ...Andrew Yourtchenko5-150/+289
2017-08-07LISP: Map-server fallback featureFilip Tehlar6-58/+405
2017-08-05LISP: fix map register TTL reply handler, VPP-926Filip Tehlar1-1/+1
2017-08-04jvpp: provide more detailed exception logs (VPP-436)Matej Perina3-3/+38
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-04SNAT: fix address and port allocation for multiple worker threads (VPP-925)Matus Fabian4-21/+51
2017-08-03acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP...Andrew Yourtchenko4-41/+106
2017-08-03DHCP Client: receive unicast ACKsNeale Ranns2-8/+80
2017-08-03Add support for API client to receive L2 MAC eventsJohn Lo11-173/+605
2017-08-03gtpu bypass function doesn't work (VPP-924)jerryian1-0/+14
2017-08-02LISP: make TTL for map register messages configurableFilip Tehlar6-0/+248
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-02memif: construct interface name out of socket file idx and intf idDamjan Marion1-2/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras15-120/+375
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras8-24/+28
2017-08-01FIB path weight incorrect in dump (VPP-922)Neale Ranns6-11/+17
2017-08-01P2P EthernetPavel Kotucek15-34/+559
2017-08-01SPAN/API:enable L2 dumpEyal Bari4-7/+25
2017-07-31ssvm->name must be a vector containing a c-string.Dave Wallace2-3/+5
2017-07-31jvpp: moving current tests to separate folder marked as examplesMatej Perina31-183/+114
2017-07-31CLI:add l2 input/outut to "sh int features"Eyal Bari6-15/+79
2017-07-31Fix fib_path encoding (VPP-921)Florin Coras1-0/+2
2017-07-31SPAN/CLI:fix disable + add errorsEyal Bari1-16/+44
2017-07-30Make tcp active open data structures thread safeFlorin Coras19-254/+321
2017-07-27ping: fixing wrong value when there are worker threadsMohammed Hawari2-9/+21
2017-07-27Fix interface reuse when running multithreadedDamjan Marion1-4/+12
2017-07-27Thread safe internal buffer managerDamjan Marion4-9/+18
2017-07-27vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-07-26Fix lisp udp checksumFlorin Coras1-6/+18
2017-07-26VPP-905: Wrong define used in function start_workers.JingLiuZTE1-1/+2
2017-07-25Add sample config of bonded interface in startup.conf templateJohn Lo1-0/+10
2017-07-25Cleanup/refactor session layer codeFlorin Coras17-994/+1115
2017-07-25SANT: fib_table unlock (VPP-918)Matus Fabian2-1/+11
2017-07-24SPAN:add l2 mirrorEyal Bari10-138/+284
2017-07-23Improve L2 Input/Output Feature Infrastructure and UsageJohn Lo16-339/+160
2017-07-23Atomic bucket lockDave Barach2-41/+58
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras13-183/+612
2017-07-21SNAT: in2out translation as an output feature hairpinning (VPP-913)Matus Fabian5-102/+402
2017-07-20acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied...Andrew Yourtchenko1-0/+11
2017-07-20Fix coverity issue introduced with IP checksum offload commitDamjan Marion1-3/+3
2017-07-20Prevent double freeing of first segment manager.Dave Wallace1-1/+2