aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-06-28tcp: reject out-of-order finsFlorin Coras1-0/+4
2019-06-28tcp: fix close-waiting check for outstanding tx dataFlorin Coras1-1/+2
2019-06-28session: add half_open_has_fifos for UDPCNathan Skrzypczak5-6/+32
2019-06-28tap: fix memory errors in create/deleteBenoît Ganne1-1/+5
2019-06-27tcp: Setup initial CWND as configuredVladimir Kropylev2-0/+11
2019-06-27sctp: add option to enable/disableFlorin Coras2-21/+79
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak9-31/+53
2019-06-26bonding: fix comment typoZhiyong Yang1-1/+1
2019-06-26fib: default flow hash config for each DPO protocol typeNeale Ranns3-2/+24
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra3-7/+7
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-26api: initialize sw_if_index earlier in vxlan_gbp_tunnel_add_delPaul Vinciguerra1-1/+1
2019-06-26fib: adj cover refinement check changeNeale Ranns1-1/+3
2019-06-26misc: fix sctp test with debug imagesFlorin Coras1-1/+2
2019-06-25tcp: window update ackVladimir Kropylev2-0/+33
2019-06-25tcp: delivery rate estimatorFlorin Coras10-28/+788
2019-06-25lisp: move cp tests to unittestFlorin Coras1-1/+1
2019-06-25hsa: move external echo apps to hsaFlorin Coras1-26/+0
2019-06-25hsa: move session-apps to host-stack apps pluginFlorin Coras7-3472/+0
2019-06-25ipsec: print spi in hexadecimalGuillaume Solignac6-15/+16
2019-06-25ipsec: return error if the engine backend has no handler for theNeale Ranns3-1/+32
2019-06-24session: full lock on session_send_evt_to_threadNathan Skrzypczak1-10/+2
2019-06-24vlib: packet tracer support for pkt thread handoffsDave Barach2-37/+3
2019-06-24api: implement ipfix_flushPaul Vinciguerra2-3/+38
2019-06-21tcp: add option to pass opaque to next nodeFlorin Coras3-3/+12
2019-06-20interface: fix the incorrect sizes/offsets in the tso segmentationAndrew Yourtchenko1-2/+2
2019-06-20quic: remove session flags identifying Q/S sessionsNathan Skrzypczak3-4/+7
2019-06-20api: fix return code in vxlan_gbp_tunnel_add_delPaul Vinciguerra1-1/+1
2019-06-20tap: fix the total length of packet for stats byteMohsin Kazmi1-3/+3
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi8-2/+78
2019-06-19l2: BD ARP termination entry API updateNeale Ranns2-22/+39
2019-06-19api: fix typos in api error descriptionsPaul Vinciguerra1-7/+7
2019-06-19ipsec: fix l2 header handling in ah encryptKlement Sekera1-6/+6
2019-06-19interface: Fix the tso segmentationMohsin Kazmi1-10/+9
2019-06-19mpls: fix header offset overflowBenoît Ganne1-3/+6
2019-06-19session: call session_dequeue_notify after svm_fifo_dequeue_dropVladimir Kropylev1-1/+4
2019-06-18tcp: allow custom output next nodeFlorin Coras2-0/+4
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