Age | Commit message (Expand) | Author | Files | Lines |
2020-09-04 | ip: enhance vtep4_check of tunnel by vector way | Zhiyong Yang | 1 | -0/+42 |
2020-09-01 | ip: fix ip zero checksum verification | Benoît Ganne | 3 | -8/+9 |
2020-09-01 | ip: improve ip4_header_checksum_is_valid | Damjan Marion | 1 | -5/+12 |
2020-08-31 | vppinfra: convert A_extend_to_B to B_from_A format of vector inlines | Damjan Marion | 1 | -8/+8 |
2020-08-31 | ip: fix compiling error with gcc-10 | Jieqiang Wang | 1 | -0/+12 |
2020-08-31 | cnat: Destination based NAT | Neale Ranns | 1 | -0/+35 |
2020-08-25 | flow: add vnet/flow formal API | Chenmin Sun | 1 | -0/+12 |
2020-08-20 | ip: vnet_ip_mroute_cmd payload_proto fix | Elias Rudberg | 1 | -6/+6 |
2020-08-14 | ip: add VNET_IP_TABLE_ADD_DEL_FUNCTION | Steven Luong | 2 | -0/+132 |
2020-07-28 | ip: svr: improve performance for non-fragments | Klement Sekera | 1 | -0/+206 |
2020-07-28 | ip: fix punt cli to only consumes a line of input | Benoît Ganne | 1 | -4/+25 |
2020-07-16 | ip: optimize ip4_header_checksum, take 2 | Damjan Marion | 1 | -32/+72 |
2020-07-16 | ip: optimize ip4_header_checksum | Damjan Marion | 1 | -62/+55 |
2020-07-14 | ip: fix format_ip6_address_and_mask() bug | Chenmin Sun | 1 | -3/+2 |
2020-07-06 | ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 type | jiangxiaoming | 1 | -2/+8 |
2020-07-02 | ip: fix the order in ip4 punt redirect | Mohsin Kazmi | 1 | -2/+2 |
2020-06-26 | ip: fix the punt redirect for ip4 | Mohsin Kazmi | 1 | -6/+9 |
2020-06-12 | ip: allocate ip4 mtrie pages in htlb memory | Dave Barach | 3 | -2/+48 |
2020-06-10 | ip: reassembly: LRU algorithm should eliminate the longest unused nodes | zhengdelun | 2 | -2/+2 |
2020-06-08 | vxlan: Fixed checksum caclculation offset | Vladimir Isaev | 2 | -14/+7 |
2020-06-01 | ip: fix IPv6 mask to prefix length conversion | Andreas Schultz | 1 | -10/+5 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 2 | -0/+14 |
2020-05-27 | ip: reassembly: use correct IP header offset | Klement Sekera | 1 | -2/+7 |
2020-05-21 | ip: Dual loop error in midchain chksum | Neale Ranns | 1 | -1/+1 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-14 | ip: fix interface ip address del sw_if_index check | yedg | 4 | -6/+27 |
2020-05-06 | docs: clean up make docs job | Paul Vinciguerra | 1 | -1/+1 |
2020-05-05 | api: ip: add IP_ROUTE_LOOKUP API | Christian Hopps | 2 | -0/+83 |
2020-05-04 | fib: midchain adjacency optimisations | Neale Ranns | 2 | -44/+79 |
2020-05-04 | misc: binary api fuzz test fixes | Dave Barach | 2 | -3/+4 |
2020-04-29 | ip: use thread local vm instead of thread main for vlib_time_now calls | Tom Seidenberg | 2 | -2/+2 |
2020-04-28 | tests: move defaults from defaultmapping to .api files | Paul Vinciguerra | 1 | -9/+9 |
2020-04-27 | ip: reassembly: fix one possible use-after-free | Gao Feng | 2 | -10/+11 |
2020-04-24 | ip: reassembly: improve type safety | Klement Sekera | 4 | -30/+24 |
2020-04-24 | ip: Setting the Link-Local address from the API enables IPv6 on the | Neale Ranns | 4 | -13/+18 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses | Neale Ranns | 10 | -293/+557 |
2020-04-22 | ip: fix format functions for u8 address_family | Neale Ranns | 1 | -1/+1 |
2020-04-15 | urpf: Allow locally generated packets on TX | Neale Ranns | 1 | -4/+0 |
2020-04-15 | misc: refactor calc_checksums | Dave Barach | 2 | -7/+21 |
2020-04-14 | urpf: Unicast reverse Path Forwarding (plugin) | Neale Ranns | 7 | -614/+6 |
2020-04-09 | misc: fix error handling in punt_replicate | Dave Barach | 1 | -0/+1 |
2020-04-08 | ip: do not clear the locally-originated flag | Neale Ranns | 2 | -16/+4 |
2020-04-07 | udp session: allow dgram ip fragmentation | Florin Coras | 1 | -17/+26 |
2020-04-06 | ip: reassembly: don't set error if no error | Klement Sekera | 4 | -8/+12 |
2020-04-01 | ip: Fix the AH/ESP protocol numbers on the API | Neale Ranns | 1 | -2/+2 |
2020-03-25 | ip: Adding IP tables is no MP safe | Neale Ranns | 1 | -2/+0 |
2020-03-24 | map: fix translation of icmp6 error messages | Alexander Chernavin | 1 | -0/+51 |
2020-03-20 | ip: provide extern declaration for ip punt nodes | Jawahar Santosh Gundapaneni | 2 | -0/+2 |
2020-03-20 | ip: ip API types coverity fix | Jakub Grajciar | 1 | -1/+0 |
2020-03-19 | ip: change ip API enums address_family and ip_proto size to u8 | Jakub Grajciar | 4 | -41/+51 |