aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-10misc: do not capture tx packets twiceBenoît Ganne1-13/+30
2021-08-10ip: Use the IP4 lookup functionsNeale Ranns4-125/+61
2021-08-10ip: Remove the 'test lookup' CLI commandNeale Ranns1-97/+0
2021-08-09ip6-nd: only respond to RS if sending RA is enabledOle Troan1-1/+6
2021-08-05classify: fix parsing for l4 matchBenoît Ganne1-1/+1
2021-08-05ip: fix ip punt redirect cliBenoît Ganne2-13/+12
2021-07-29ip: add api test fileFilip Tehlar1-0/+1527
2021-07-29ipsec: move startup config to common fileZachary Leaf3-51/+55
2021-07-28gre: set proper fib index for unnumbered interfaces, unset fib index before f...Stanislav Zaikin5-7/+67
2021-07-27udp: add option to disable icmp unreachablesFlorin Coras3-82/+49
2021-07-24session: avoid vpp deadlock due to app crashliuyacan1-0/+6
2021-07-23session vcl: support abstract sockets for app nsFlorin Coras4-16/+132
2021-07-22session vcl: explit mq indices in ctrl messagesFlorin Coras2-3/+5
2021-07-22vppinfra: add abstract socket & netns fnsNathan Skrzypczak1-32/+14
2021-07-22interface: Byte swap the duplex value in interface detailsNeale Ranns1-2/+2
2021-07-21session: fix unlisten rpc barrier releaseFlorin Coras1-4/+5
2021-07-19session: option to use memfd segs for builtin appsFlorin Coras2-41/+43
2021-07-16vlib: add tunnel offload flags for vlib_buffer_tMohsin Kazmi2-3/+18
2021-07-16ip6-nd: refactor neighbour advertisement codeMohsin Kazmi2-61/+104
2021-07-15ip-neighbor: GARP sent to bogus ip addressSteven Luong1-2/+2
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion36-140/+142
2021-07-14ip: fix check_adj_port_range_x1Damjan Marion1-2/+2
2021-07-14classify: cheaper way to check if all elements are zeroDamjan Marion1-1/+1
2021-07-14ip: improve check_adj_port_range_x1Damjan Marion1-35/+5
2021-07-13vppinfra: put each vector function into own fileDamjan Marion1-1/+2
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar8-128/+0
2021-07-13fib: Set the GLEAN flag on attached export routes so that the SAS worksNeale Ranns4-38/+63
2021-07-13tcp session: next node config on connectsFlorin Coras2-3/+9
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)2-19/+6
2021-07-12session: api cleanupFilip Tehlar3-75/+34
2021-07-08session: allow listen in any fib if default namespaceFlorin Coras3-3/+12
2021-07-08interface: unable to to assign tx queue to last worker threadSteven Luong1-4/+3
2021-07-08tap: Set the MTU on the TUN deivceNeale Ranns1-0/+13
2021-07-06tcp: use tcp output for half open connectionsFlorin Coras1-39/+12
2021-07-06tcp: use main thread pool for half-opensFlorin Coras5-146/+29
2021-07-02ipsec: ADD/update IPSec documentationNeale Ranns1-0/+199
2021-07-02interface: api cleanupFilip Tehlar2-43/+17
2021-07-02sr: do not use vnet_all_api.hFilip Tehlar2-34/+33
2021-07-02misc: Don't IPv[46] enable local0, it doesn't receive packets.Neale Ranns1-5/+0