Age | Commit message (Expand) | Author | Files | Lines |
2022-03-09 | ip: IPv4 Fragmentation fix for l2fragmetable size |  Neale Ranns | 1 | -10/+7 |
2022-03-08 | ip: set fib_index before exiting input ACL node |  Arthur de Kerhor | 1 | -40/+75 |
2022-03-07 | ip: Fixes for IPv6 and MPLS fragmentation |  Neale Ranns | 1 | -11/+12 |
2022-03-04 | ip: rate-limit the sending of ICMP error messages |  Neale Ranns | 2 | -2/+58 |
2022-03-04 | ip: fix overflow in ip6_ext_header_walk |  Benoît Ganne | 1 | -1/+1 |
2022-03-03 | ip: Path MTU DPO allocation function is public |  Neale Ranns | 2 | -7/+23 |
2022-02-17 | ip: Move the IPv6 echo responder into the ping plugin |  Neale Ranns | 1 | -187/+0 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h |  Neale Ranns | 3 | -96/+2 |
2022-02-07 | igmp: make sure fib_index is set before delivering to ip4-local |  Benoît Ganne | 1 | -0/+2 |
2022-02-03 | ip nat: use ip rx sw_if_index in ip-local arc start |  Florin Coras | 2 | -9/+8 |
2022-01-31 | ip: reassembly - add a way to disable for forus |  Klement Sekera | 11 | -34/+305 |
2022-01-31 | ip: fix length calculation in ip6-receive |  Klement Sekera | 1 | -1/+1 |
2022-01-25 | ip: reassembly - fix missing ip6 owner thread init |  Klement Sekera | 1 | -0/+1 |
2022-01-12 | ip: coverity illegal access in ip6_ext_header_walk |  Ole Troan | 1 | -9/+2 |
2022-01-09 | fib: multiple memory leaks upon deleting a VRF table |  Steven Luong | 1 | -0/+1 |
2021-12-24 | ip: remove archaic vector code from mtrie |  Damjan Marion | 2 | -86/+12 |
2021-12-20 | ip: SVR fix race condition |  Klement Sekera | 2 | -2/+14 |
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 |