aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-26NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian2-6/+117
2018-03-26Correct address calculation for VPP-1168Lee Roberts2-3/+4
2018-03-26User session counters stay <= per-user limitMatthew Smith3-22/+28
2018-03-26IPSEC_AH: broken initialization (VPP-1208)Marco Varlese1-1/+1
2018-03-23NAT44: fix ICMP checksum update crash (VPP-1205)Matus Fabian2-0/+6
2018-03-23NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194)Matus Fabian1-2/+2
2018-03-23NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-21VPP-1123: cherrypick to 18.01.02Dave Barach5-17/+259
2018-03-21Revert "NAT44: interface output feature and service host direct access (VPP-1...Matus Fabian2-117/+6
2018-03-14NAT44 - unknown protocols work with forwardingMatthew Smith1-6/+9
2018-03-14NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian2-6/+117
2018-03-14NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191)Matus Fabian1-8/+7
2018-03-14when lb tcp in2out flow,ahdj0071-0/+1
2018-03-14when exceed max reass,ahdj0071-6/+12
2018-03-14At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...Chaoyu Jin1-12/+12
2018-03-14NAT44: allow to configure one interface only as output or input feature (VPP-...Matus Fabian1-0/+12
2018-03-09reass frag_n should to be inited to 0ahdj0071-0/+1
2018-03-08memif: fix crash caused by zero pkt len in memif and clear dirty cache while ...Chun Li5-12/+102
2018-03-08at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...Chaoyu Jin1-4/+17
2018-03-08ip4_forward: set pkt error in case potential memory corruptChun Li1-0/+2
2018-02-28tapv2: abort in tap_create_if (VPP-1179)Steven1-0/+1
2018-02-27NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian2-39/+32
2018-02-27NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian2-15/+74
2018-02-27NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian2-4/+150
2018-02-26NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-02-25virtio: add missing tx lock when running multithreadedDamjan Marion3-0/+10
2018-02-24virtio: reset vnet header on txDamjan Marion1-0/+3
2018-02-22Fix DHCP client crash with worker threadsMatthew Smith3-38/+54
2018-02-15VPP-1169: reenable dhcp client detect when lease expiresDave Barach1-1/+50
2018-02-08Provide page-aligned length to ftruncate.Igor Mikhailov (imichail)1-1/+1
2018-02-06Release 18.01.1 jvpp version update.Dave Wallace1-1/+1
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-02-02Improve tunnel interface creation performanceJohn Lo8-90/+86
2018-01-30lisp-cp: fix handling of ndp without source link addr VPP-1159Florin Coras1-4/+21
2018-01-29vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven4-25/+17
2018-01-23docs: Clean up TOCDave Wallace1-1/+1
2018-01-18Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo3-18/+24
2018-01-17VPP-1122 dpdk/ipsec: fix transport mode pkt lenRadu Nicolau1-3/+7
2018-01-11tapv2: deleting tap interface may leak buffers (VPP-1124)Steven4-11/+34
2018-01-10VPP-1131: doxygen: Documentation for Debug CLI stops at src/plugin/l2ev18.01-rc2Billy McFall1-3/+3
2018-01-10makefile set CXXFLAGS so they are propageted to sub-buildsNeale Ranns1-2/+1
2018-01-10VPP-1120 SRv6 bug with SID list containing only one SID and no srhPablo Camarillo1-26/+65
2018-01-09VPP-1113 SR MPLS path.frp_label_stackPablo Camarillo1-17/+16
2018-01-09VPP-1119: PPPoE's destination MAC was overwrittenHongjun Ni1-1/+2
2018-01-09BIER: missing endian swap for imposition object in API returnNeale Ranns1-1/+1
2018-01-09BIER: crash in show command when no tables are presentNeale Ranns1-0/+1
2018-01-08GRE tunnel key should use fib_index instead of fib_id (VPP-1118)John Lo1-12/+1
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian2-4/+12
2018-01-07VPP-1110 BVI reply ARP that doesn't request BVI loacl IP.zhaoqingling1-0/+6
2018-01-06Unify/cleanup usage of hash_set/unset_mem by tunnels (VPP-1117)John Lo5-104/+58