aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-09-28sr: add API test filesFilip Tehlar3-0/+370
2021-09-27fib: fix crash on exporter tracker removeVladislav Grishenko1-4/+3
2021-09-27virtio: Still init unused txqNathan Skrzypczak1-17/+0
2021-09-27gso: do not gro on small packetsAloys Augustin1-3/+41
2021-09-27tap: move the api msg_id_base to tap_main_tMohsin Kazmi2-3/+3
2021-09-27misc: api move continuedFlorin Coras3-2/+3
2021-09-27ip: fix ip table allocation randomnessAloys Augustin1-1/+1
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras4-4/+12
2021-09-24ip: set error number on failed intf addrMatthew Smith2-2/+8
2021-09-23classify: use AVX-512 to find entryDamjan Marion1-3/+41
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion2-1/+29
2021-09-22tap: remove cxq_vring from tap/tunMohsin Kazmi1-1/+0
2021-09-22virtio: fix the type of argument in virtio_show()Mohsin Kazmi2-7/+8
2021-09-22interface: allow an interface's index to be given in 'sh int'Neale Ranns1-0/+15
2021-09-22hash: fix the initialization warning error on gcc-10Mohsin Kazmi1-4/+4
2021-09-22ip: add ip_table_allocate to apiAloys Augustin6-16/+113
2021-09-22classify: improve vnet_classify_hashDamjan Marion1-27/+23
2021-09-22classify: simplify vnet_classify_find_entry_inlineDamjan Marion1-88/+72
2021-09-22interface: fix poll vector reallocMohammed Hawari2-4/+6
2021-09-21session: implement app_ns deletionNathan Skrzypczak11-50/+170
2021-09-20classify: improve find entry performanceDamjan Marion1-10/+9
2021-09-20classify: avoid dependent read of classify maskDamjan Marion2-9/+9
2021-09-20session: use table_format in sh app nsNathan Skrzypczak1-10/+22
2021-09-20hash: add support for hashing infraMohsin Kazmi6-0/+393
2021-09-16session: Add sock_name option to add_nsNathan Skrzypczak5-44/+183
2021-09-16vxlan: improve to use the hardware offloadMohsin Kazmi3-84/+49
2021-09-16ip6-nd: add ip6-nd proxyMohsin Kazmi6-2/+451
2021-09-15tap: set device name on creation via TUNSETIFFDuncan Eastoe1-17/+8
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak8-43/+18
2021-09-13tcp session: initialize sw_if_index at connect timeFlorin Coras5-12/+13
2021-09-13ip: show ip table CLINathan Skrzypczak1-0/+77
2021-09-13ip-neighbor: Handle local MAC address change for incomplete adjacenciesNeale Ranns5-43/+57
2021-09-09vlib: fix vlib_buffer_enqueue_to_next() overflowBenoît Ganne2-7/+7
2021-09-09session: fix non-NULL terminated stringBenoît Ganne1-18/+7
2021-09-08interface: add custom interface name supportSteven Luong3-1/+100
2021-09-08interface: fix coverity issueMohammed Hawari1-1/+1
2021-09-07devices: restore regular af-packet tx pathMohammed Hawari2-21/+28
2021-09-07interface: full poll vector on adaptive modeMaxime Peim4-10/+42
2021-09-01udp: fill rmt info if session is connection lessliuyacan1-1/+1
2021-09-01classify: improve "show classify table" outputDave Barach1-5/+7
2021-08-31flow: add esp spi rss typePiotr Bronowski1-26/+34
2021-08-30session: fix prefetch out of struct bound on ArmTianyu Li1-1/+1
2021-08-30session: close app wrk socket on deleteFlorin Coras3-6/+5
2021-08-30tcp: Allow accepting session to send custom packetliuyacan1-1/+9
2021-08-26vhost: migrate to new TX infraSteven Luong3-88/+67
2021-08-26sr: extend the srv6 sid list structureAhmed Abdelsalam2-42/+51
2021-08-25fib: fix source address get error for p2p ifjxm1-0/+24
2021-08-20ip: check if interface has link-local addressStanislav Zaikin1-1/+6
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne6-14/+31
2021-08-18vhost: interrupt mode support with mqSteven Luong3-138/+209