Age | Commit message (Expand) | Author | Files | Lines |
2022-10-24 | crypto: fix dead nn foreach |  Dmitry Valter | 1 | -5/+5 |
2022-10-24 | gso: remove vxlan header include file dependency |  Steven Luong | 1 | -2/+3 |
2022-10-21 | devices: add support for af-packet v2 |  Mohsin Kazmi | 7 | -186/+645 |
2022-10-20 | udp: support for disabling tx csum |  Florin Coras | 5 | -4/+62 |
2022-10-20 | session: add session debug cli |  Steven Luong | 4 | -54/+176 |
2022-10-20 | virtio: fix the missing unlock |  Mohsin Kazmi | 1 | -1/+2 |
2022-10-19 | udp: explicit udp output node |  Florin Coras | 5 | -12/+283 |
2022-10-18 | session: pass sep.opaque to listen session |  Mohammed Hawari | 1 | -0/+1 |
2022-10-17 | virtio: fix the tx side hdr offset |  Mohsin Kazmi | 1 | -11/+10 |
2022-10-17 | devices: fix the header offsets in af_packet |  Mohsin Kazmi | 1 | -8/+18 |
2022-10-17 | gso: fix the metadata for gro packets |  Mohsin Kazmi | 1 | -0/+2 |
2022-10-17 | ip: fix the pseudo header checksum |  Mohsin Kazmi | 1 | -4/+2 |
2022-10-16 | ip-neighbor: delete redundant help information in cli. |  Huawei LI | 1 | -12/+17 |
2022-10-13 | l2: coverity complains dead codes |  Steven Luong | 1 | -14/+11 |
2022-10-13 | session: make session code compile with SESSION_DEBUG enable |  Steven Luong | 2 | -2/+15 |
2022-10-12 | ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next |  Damjan Marion | 1 | -155/+144 |
2022-10-12 | ip: simpler and faster ip4_full_reass_drop_all |  Damjan Marion | 1 | -41/+19 |
2022-10-12 | misc: fix issues reported by clang-15 |  Damjan Marion | 8 | -19/+7 |
2022-10-11 | l2: Add bridge_domain_add_del_v2 to l2 api |  Laszlo Kiraly | 5 | -5/+136 |
2022-10-11 | fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel. |  Huawei LI | 5 | -16/+18 |
2022-10-07 | tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files |  Steven Luong | 1 | -0/+1 |
2022-10-07 | tcp: build image with TCP_DEBUG_ALWAYS via make |  Steven Luong | 1 | -0/+4 |
2022-10-07 | fib: add fib_entry_get_path_list_for_source |  Damjan Marion | 2 | -0/+22 |
2022-10-06 | gso: set the header offsets in gro hdr fixup |  Mohsin Kazmi | 1 | -0/+3 |
2022-10-06 | gso: fix the checksum for odd number of data bytes |  Mohsin Kazmi | 1 | -0/+1 |
2022-10-05 | fib: only invoke adj delegate create callback on mcast adj create |  Peter Morrow | 1 | -2/+2 |
2022-10-05 | ip: reassembly - custom context instead of VRF |  Mohammed Hawari | 2 | -40/+137 |
2022-10-05 | ip: reassembly - custom context of ipv6 |  Mohammed Hawari | 2 | -26/+129 |
2022-10-03 | tcp: replace tcp_time_now with tcp_time_now_us |  Steven Luong | 2 | -29/+30 |
2022-10-03 | sr: new messages created to return packet statistics in sr localsid details |  ChinmayaAgarwal | 2 | -0/+98 |
2022-09-30 | fib: fix dpo-receive address in ip6-ll fibs |  Vladislav Grishenko | 1 | -1/+6 |
2022-09-30 | udp: add udp encap source port entropy support |  Vladislav Grishenko | 7 | -36/+154 |
2022-09-29 | gso: clear the offload flags from segmented buffers |  Mohsin Kazmi | 1 | -0/+1 |
2022-09-29 | api: deprecate vl_msg_api_set_handlers |  Damjan Marion | 1 | -18/+36 |
2022-09-27 | vnet: fix ip4 version and IHL check |  Dmitry Valter | 2 | -3/+11 |
2022-09-26 | api: replace print functions wth format |  Damjan Marion | 2 | -15/+9 |
2022-09-23 | bfd: add tracing support to bfd-process |  Klement Sekera | 4 | -104/+160 |
2022-09-21 | ipsec: introduce fast path ipv6 inbound matching |  Piotr Bronowski | 4 | -55/+197 |
2022-09-20 | fib: add cli support for explicit link type |  Benoît Ganne | 1 | -0/+12 |
2022-09-20 | arp: check for manually added proxy-arp entries |  Benoît Ganne | 1 | -1/+1 |
2022-09-19 | igmp: validate ip router alert option length |  Vladislav Grishenko | 1 | -0/+5 |
2022-09-19 | build: install missing headers |  Benoît Ganne | 1 | -1/+6 |
2022-09-19 | teib: fix segv during failed deletion of entry |  Matthew Smith | 1 | -2/+1 |
2022-09-19 | arp: update error reason when checking for proxy-arp |  Benoît Ganne | 1 | -1/+0 |
2022-09-16 | virtio: add support for per queue packet counter |  Mohsin Kazmi | 5 | -0/+28 |
2022-09-15 | vcl: add hugepage for vcl configure and svm |  Junfeng Wang | 4 | -2/+14 |
2022-09-15 | session: support dma option |  Marvin Liu | 3 | -20/+257 |
2022-09-15 | ip-neighbor: fix debug log format output |  luoyaozu | 1 | -4/+3 |
2022-09-14 | ip: show fib index in ip4 reassembly trace |  Damjan Marion | 1 | -28/+25 |
2022-09-14 | ipsec: make chacha20-poly1305 available via API |  Vladimir Ratnikov | 4 | -14/+27 |