aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-07-08map gbp papi: match endianess of f64Paul Vinciguerra1-2/+2
2019-07-08ip: retain local interface address adjacencyMatthew Smith1-6/+24
2019-07-08session: add flag to disable session lookupNathan Skrzypczak5-5/+15
2019-07-08session: target app.fib_index in unbind_uriNathan Skrzypczak1-3/+6
2019-07-05vxlan-gbp: Decap ignores reserved bitsNeale Ranns2-18/+22
2019-07-05ethernet: ARP disabled nodeNeale Ranns1-15/+106
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras21-8539/+56
2019-07-05tcp: timestamp adjustmentVladimir Kropylev3-3/+14
2019-07-05tcp: add cc algo start tx eventFlorin Coras2-0/+16
2019-07-05tcp: add cc algo undo recovery notificationFlorin Coras2-18/+23
2019-07-05tcp: add loss signal to cc algoFlorin Coras5-26/+62
2019-07-03vxlan-gpe: simplify counter codeZhiyong Yang1-22/+10
2019-07-03misc: fix coverity warningsDave Barach1-0/+5
2019-07-03quic: fifo notifications fixAloys Augustin1-0/+1
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns4-50/+55
2019-07-02gbp: add anonymous l3-out external interfacesBenoît Ganne2-0/+2
2019-07-02fib: Coverity fix to remove dead codeNeale Ranns1-2/+0
2019-07-02lisp: init locator probed field in parserFlorin Coras1-0/+1
2019-07-02ip: check all fib src for a connected dst entryBenoît Ganne1-25/+53
2019-07-01ip: fix ip lookup for armFlorin Coras1-27/+10
2019-06-29pg: format_pg_input_trace - reorder fieldsPaul Vinciguerra1-1/+1
2019-06-29devices: virtio pci leaking spinlockSteven Luong1-0/+1
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras2-3/+3
2019-06-28interface: fixes for buliding for 32bit targetsVijayabhaskar Katamreddy1-1/+1
2019-06-28ip: ip-lookup - remove the dead codeNeale Ranns2-65/+27
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