aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-27tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-27sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-10-27ikev2: fix dangling pointerFilip Tehlar2-14/+28
2019-10-27build: clean up make help outputDave Wallace2-52/+52
2019-10-27vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-10-27quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-23vppinfra: fix page boundary crossing bug in hash_memory64Dave Barach2-4/+109
2019-10-22gbp: use correct dst mac for RD-UU forwardBenoît Ganne1-1/+1
2019-10-22bonding: feature arc may not be enabled for the slave interfaceSteven Luong1-2/+2
2019-10-22ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-22tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-22mpls: support fragmentation of mpls output packetRajesh Goel7-16/+176
2019-10-22ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-22fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-22tests: handle unicode charactes in cli outputKlement Sekera1-1/+2
2019-10-22build: add env variable to pass extra cmake argsNathan Skrzypczak1-0/+4
2019-10-18tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-18vlib: move thread barrier around mod of global node next dataChristian E. Hopps1-6/+5
2019-10-18dhcp: API return code fixNeale Ranns1-2/+2
2019-10-18ip: Fix IP unnumbered dump of one interfaceNeale Ranns2-1/+10
2019-10-18misc: add "show run summary"Dave Barach1-11/+19
2019-10-18hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurableMathiasRaoul3-1/+5
2019-10-18quic: make quic fifo size configurable via cliMathiasRaoul2-6/+83
2019-10-17fib: fix use-after-free for interface adj removalBenoît Ganne1-0/+3
2019-10-17bonding: graph node running after bond-input in feature arc may crashSteven Luong2-3/+42
2019-10-17ip: RD-CP API incorrect reply codeNeale Ranns1-1/+1
2019-10-17fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-16vppinfra: create unformat function for data size parsingMathiasRaoul2-0/+26
2019-10-16misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-10-15rdma: fix crash when failing to read pci addr on createBenoît Ganne1-0/+3
2019-10-15rdma: fix crash when failing to detect numa node on createBenoît Ganne1-0/+5
2019-10-15vlib: pci: set pci driver name to none when no driver is loadedBenoît Ganne1-0/+2
2019-10-15ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-15nat: fix use-after-freeBenoît Ganne1-4/+6
2019-10-14devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-10-14ip: MFIB CLI fix for parsing path flagsNeale Ranns2-3/+4
2019-10-11lisp: fix dangling references to bihash tablesDave Barach1-6/+26
2019-10-11tcp: unittest: do not access non-existent samplesBenoît Ganne1-1/+0
2019-10-11acl: fix intermittent test failureAndrew Yourtchenko1-9/+9
2019-10-11quic: Create custom event loggerMathiasRaoul1-2/+39
2019-10-11api: fix non-null-terminated C-stringBenoît Ganne1-5/+10
2019-10-11ipsec: initialize msgid and allow no dh in child saChristian E. Hopps1-14/+18
2019-10-11quic: Add Tx, Rx and packet drop countersMathiasRaoul3-0/+66
2019-10-11session: fix use-after-freeBenoît Ganne5-6/+7
2019-10-11quic: add cli command for statsMathiasRaoul1-0/+47
2019-10-11build: build-root/Makefile rm of install treeBurt Silverman1-0/+1
2019-10-11hsa: fix vpp_echo mq lockingNathan Skrzypczak3-18/+62
2019-10-11vppinfra: implement CLIB_PAUSE () for aarch64 platformsjaszha031-0/+2
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A6-122/+194
2019-10-09rdma: prevent loopback of broadcast packetsBenoît Ganne1-4/+9