summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-10-10tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-10ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-10session: fix typos & cert_key store initNathan Skrzypczak2-6/+4
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A6-122/+194
2019-10-10tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-10sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-10-10geneve: API cleanupJakub Grajciar2-32/+31
2019-10-09session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera4-0/+70
2019-10-09interface: dump the interface device typeMohsin Kazmi2-0/+8
2019-10-09ip: fix coverity warningKlement Sekera1-3/+7
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith6-1/+256
2019-10-09mpls: support fragmentation of mpls output packetRajesh Goel6-16/+120
2019-10-09ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-09fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak3-18/+18
2019-10-09session: Add certificate storeNathan Skrzypczak9-56/+305
2019-10-08tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak1-0/+2
2019-10-08session: add is_migrating flagNathan Skrzypczak2-0/+2
2019-10-07ip: remove dead code in ip6-svrKlement Sekera1-27/+0
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-10-07dhcp: Move to pluginNeale Ranns26-10785/+0
2019-10-07mactime: add a "top" command to watch device statsDave Barach1-1/+3
2019-10-07ip: add tracing for ipv6 frag headersKlement Sekera1-0/+24
2019-10-07ip: reassembly add missing gotoKlement Sekera1-0/+1
2019-10-07ip: reassembly remove dead codeKlement Sekera1-8/+0
2019-10-07dhcp: API return code fixNeale Ranns1-2/+2
2019-10-07ip: MFIB CLI fix for parsing path flagsNeale Ranns2-3/+4
2019-10-06bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-10-06ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-1/+1
2019-10-04ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-03misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-10-03ethernet: fix dmac filter coverity warningMatthew Smith1-1/+1
2019-10-03feature: API cleanupJakub Grajciar1-6/+8
2019-10-03dhcp: API cleanupJakub Grajciar6-86/+116
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-10-02ethernet: dmac filter checks secondary mac addrsMatthew G Smith3-34/+186
2019-10-01session: fix use-after-freeBenoît Ganne4-4/+5
2019-10-01session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-09-30ipsec: fix use-after-freeBenoît Ganne1-3/+7
2019-09-30bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-09-30dhcp: dhcp6_ia_na_client_cp API cleanupJakub Grajciar1-3/+5
2019-09-30ip: svr: fix feature refcountsKlement Sekera2-14/+20
2019-09-30session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-09-30ipsec: add insecure option for format of SAChristian E. Hopps3-3/+9
2019-09-27ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns2-25/+31
2019-09-27session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-09-26misc: add vnet classify filter set supportDave Barach8-51/+228
2019-09-26ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8