aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-12devices: af_packet API cleanupJakub Grajciar3-24/+29
2019-09-12map: fix non-null-terminated C-stringBenoît Ganne1-3/+4
2019-09-12dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-12hsa: fix memory management bugsBenoît Ganne2-5/+9
2019-09-12quic: fix use-after-freeBenoît Ganne1-1/+6
2019-09-11misc: bond_create is broken for custom dump printSteven Luong1-2/+2
2019-09-11quic: fix non-null terminated hostname stringBenoît Ganne1-9/+5
2019-09-11ip: apply dual loop unrolling in ip4_inputLijian.Zhang1-0/+68
2019-09-11ip: apply dual loop unrolling in ip4_rewriteLijian.Zhang1-0/+131
2019-09-11dpdk: apply dual loop unrolling in DPDK TXLijian.Zhang1-0/+57
2019-09-11memif: fix zero-copy arg overwriteJakub Grajciar1-3/+0
2019-09-11bonding: API cleanupJakub Grajciar3-37/+60
2019-09-11tcp: handle sack renegingFlorin Coras4-135/+203
2019-09-11build: fix running error with vmxnet3_test_plugin.sojialv011-10/+4
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang6-3/+89
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach3-169/+162
2019-09-10session: fix session filter rangeFlorin Coras1-1/+1
2019-09-10tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-10misc: fix shebang with missing envNathan Skrzypczak2-2/+2
2019-09-10papi: let async calls return contextVratko Polak1-1/+6
2019-09-09misc: fix coverity warning in the oddbuf pluginDave Barach9-134/+21
2019-09-09memif: API cleanupJakub Grajciar6-67/+122
2019-09-07vlib: clean up the "pcap dispatch trace" debug CLIDave Barach2-138/+183
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach12-5/+1035
2019-09-06ikev2: fix crash during IKE SA Init exchangeFilip Tehlar1-6/+1
2019-09-06bonding: add weight support for active-backup modeSteven Luong6-88/+327
2019-09-06quic: fix server opening stream immediatelyAloys Augustin2-4/+19
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi2-43/+0
2019-09-05build: fix unsupported CMake comparison operationjialv011-1/+1
2019-09-05dpdk: fix extended statsFilip Tehlar1-1/+1
2019-09-04bfd: API cleanupJakub Grajciar2-84/+66
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong4-3/+107
2019-09-04memif: always enable zero-copy when creating memif using APIJakub Grajciar1-0/+3
2019-09-04session: improve cliFlorin Coras7-148/+348
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-04ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-04avf: reduce default ITR intervalDamjan Marion1-1/+1
2019-09-04api: memclnt api use string type.Ole Troan4-12/+12
2019-09-04session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-03ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-09-03api: enforce vla is last and fixed string typeOle Troan20-268/+266
2019-09-03stats: memory leak with per-node-counters onOle Troan1-0/+3
2019-09-03gbp: fix set_mac() in unit testsBenoît Ganne1-6/+2
2019-09-03vppinfra: add bihash_init2Dave Barach2-20/+53
2019-09-03tap: fix tap interface not working on Arm issueLijian.Zhang3-2/+13
2019-09-03tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-02quic: disable quic plugin by defaultAloys Augustin2-0/+5
2019-09-02tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion9-15/+16
2019-09-02tls: some rework based on TLS openssl C APIPing Yu3-26/+33