aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-06-18ipsec: ipsec-tun protectNeale Ranns35-1779/+1584
2019-06-18fib: fib api updatesNeale Ranns44-2067/+2080
2019-06-18api: string type to convert to vectorOle Troan1-0/+1
2019-06-18ip: reassembly-separate feature and custom codeKlement Sekera3-64/+67
2019-06-17ip: consolidate IPv6 link-local-address functions.Jon Loeliger2-18/+1
2019-06-17ipsec: One DPO per SANeale Ranns5-24/+16
2019-06-17ipsec: return original SA create error for tunnel createNeale Ranns1-2/+2
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak10-14/+19
2019-06-14ipsec: Display user specified SPI ID not VPP's indexNeale Ranns1-1/+3
2019-06-14ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...Neale Ranns1-3/+5
2019-06-14interface: interface dump API check validity of sw_if_indexNeale Ranns1-1/+1
2019-06-13ipsec: remove spurious warningsNeale Ranns3-7/+0
2019-06-13tcp: fix tcp_do_fastretransmits failure.Guoao Sun1-0/+2
2019-06-05ipsec: ah_decrypt reworkFilip Tehlar1-167/+283
2019-06-12session: use session handles as app listener handlesFlorin Coras5-63/+51
2019-06-12tcp: better estimate snd space for rxt with no sacksFlorin Coras2-4/+2
2019-06-11ip: punt coverity fix of CLI inputNeale Ranns1-1/+4
2019-06-11tcp: allow registration of new cc algo typesFlorin Coras2-5/+23
2019-06-09svm: improve fifo segment showFlorin Coras1-18/+5
2019-06-08tcp: send challenge ack for in wnd synFlorin Coras1-1/+2
2019-06-08tcp: close connection if not recovered after max triesFlorin Coras2-0/+14
2019-06-07tcp: add cc cleanup functionFlorin Coras2-25/+34
2019-06-07tcp: log connect notify errorsFlorin Coras1-1/+2
2019-06-07ipsec: export ipsec_punt.hNeale Ranns1-0/+1
2019-06-07ip: ip4 lookup performance bump with the usual receipeNeale Ranns1-435/+378
2019-06-07ipsec: remove the set_key APINeale Ranns9-395/+0
2019-06-07gre: update gre.api with explicit typesOle Troan1-6/+5
2019-06-07p2p ethernet: update p2p_ethernet.api with explicit types.Ole Troan1-5/+8
2019-06-07bfd: midchain adjacency supportMatthew G Smith1-10/+51
2019-06-06IP-Punt-redirect: allow the use of a FIB path to describe how toNeale Ranns9-384/+433
2019-06-06DVR: Control the reinject as L2 or L3 based on the output interface typeNeale Ranns3-11/+84
2019-06-06reassembly: support more custom options for appsKlement Sekera3-49/+146
2019-06-05ipsec: fix combined counters in ah-encrypt nodeFilip Tehlar1-3/+5
2019-06-05ipsec: fix sa counters in esp-encryptDamjan Marion1-4/+7
2019-06-05ipsec: fix sa counters in esp-decryptDamjan Marion1-6/+7
2019-06-05In ip6_mfib_forward_rpf_node,is_v4 should be 0.mu.duojiao1-1/+1
2019-06-05L3 cross connectNeale Ranns1-4/+8
2019-06-05IPSEC: some CLI fixesNeale Ranns5-10/+16
2019-06-04punt: fix the set_punt API/CLI which was rejecting valid portsNeale Ranns1-11/+11
2019-06-04features will register udp ports once configuredJakub Grajciar3-15/+33
2019-06-04Fix: bug prevented IPsec ipv4 SPDs to show correctlyGuillaume Solignac1-4/+9
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns11-38/+282
2019-06-04srp: leverage vlib_buffer_get_currentZhiyong Yang1-3/+3
2019-06-03ARP: add feature arcNeale Ranns7-168/+508
2019-06-02IPSec: memcpy of integ key borkNeale Ranns1-1/+1
2019-05-31VPP-1692: move NULL pointer checkDave Barach1-5/+5
2019-05-31tools: FEATURE.yaml meta-data infrastructureOle Troan1-0/+22
2019-05-31bonding: add support for numa awarenessZhiyong Yang3-12/+89
2019-05-30IP load-balance; perf improvement using the usual reciepeNeale Ranns2-305/+233
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns6-16/+34