- aa7cfd0 ip: The check for 'same packet' must include the FIB index by Neale Ranns · 2 years, 9 months ago
- 0b77e31 ip: fix assert in ip4_ttl_inc by Aloys Augustin · 2 years, 10 months ago
- f840880 ip nat: use ip rx sw_if_index in ip-local arc start by Florin Coras · 3 years, 1 month ago
- 01c1fa4 ip: reassembly - add a way to disable for forus by Klement Sekera · 3 years ago
- a424dd1 ip: unlock_fib on if delete by Nathan Skrzypczak · 3 years, 4 months ago
- 904638f ip: always set ip rx_sw_if_index by Florin Coras · 3 years, 1 month ago
- bfa8608 ip: Add ip46-local node for local swif[rx] by Nathan Skrzypczak · 3 years, 3 months ago
- 1b6c793 ip: set error number on failed intf addr by Matthew Smith · 3 years, 3 months ago
- 4fd9f10 vxlan: improve to use the hardware offload by Mohsin Kazmi · 3 years, 6 months ago
- 7854b46 interface: fix init fib_index_by_sw_if_index by Nathan Skrzypczak · 3 years, 4 months ago
- 76b19ce ip: Fix crash in ip address add on sub-int without exact-match by Pim van Pelt · 3 years, 4 months ago
- 31a4aa7 ip: Use the IP4 lookup functions by Neale Ranns · 3 years, 4 months ago
- 625a1f1 ip: Remove the 'test lookup' CLI command by Neale Ranns · 3 years, 4 months ago
- af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
- 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 6 months ago
- a7e830e vlib: move offload flags to 1st cacheline in vlib_buffer_t by Mohsin Kazmi · 3 years, 8 months ago
- d06e2eb ip: remove unnecesary inlining in ip4-rewrite node by Damjan Marion · 3 years, 8 months ago
- 6809538 vlib: refactor checksum offload support by Mohsin Kazmi · 3 years, 10 months ago
- f2984bb ip: use IPv6 flowlabel in flow hash computation by Ahmed Abdelsalam · 4 years, 1 month ago
- b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
- b801cd1 ip: ip4 rewrite prefetch optimization by PiotrX Kleski · 4 years ago
- 5c544c8 fib: Adjacency flag for midchain to perfom flow hash (on inner packet) by Neale Ranns · 4 years, 1 month ago
- e2fe097 fib: Source Address Selection by Neale Ranns · 4 years, 1 month ago
- 2de5fc0 ip: use main heap for mtrie, part 2 (remove args) by Damjan Marion · 4 years, 3 months ago
- 6e334e3 ip: fix ip zero checksum verification by Benoît Ganne · 4 years, 4 months ago
- 01a2a10 ip: allocate ip4 mtrie pages in htlb memory by Dave Barach · 4 years, 6 months ago
- 698eb87 vxlan: Fixed checksum caclculation offset by Vladimir Isaev · 4 years, 7 months ago
- 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
- fc74697 ip: Dual loop error in midchain chksum by Neale Ranns · 4 years, 7 months ago
- dbd366b ip: fix interface ip address del sw_if_index check by yedg · 4 years, 7 months ago
- 4ec36c5 fib: midchain adjacency optimisations by Neale Ranns · 4 years, 9 months ago
- 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
- 1bd2c01 misc: refactor calc_checksums by Dave Barach · 4 years, 8 months ago
- d724e4f urpf: Unicast reverse Path Forwarding (plugin) by Neale Ranns · 4 years, 9 months ago
- 88cecfa ip: do not clear the locally-originated flag by Neale Ranns · 4 years, 8 months ago
- 03c254e fib: Always install all routers mcast addresses by Neale Ranns · 4 years, 9 months ago
- fa2a316 ip: fix ip-local errors by Florin Coras · 4 years, 10 months ago
- ba4a5bf classify: Reduce the include dependencies on vnet_classify.h by Neale Ranns · 5 years ago
- 2d18d2e ip: avoid fib lookup for consecutive pkts having same source IP by Nitin Saxena · 5 years ago
- cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
- 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
- 960eeea fib: constify the adjacency in the rewrite nodes by Neale Ranns · 5 years ago
- eb284a1 ip: functional interface to ip fragmentation by Ole Troan · 5 years ago
- 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
- 02833ff tcp: custom checksum calculations for Ipv4/Ipv6 by Srikanth A · 5 years ago
- 896c896 ip: refactor reassembly by Klement Sekera · 5 years ago
- 33a5817 api: autogenerate api trace print/endian by Ole Troan · 5 years ago
- 840f64b ip: apply dual loop unrolling in ip4_rewrite by Lijian.Zhang · 5 years ago
- c4abafd ip: fix udp/tcp checksum corner cases by Dave Barach · 5 years ago
- a665921 ip: leverage existing vlib_buffer_advance by Zhiyong Yang · 5 years ago
- 6c92f5b ip: allow addrs from the same prefix on intf by Matthew Smith · 5 years ago
- 3bc6bc2 ip: fix ip6/udp checksum for pkts using buffer chaining by John Lo · 5 years ago
- 88d29a9 ip: admin change affects intf IPv4 addr routes by Matthew G Smith · 5 years ago
- 44e6046 ip: retain local interface address adjacency by Matthew Smith · 5 years ago
- cb54e3c ip: ip-lookup - remove the dead code by Neale Ranns · 5 years ago
- b538dd8 Punt: specify packets by IP protocol Type by Neale Ranns · 6 years ago
- 57e53bb ARP: add feature arc by Neale Ranns · 6 years ago
- b19bf8d VPP-1692: move NULL pointer check by Dave Barach · 6 years ago
- 3ce72b2 IP load-balance; perf improvement using the usual reciepe by Neale Ranns · 6 years ago
- 6fec8ea ip4_load_balance: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
- 1cf0007 Make tcp/udp/icmp compute checksum safer for buffer-chain case by John Lo · 6 years ago
- f324dec fixing typos by Jim Thompson · 6 years ago
- 25edf14 IPSEC: run encrpyt as a feautre on the tunnel by Neale Ranns · 6 years ago
- cb36a1d ip6-rewrite: bug fix buffer->error in dual loop by Kingwel Xie · 6 years ago
- 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
- 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
- 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
- 45db885 ARP/ND: copy opaque2 persistent fields to new packet by Neale Ranns · 6 years ago
- b2ecc5d ip4_rewrite_inline: fix variable error by Zhiyong Yang · 6 years ago
- 057b356 Change ipsec feature node names by Pierre Pfister · 6 years ago
- be2286b IP-local: any IP can appear as the source (VPP-1522) by Neale Ranns · 6 years ago
- 5a5a869 Remove useless prefetch in ip4-rewrite node by Simon Zhang · 6 years ago
- a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
- 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
- a71844f IP load-balance; trace at the end of the node so the flow hash used is displayed by Neale Ranns · 6 years ago
- bf9f02c arp:add error counters for all failure cases by Eyal Bari · 6 years ago
- cd35e53 Use throttle_t for ND throttling by Neale Ranns · 6 years ago
- b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
- be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
- 3048b63 Support reassembly for fragments coming to ip4-local node by Juraj Sloboda · 6 years ago
- c67cfd2 ip4-local: classify protos that skip csum and src check by Florin Coras · 6 years ago
- 282093f IPIP and IPv6 fragmentation by Ole Troan · 6 years ago
- c8352bc Refactor the ARP throttle into a common type so it can be reused by Neale Ranns · 6 years ago
- ca3ff1a ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() by Damjan Marion · 6 years ago
- b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
- c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
- 49433ad Thread-safe ARP / ND throttling by Dave Barach · 6 years ago
- e375067 fix IP directed broadcast node declarations by Matthew Smith · 6 years ago
- 1855b8e IP directed broadcast by Neale Ranns · 6 years ago
- 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
- 2574d9f node functions cannot be always_inline by Damjan Marion · 6 years ago
- 084606b Check get packet template allocation failure (VPP-1321) by John Lo · 6 years ago
- 8637634 Use unicast DMAC for IP neighbor pool refresh probes by John Lo · 7 years ago
- 313f7e2 MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite by Ole Troan · 7 years ago
- 1b25552 ip4: optimize ip4_local by Florin Coras · 7 years ago
- 3a0325f ip: save fib index for buffer in ip lookup by Florin Coras · 7 years ago
- 8a9c8f1 VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. by Ole Troan · 7 years ago
- 744902e No overlapping sub-nets on any interface in the same table/VRF (VPP-943) by Neale Ranns · 7 years ago
- 889fe94 Mcast rewrite optimisations by Neale Ranns · 8 years ago
- fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago