Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -0/+2 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 1 | -9/+3 |
2019-01-10 | ARP/ND: copy opaque2 persistent fields to new packet | Neale Ranns | 1 | -1/+4 |
2018-12-13 | ip4_rewrite_inline: fix variable error | Zhiyong Yang | 1 | -2/+2 |
2018-12-12 | Change ipsec feature node names | Pierre Pfister | 1 | -4/+4 |
2018-12-10 | IP-local: any IP can appear as the source (VPP-1522) | Neale Ranns | 1 | -3/+15 |
2018-11-28 | Remove useless prefetch in ip4-rewrite node | Simon Zhang | 1 | -1/+1 |
2018-11-26 | Add a feature arc consistency check | Dave Barach | 1 | -0/+4 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -12/+12 |
2018-11-08 | IP load-balance; trace at the end of the node so the flow hash used is displayed | Neale Ranns | 1 | -3/+3 |