Age | Commit message (Expand) | Author | Files | Lines |
2021-12-14 | api: verify message size on receipt |  Klement Sekera | 2 | -1/+7 |
2021-12-14 | ip: reassembly: drop zero length fragments |  Klement Sekera | 3 | -0/+17 |
2021-12-10 | ip: reassembly: handle atomic fragments correctly |  Klement Sekera | 2 | -45/+93 |
2021-12-03 | ip: extension header parsing fails for fragment header |  Ole Troan | 7 | -291/+263 |
2021-12-03 | fib: Fix the display (or lack of) for fib node types in dependent children lists |  Neale Ranns | 1 | -1/+2 |
2021-11-23 | vxlan: multiarch optimization of vxlan |  Ray Kinsella | 1 | -1/+1 |
2021-11-23 | ip: unlock_fib on if delete |  Nathan Skrzypczak | 3 | -0/+20 |
2021-11-18 | ip: comparing IP prefixes should not modify them |  Neale Ranns | 4 | -7/+33 |
2021-11-17 | ip6: ip6_not_enabled_node is a sibling of ip6-drop |  Paul Atkins | 1 | -6/+2 |
2021-11-12 | session: add support for DSCP |  Filip Tehlar | 1 | -5/+6 |
2021-11-10 | vppinfra: new vectorized ip checksum functions incl. csum_and_copy |  Damjan Marion | 3 | -98/+11 |
2021-11-10 | ip: crash in ip_csum_fold due to illegal instruction shrx |  Steven Luong | 1 | -1/+1 |
2021-11-10 | ip: always set ip rx_sw_if_index |  Florin Coras | 2 | -6/+11 |
2021-11-05 | ip: remove dead code |  Damjan Marion | 1 | -3/+0 |
2021-11-04 | ip: speed up reassembly code compilation |  Klement Sekera | 4 | -50/+36 |
2021-11-04 | ip: reassembly: avoid reading truncated L4 headers |  Klement Sekera | 2 | -80/+149 |
2021-11-02 | ip: fix coverity warning |  Klement Sekera | 1 | -1/+1 |
2021-11-02 | ip: fix build without vector unit |  Damjan Marion | 1 | -0/+13 |
2021-10-28 | ip: improve csum fold on x86_64 |  Damjan Marion | 1 | -1/+15 |
2021-10-21 | fib: respect mfib entry flags on create with paths |  Paul Atkins | 2 | -5/+4 |
2021-10-21 | ip: Add ip46-local node for local swif[rx] |  Nathan Skrzypczak | 2 | -34/+108 |
2021-10-21 | ip6: set local flag on outbound echo reply |  Matthew Smith | 1 | -0/+4 |
2021-10-20 | ip6: fix IPv6 address calculation error using "ip route add" CLI |  Jieqiang Wang | 1 | -20/+3 |
2021-10-18 | interface: add api test file |  Filip Tehlar | 1 | -15/+8 |
2021-10-12 | fib: fix the drop counter for ipv6 RPF failures |  Neale Ranns | 1 | -0/+6 |
2021-10-11 | ip: fix fib and mfib locks |  Nathan Skrzypczak | 3 | -17/+10 |
2021-10-07 | ip: fix path MTU node errors definition |  Benoît Ganne | 3 | -3/+7 |
2021-10-06 | ip: check if interface has link-local address (addition) |  Artem Glazychev | 1 | -1/+6 |
2021-10-06 | docs: vnet comment nitfixes |  Nathan Skrzypczak | 1 | -3/+4 |
2021-10-06 | ip: add classifier-based ACLs support on ip punt |  Benoît Ganne | 1 | -234/+184 |
2021-10-04 | ip: fix punt for ipv6 |  Benoît Ganne | 1 | -4/+9 |
2021-10-01 | devices: add support for pseudo header checksum |  Mohsin Kazmi | 1 | -0/+54 |
2021-09-27 | misc: api move continued |  Florin Coras | 1 | -0/+1 |
2021-09-27 | ip: fix ip table allocation randomness |  Aloys Augustin | 1 | -1/+1 |
2021-09-27 | misc: move part of vpe apis to vlibmemory |  Florin Coras | 1 | -2/+0 |
2021-09-24 | ip: set error number on failed intf addr |  Matthew Smith | 2 | -2/+8 |
2021-09-22 | ip: add ip_table_allocate to api |  Aloys Augustin | 5 | -15/+111 |
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 | 2 | -17/+18 |
2021-09-13 | ip: show ip table CLI |  Nathan Skrzypczak | 1 | -0/+77 |
2021-08-17 | ip: reassembly cleanup |  Klement Sekera | 4 | -246/+139 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match |  Pim van Pelt | 2 | -12/+6 |
2021-08-13 | ip: punt redirect add nh in api |  Nathan Skrzypczak | 9 | -100/+243 |
2021-08-13 | ip: source address selection |  Ole Troan | 4 | -34/+259 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t |  Neale Ranns | 2 | -18/+11 |
2021-08-11 | ip: [re]introduce the 8-8-8-8 stride MTRIE |  Neale Ranns | 2 | -50/+215 |
2021-08-11 | ip: Rename the ip4 mtrie function to be 16_8_8 specific |  Neale Ranns | 2 | -174/+158 |
2021-08-10 | ip: Use the IP4 lookup functions |  Neale Ranns | 2 | -76/+15 |
2021-08-10 | ip: Remove the 'test lookup' CLI command |  Neale Ranns | 1 | -97/+0 |
2021-08-05 | ip: fix ip punt redirect cli |  Benoît Ganne | 2 | -13/+12 |