aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-10-29tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-29tls: allow disconnects from main threadFlorin Coras1-1/+4
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras4-31/+89
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras6-76/+124
2019-10-27bonding: fix interface deletionBenoît Ganne1-15/+7
2019-10-27session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-27ipip: fix typos in short_helpIgnas Bacius1-3/+3
2019-10-27ping: Move to pluginMohsin Kazmi6-1370/+11
2019-10-27tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-27sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
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 Goel6-16/+120
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-18tcp: rate sample for persist segmentsFlorin Coras1-0/+6
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-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-16misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-10-15ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
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-11session: fix use-after-freeBenoît Ganne4-4/+5
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A6-122/+194
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-05bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
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-03session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-10-03session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-10-03ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8
2019-10-03classify: use vector code even when data is not alignedDamjan Marion2-203/+145
2019-10-03ip: respect buffer boundary when searching for ipv6 headersKlement Sekera5-59/+118
2019-10-03session: fix unbind coverity warningFlorin Coras1-0/+7
2019-10-03ipsec: add insecure option for format of SAChristian E. Hopps3-3/+9
2019-10-03udp: do not send received packets to error-dropAloys Augustin1-192/+173
2019-10-03session: fix cleanup in closing statesFlorin Coras2-3/+3
2019-10-03fib: fix some typos in fib/mtrieLijian.Zhang19-34/+34
2019-10-03ip: refactor reassemblyKlement Sekera10-829/+872
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion10-0/+10
2019-10-03classify: remove includes from classifier header fileDamjan Marion7-10/+7
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2