aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-22fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
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 Ranns1-1/+1
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-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
2019-10-09rdma: make sure pci subsystem is initializedBenoît Ganne1-1/+6
2019-10-08dns: fix non-NULL terminated C-stringBenoît Ganne1-0/+2
2019-10-08vlib: fix old nodes vector overflow in reforkBenoît Ganne1-5/+2
2019-10-07ipsec: fix use-after-freeBenoît Ganne1-3/+7
2019-10-07bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-10-07api: fix use-after-freeBenoît Ganne1-3/+3
2019-10-05bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-10-04hsa: fix non-NULL terminated C-string use in echoBenoît Ganne1-9/+9
2019-10-04session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-10-04ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns2-25/+31
2019-10-04misc: add vnet classify filter set supportDave Barach8-51/+228
2019-10-04vlib: improve summary vector-rate statisticsDave Barach8-103/+105
2019-10-04stats: fix per-worker stat vector lengthBenoît Ganne1-3/+4
2019-10-03session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-10-03rdma: fix non-NULL terminated C-string overflowBenoît Ganne2-3/+3
2019-10-03session: fix io_evt mq lockingNathan Skrzypczak1-3/+2