aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-17ip: reassembly cleanupKlement Sekera4-246/+139
2021-08-17build: install ethernet/ethernet_types_api.hMohammed Hawari1-0/+1
2021-08-14ip: Fix crash in ip address add on sub-int without exact-matchPim van Pelt4-12/+32
2021-08-13ip: punt redirect add nh in apiNathan Skrzypczak9-100/+243
2021-08-13ip: source address selectionOle Troan5-34/+261
2021-08-12session vcl: cert key add/del with socket apiFlorin Coras3-0/+101
2021-08-11svm: make more fifo segment header fields privateFlorin Coras1-4/+4
2021-08-11fib: Compiile time option to use 8-8-8-8 stride tries for FIB ratherNeale Ranns2-0/+123
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns13-417/+932
2021-08-11ip: [re]introduce the 8-8-8-8 stride MTRIENeale Ranns3-64/+229
2021-08-11ip: Rename the ip4 mtrie function to be 16_8_8 specificNeale Ranns4-218/+202