Age | Commit message (Expand) | Author | Files | Lines |
2021-09-15 | tap: set device name on creation via TUNSETIFF | Duncan Eastoe | 1 | -17/+8 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index | Nathan Skrzypczak | 8 | -43/+18 |
2021-09-13 | tcp session: initialize sw_if_index at connect time | Florin Coras | 5 | -12/+13 |
2021-09-13 | ip: show ip table CLI | Nathan Skrzypczak | 1 | -0/+77 |
2021-09-13 | ip-neighbor: Handle local MAC address change for incomplete adjacencies | Neale Ranns | 5 | -43/+57 |
2021-09-09 | vlib: fix vlib_buffer_enqueue_to_next() overflow | Benoît Ganne | 2 | -7/+7 |
2021-09-09 | session: fix non-NULL terminated string | Benoît Ganne | 1 | -18/+7 |
2021-09-08 | interface: add custom interface name support | Steven Luong | 3 | -1/+100 |
2021-09-08 | interface: fix coverity issue | Mohammed Hawari | 1 | -1/+1 |
2021-09-07 | devices: restore regular af-packet tx path | Mohammed Hawari | 2 | -21/+28 |
2021-09-07 | interface: full poll vector on adaptive mode | Maxime Peim | 4 | -10/+42 |
2021-09-01 | udp: fill rmt info if session is connection less | liuyacan | 1 | -1/+1 |
2021-09-01 | classify: improve "show classify table" output | Dave Barach | 1 | -5/+7 |
2021-08-31 | flow: add esp spi rss type | Piotr Bronowski | 1 | -26/+34 |
2021-08-30 | session: fix prefetch out of struct bound on Arm | Tianyu Li | 1 | -1/+1 |
2021-08-30 | session: close app wrk socket on delete | Florin Coras | 3 | -6/+5 |
2021-08-30 | tcp: Allow accepting session to send custom packet | liuyacan | 1 | -1/+9 |
2021-08-26 | vhost: migrate to new TX infra | Steven Luong | 3 | -88/+67 |
2021-08-26 | sr: extend the srv6 sid list structure | Ahmed Abdelsalam | 2 | -42/+51 |
2021-08-25 | fib: fix source address get error for p2p if | jxm | 1 | -0/+24 |
2021-08-20 | ip: check if interface has link-local address | Stanislav Zaikin | 1 | -1/+6 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain | Benoît Ganne | 6 | -14/+31 |
2021-08-18 | vhost: interrupt mode support with mq | Steven Luong | 3 | -138/+209 |
2021-08-17 | ip: reassembly cleanup | Klement Sekera | 4 | -246/+139 |
2021-08-17 | build: install ethernet/ethernet_types_api.h | Mohammed Hawari | 1 | -0/+1 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match | Pim van Pelt | 4 | -12/+32 |
2021-08-13 | ip: punt redirect add nh in api | Nathan Skrzypczak | 9 | -100/+243 |
2021-08-13 | ip: source address selection | Ole Troan | 5 | -34/+261 |
2021-08-12 | session vcl: cert key add/del with socket api | Florin Coras | 3 | -0/+101 |
2021-08-11 | svm: make more fifo segment header fields private | Florin Coras | 1 | -4/+4 |
2021-08-11 | fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather | Neale Ranns | 2 | -0/+123 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t | Neale Ranns | 13 | -417/+932 |
2021-08-11 | ip: [re]introduce the 8-8-8-8 stride MTRIE | Neale Ranns | 3 | -64/+229 |
2021-08-11 | ip: Rename the ip4 mtrie function to be 16_8_8 specific | Neale Ranns | 4 | -218/+202 |
2021-08-10 | misc: do not capture tx packets twice | Benoît Ganne | 1 | -13/+30 |
2021-08-10 | ip: Use the IP4 lookup functions | Neale Ranns | 4 | -125/+61 |
2021-08-10 | ip: Remove the 'test lookup' CLI command | Neale Ranns | 1 | -97/+0 |
2021-08-09 | ip6-nd: only respond to RS if sending RA is enabled | Ole Troan | 1 | -1/+6 |
2021-08-05 | classify: fix parsing for l4 match | Benoît Ganne | 1 | -1/+1 |
2021-08-05 | ip: fix ip punt redirect cli | Benoît Ganne | 2 | -13/+12 |
2021-07-29 | ip: add api test file | Filip Tehlar | 1 | -0/+1527 |
2021-07-29 | ipsec: move startup config to common file | Zachary Leaf | 3 | -51/+55 |
2021-07-28 | gre: set proper fib index for unnumbered interfaces, unset fib index before f... | Stanislav Zaikin | 5 | -7/+67 |
2021-07-27 | udp: add option to disable icmp unreachables | Florin Coras | 3 | -82/+49 |
2021-07-24 | session: avoid vpp deadlock due to app crash | liuyacan | 1 | -0/+6 |
2021-07-23 | session vcl: support abstract sockets for app ns | Florin Coras | 4 | -16/+132 |
2021-07-22 | session vcl: explit mq indices in ctrl messages | Florin Coras | 2 | -3/+5 |
2021-07-22 | vppinfra: add abstract socket & netns fns | Nathan Skrzypczak | 1 | -32/+14 |
2021-07-22 | interface: Byte swap the duplex value in interface details | Neale Ranns | 1 | -2/+2 |
2021-07-21 | session: fix unlisten rpc barrier release | Florin Coras | 1 | -4/+5 |