aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-06-29ipsec: fix VPP-1333 - crash in ipsec policy cliKlement Sekera1-0/+6
2018-06-29Removing the static keyword do_fragment routines, so that could be accessed o...Vijayabhaskar Katamreddy2-3/+8
2018-06-29IP4 Router Alert option handling for IGMPNeale Ranns4-14/+156
2018-06-28vcl: move binary api and cfg to separate filesFlorin Coras3-4/+0
2018-06-28vcl: refactor vcl sessionFlorin Coras1-12/+17
2018-06-28reassembly: optimize bihash usageKlement Sekera2-45/+38
2018-06-28ip: vectorized ip checksumDamjan Marion2-69/+119
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-06-26tcp/session: tx optimizationsFlorin Coras4-22/+53
2018-06-26Fix assert issue in ip_csum_add_even()Hongjun Ni1-1/+2
2018-06-26tcp: avoid doing work in tcp_rcv_sacks for no sacksFlorin Coras1-2/+3
2018-06-26node functions cannot be always_inlineDamjan Marion7-18/+18
2018-06-26tcp: cleanup functionsFlorin Coras4-263/+258
2018-06-25Add checks for bad ARP request packets in arp-termination nodeJohn Lo1-12/+9
2018-06-25tw: add light weight timer update functionFlorin Coras1-7/+8
2018-06-25MAP: Move MAP-E/T to a plugin.Ole Troan18-8526/+0
2018-06-24Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""Klement Sekera5-194/+180
2018-06-22Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"Ole Troan5-180/+194
2018-06-22session: improve session lookup speedsFlorin Coras1-57/+24
2018-06-22Update tapv2 documentationIan Wells1-1/+1
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera5-194/+180
2018-06-21tcp: move tracing out of established loopFlorin Coras2-28/+60
2018-06-21Implement DHCPv6 IA NA client (VPP-1094)Juraj Sloboda13-537/+2503
2018-06-21BIER neighbor statsNeale Ranns7-31/+126
2018-06-20tcp: add per worker ctx structureFlorin Coras3-54/+56
2018-06-20ipsec: VPP-1308 fix sorting of SPD entriesKlement Sekera2-10/+11
2018-06-20Fix sw-if-index display error.Brant Lin1-2/+2
2018-06-19tcp: optimize tcp outputFlorin Coras6-171/+197
2018-06-19tcp: optimize tcp inputFlorin Coras1-134/+204
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo4-0/+18
2018-06-19ip checksum multiarch support, cleanupDave Barach2-109/+91
2018-06-19Fixed bugs in SRv6 APIPablo Camarillo3-56/+216
2018-06-15STATS: Add more hierarchy to counters.Ole Troan2-31/+33
2018-06-15Update DHCPv6 DUID code and fix coverity warningsJuraj Sloboda5-39/+85
2018-06-15TLS async supportPing Yu1-0/+1
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo7-15/+28
2018-06-14vxlan:use VLIB_NODE_FN for multiarch selectionEyal Bari1-17/+1
2018-06-14MTU: IP fragmentation added to ip4-rewrite and ip6-rewriteOle Troan3-15/+56
2018-06-13vxlan:offload RX floweyal bari5-1/+579
2018-06-12tcp: add close-wait state flagsFlorin Coras1-0/+1
2018-06-11tcp: cleanup connection/session fixesFlorin Coras9-50/+73
2018-06-11udp: fix for multiple workers and add testFlorin Coras5-7/+24
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan27-126/+332
2018-06-10tcp: fix timer based recovery exit conditionFlorin Coras2-2/+2
2018-06-09session: cleanup queue node tracingFlorin Coras1-67/+67
2018-06-08Add reaper functions to want events APIs (VPP-1304)Neale Ranns2-4/+135
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda12-42/+3059
2018-06-08http server: do not close connections after replyFlorin Coras1-22/+29
2018-06-08export counters in a memfd segmentDave Barach1-0/+4
2018-06-08Gratuitous ARP packet handlingNeale Ranns1-8/+33