aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-03-26acl: API cleanupJakub Grajciar14-900/+1122
2020-03-26nat: transitory timeout for TCP CLOSED stateKlement Sekera9-118/+329
2020-03-26ikev2: fix wrong usage of BN_bn2bin()Filip Tehlar3-12/+56
2020-03-26ikev2: dead peer detectionFilip Tehlar2-4/+95
2020-03-25ikev2: fix gcm in ike protocolFilip Tehlar1-1/+1
2020-03-25session: api to add new transport typesFlorin Coras5-18/+14
2020-03-25sr: Change the CLI keyword from address to prefix.Tetsuya Murakami1-2/+2
2020-03-25acl: Add CLI additionsNeale Ranns1-0/+254
2020-03-25avf: fix rx queue refill on buffer alloc failureDamjan Marion1-6/+6
2020-03-25nat: fix error countersKlement Sekera4-1/+21
2020-03-25map: fix hop limit expiration at brVladimir Ratnikov2-2/+29
2020-03-24quic: disable vnet_crypto and batching if no crypto engines are loadedMathiasRaoul3-11/+33
2020-03-24map: fix translation of icmp6 error messagesAlexander Chernavin1-1/+80
2020-03-24avf: proper promisc handlingDamjan Marion2-7/+27
2020-03-23ikev2: fix typo in .api descriptionVratko Polak1-2/+1
2020-03-23srv6-mobile: Fix the coverity issuesTetsuya Murakami1-33/+39
2020-03-23sr: srv6 API cleanupJakub Grajciar2-82/+47
2020-03-21srv6-mobile: Fix the localsid length issue on vnet/srv6Tetsuya Murakami3-2/+4
2020-03-21srv6-mobile: Support GTP4/6.DT and User Plane message mappingTetsuya Murakami9-206/+2112
2020-03-21gtpu: encap-vrf-id in show gtpu tunnels commandNick Zavaritsky1-2/+9
2020-03-21ikev2: fix l2 interfaceFilip Tehlar1-2/+4
2020-03-21ikev2: add support for custom ipsec-over-udp portFilip Tehlar7-4/+165
2020-03-20rdma: ring db only once per vector on txBenoît Ganne1-28/+44
2020-03-19ip: change ip API enums address_family and ip_proto size to u8Jakub Grajciar1-2/+8
2020-03-17fib: Always install all routers mcast addressesNeale Ranns3-8/+8
2020-03-17svm: fifo testRyujiro Shibuya1-0/+66
2020-03-17ip: ip_address_t uses ip46_address_tNeale Ranns1-16/+16
2020-03-16rdma: optimize tx wqe_initDamjan Marion3-13/+33
2020-03-16rdma: introduce direct verb for Cx4/5 txBenoît Ganne4-73/+549
2020-03-16rdma: add Mellanox mlx5 Direct Verbs receive supportDamjan Marion6-37/+843
2020-03-16tls: refactor Picotls ctx_read function to reduce one time memory copySimon Zhang2-57/+50
2020-03-15map: fix translation of icmp4 error messagesAlexander Chernavin2-6/+51
2020-03-15nat: test cleanupKlement Sekera1-291/+261
2020-03-13tls: small refactor for Picotls engine ctx_write functionSimon Zhang2-22/+23
2020-03-13nat: in2out/out2in handoff node index bugfixElias Rudberg1-2/+2
2020-03-13sr: SRv6 coverityPablo Camarillo1-23/+8
2020-03-13nat: timed out session scavenging upgradeFilip Varga11-293/+615
2020-03-13dpdk-ipsec: Fix for multipoint IPSECNeale Ranns1-4/+4
2020-03-12vppinfra: refactor clib_timebase_tDave Barach5-6/+11
2020-03-12dpdk: tx/rx burst function description refactorChenmin Sun1-6/+31
2020-03-12vrrp: unit tests do not run by defaultMatthew Smith1-1/+3
2020-03-12ikev2: fix udp encapFilip Tehlar1-3/+3
2020-03-12sr: SRv6 uN behaviorPablo Camarillo5-3/+578
2020-03-11nat: dslite plugin separationFilip Varga15-84/+213
2020-03-10lb: fix coverity warningDave Barach1-1/+1
2020-03-07tls: refactor ctx_write function to avoid allocate new memory every timeSimon Zhang2-14/+46
2020-03-06crypto: align per thread data to cache lineFilip Tehlar2-1/+4
2020-03-06ikev2: align per thread data to cache lineFilip Tehlar2-1/+4
2020-03-05session: API cleanupJakub Grajciar2-25/+28
2020-03-04map: fix map port calculation for ICMPVladimir Isaev4-14/+78