Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes | Neale Ranns | 1 | -1/+1 |
2019-11-11 | ip: functional interface to ip fragmentation | Ole Troan | 1 | -8/+8 |
2019-11-05 | ip: Fragmentation fixes | Neale Ranns | 1 | -96/+121 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 | Srikanth A | 1 | -43/+3 |
2019-09-25 | ip: refactor reassembly | Klement Sekera | 1 | -1/+1 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 1 | -1/+3 |
2019-09-11 | ip: apply dual loop unrolling in ip4_rewrite | Lijian.Zhang | 1 | -0/+131 |
2019-09-07 | ip: fix udp/tcp checksum corner cases | Dave Barach | 1 | -3/+15 |
2019-08-19 | ip: leverage existing vlib_buffer_advance | Zhiyong Yang | 1 | -6/+3 |
2019-08-12 | ip: allow addrs from the same prefix on intf | Matthew Smith | 1 | -79/+234 |
2019-08-03 | ip: fix ip6/udp checksum for pkts using buffer chaining | John Lo | 1 | -0/+3 |
2019-07-19 | ip: admin change affects intf IPv4 addr routes | Matthew G Smith | 1 | -7/+53 |
2019-07-08 | ip: retain local interface address adjacency | Matthew Smith | 1 | -6/+24 |
2019-06-28 | ip: ip-lookup - remove the dead code | Neale Ranns | 1 | -4/+1 |
2019-06-04 | Punt: specify packets by IP protocol Type | Neale Ranns | 1 | -2/+12 |
2019-06-03 | ARP: add feature arc | Neale Ranns | 1 | -0/+6 |
2019-05-31 | VPP-1692: move NULL pointer check | Dave Barach | 1 | -5/+5 |
2019-05-30 | IP load-balance; perf improvement using the usual reciepe | Neale Ranns | 1 | -137/+106 |
2019-05-06 | ip4_load_balance: leverage vlib_get_buffers | Zhiyong Yang | 1 | -13/+11 |
2019-04-10 | Make tcp/udp/icmp compute checksum safer for buffer-chain case | John Lo | 1 | -1/+1 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -2/+2 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 1 | -8/+19 |
2019-03-26 | ip6-rewrite: bug fix buffer->error in dual loop | Kingwel Xie | 1 | -3/+12 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 1 | -7/+37 |