Age | Commit message (Expand) | Author | Files | Lines |
2025-01-13 | ip: fix local csum check |  Florin Coras | 1 | -5/+12 |
2024-12-06 | misc: move ppp to a plugin |  Joel Ahn | 1 | -1/+0 |
2024-04-09 | mpls: fix default mpls lb hash config |  Vladislav Grishenko | 1 | -3/+5 |
2024-03-21 | ip: add support for buffer offload metadata in ip midchain |  Arthur de Kerhor | 1 | -13/+0 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -26/+0 |
2023-03-31 | ip: support flow-hash gtpv1teid |  Takeru Hayasaka | 1 | -4/+3 |
2023-01-19 | ip: add the missing offload check |  Mohsin Kazmi | 1 | -2/+2 |
2022-08-11 | ip: Use .api declared error counters |  Neale Ranns | 1 | -1/+1 |
2022-04-12 | ip: fix arc start in ip46-local for local mfib entries |  Alexander Chernavin | 1 | -12/+11 |
2022-03-24 | ip: The check for 'same packet' must include the FIB index |  Neale Ranns | 1 | -2/+11 |
2022-03-18 | ip: fix assert in ip4_ttl_inc |  Aloys Augustin | 1 | -1/+3 |
2022-02-03 | ip nat: use ip rx sw_if_index in ip-local arc start |  Florin Coras | 1 | -3/+2 |
2022-01-31 | ip: reassembly - add a way to disable for forus |  Klement Sekera | 1 | -1/+2 |
2021-11-23 | ip: unlock_fib on if delete |  Nathan Skrzypczak | 1 | -0/+9 |
2021-11-10 | ip: always set ip rx_sw_if_index |  Florin Coras | 1 | -3/+5 |
2021-10-21 | ip: Add ip46-local node for local swif[rx] |  Nathan Skrzypczak | 1 | -21/+60 |
2021-09-24 | ip: set error number on failed intf addr |  Matthew Smith | 1 | -1/+4 |
2021-09-16 | vxlan: improve to use the hardware offload |  Mohsin Kazmi | 1 | -1/+2 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index |  Nathan Skrzypczak | 1 | -8/+9 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match |  Pim van Pelt | 1 | -6/+3 |
2021-08-10 | ip: Use the IP4 lookup functions |  Neale Ranns | 1 | -27/+5 |
2021-08-10 | ip: Remove the 'test lookup' CLI command |  Neale Ranns | 1 | -97/+0 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -6/+6 |
2021-06-07 | pg: Reduce the inclusion of pg.h |  Neale Ranns | 1 | -0/+1 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t |  Mohsin Kazmi | 1 | -2/+2 |
2021-04-22 | ip: remove unnecesary inlining in ip4-rewrite node |  Damjan Marion | 1 | -16/+3 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -4/+5 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation |  Ahmed Abdelsalam | 1 | -21/+7 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -3/+3 |
2020-12-11 | ip: ip4 rewrite prefetch optimization |  PiotrX Kleski | 1 | -2/+5 |
2020-12-08 | fib: Adjacency flag for midchain to perfom flow hash (on inner packet) |  Neale Ranns | 1 | -4/+4 |
2020-12-08 | fib: Source Address Selection |  Neale Ranns | 1 | -89/+49 |
2020-09-23 | ip: use main heap for mtrie, part 2 (remove args) |  Damjan Marion | 1 | -26/+0 |
2020-09-01 | ip: fix ip zero checksum verification |  Benoît Ganne | 1 | -2/+2 |
2020-06-12 | ip: allocate ip4 mtrie pages in htlb memory |  Dave Barach | 1 | -0/+3 |
2020-06-08 | vxlan: Fixed checksum caclculation offset |  Vladimir Isaev | 1 | -8/+4 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) |  John Lo | 1 | -0/+7 |
2020-05-21 | ip: Dual loop error in midchain chksum |  Neale Ranns | 1 | -1/+1 |
2020-05-14 | ip: fix interface ip address del sw_if_index check |  yedg | 1 | -1/+4 |
2020-05-04 | fib: midchain adjacency optimisations |  Neale Ranns | 1 | -31/+55 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses |  Neale Ranns | 1 | -15/+80 |
2020-04-15 | misc: refactor calc_checksums |  Dave Barach | 1 | -4/+12 |
2020-04-14 | urpf: Unicast reverse Path Forwarding (plugin) |  Neale Ranns | 1 | -14/+0 |
2020-04-08 | ip: do not clear the locally-originated flag |  Neale Ranns | 1 | -8/+2 |
2020-03-17 | fib: Always install all routers mcast addresses |  Neale Ranns | 1 | -0/+3 |
2020-02-11 | ip: fix ip-local errors |  Florin Coras | 1 | -1/+3 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h |  Neale Ranns | 1 | -0/+1 |
2020-01-11 | ip: avoid fib lookup for consecutive pkts having same source IP |  Nitin Saxena | 1 | -5/+5 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -343/+0 |
2019-12-04 | gso: remove the interface count |  Mohsin Kazmi | 1 | -15/+7 |