aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns14-35/+57
2019-12-15fib: Adjacency creation notifications for dlegatesNeale Ranns6-1/+29
2019-12-13bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-stateSteven Luong2-12/+26
2019-12-13ip: SVR: fix wrong return valueKlement Sekera2-2/+2
2019-12-12ikev2: fix crash during SA rekeyFilip Tehlar1-1/+5
2019-12-12session svm: support for segments larger than 4GBFlorin Coras2-8/+8
2019-12-12session svm: per thread fifo segment slicesFlorin Coras4-52/+71
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-3/+2
2019-12-11session: Add mq debug cliNathan Skrzypczak1-8/+61
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak4-0/+6
2019-12-11devices: vhost API cleanupJakub Grajciar6-26/+174
2019-12-11devices: tap API cleanupJakub Grajciar5-93/+128
2019-12-10ipsec: Init salt value in SA creation CLI (so it's not random)Neale Ranns1-0/+1
2019-12-10ip: use explicit types in apiOle Troan1-73/+74
2019-12-10api: multiple connections per processDave Barach43-43/+43
2019-12-09ipsec: make sure pad_bytes does not exceed pad data sizeBenoît Ganne1-1/+5
2019-12-08ip: coverity fixjohny1-8/+6
2019-12-06gso: fix the tap/virtio driver for header offsetMohsin Kazmi2-2/+49
2019-12-06session: close for reset replies independent of stateFlorin Coras1-2/+2
2019-12-06tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2019-12-05classify: vpp packet tracer supportDave Barach1-32/+119
2019-12-05ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68
2019-12-05srv6-mobileTetsuya Murakami3-18/+258
2019-12-05classify: Fix 2 coverity errorsJon Loeliger1-0/+8
2019-12-05vxlan: fix vxlan hw offload issueChenmin Sun1-1/+3
2019-12-05session: fix session_main_get_worker_if_validNathan Skrzypczak1-1/+1
2019-12-05gso: add protocol header parserMohsin Kazmi6-90/+149
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns25-378/+752
2019-12-04gre: Multi-point interfacesNeale Ranns14-119/+916
2019-12-04gso: remove the interface countMohsin Kazmi9-51/+14
2019-12-04ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2019-12-04ip: populate ip_reassembly_get_reply correctlyMatthew Smith1-3/+4
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns9-17/+19
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns17-40/+414
2019-12-03fib feature: Code mechanics to decouple dependency of feature on adjNeale Ranns4-10/+42
2019-12-03classify: API cleanupJakub Grajciar2-54/+94
2019-12-03ipsec: Changes to make ipsec encoder/decoders reusable by the pluginsPrashant Maheshwari7-255/+368
2019-12-02bonding: add/del secondary mac address callbackMatthew Smith2-0/+77
2019-11-29session: no cleanup notification for forced deletesFlorin Coras1-1/+2
2019-11-29classify: debug cli %v not %sDave Barach1-2/+2
2019-11-27ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne2-8/+4
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns1-7/+11
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak3-3/+3
2019-11-26flow: fix several crash issuesChenmin Sun1-0/+6
2019-11-26fib: reduce save_rewrite_length to u8Klement Sekera6-12/+24
2019-11-26fib: Another realloc burnNeale Ranns1-5/+13
2019-11-26misc: add gdb helpers for vlib buffersBenoît Ganne1-0/+27
2019-11-26ethernet: all dmac checks include secondary addrsMatthew Smith1-19/+106
2019-11-26fib: Table ReplaceNeale Ranns21-219/+666