- 8e2b1b1 fib: respect mfib entry flags on create with paths by Paul Atkins · 3 years, 2 months ago
- cfdb15b ip6: fix IPv6 address calculation error using "ip route add" CLI by Jieqiang Wang · 3 years, 4 months ago
- 275bd79 ip: fix fib and mfib locks by Nathan Skrzypczak · 3 years, 3 months ago
- 6e4cfb5 ip: add ip_table_allocate to api by Aloys Augustin · 3 years, 3 months ago
- 14b472e ip: show ip table CLI by Nathan Skrzypczak · 3 years, 4 months ago
- f2984bb ip: use IPv6 flowlabel in flow hash computation by Ahmed Abdelsalam · 4 years, 1 month ago
- e403113 misc: Break the big IP header files to improve compile time by Neale Ranns · 4 years, 2 months ago
- 224735b ip: vnet_ip_mroute_cmd payload_proto fix by Elias Rudberg · 4 years, 6 months ago
- 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
- 31d6c73 ip: Adding IP tables is no MP safe by Neale Ranns · 4 years, 9 months ago
- cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
- 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
- 5b755e2 ip: cleanup typos in documentation by Paul Vinciguerra · 5 years ago
- 4602376 ip: MFIB CLI fix for parsing path flags by Neale Ranns · 5 years ago
- eacc8c5 ip: mfib CLI 'via local' fix by Neale Ranns · 5 years ago
- 138c37a fib: do not dump no-longer valid adjacencies by Benoît Ganne · 5 years ago
- 6c92f5b ip: allow addrs from the same prefix on intf by Matthew Smith · 5 years ago
- 097fa66 fib: fib api updates by Neale Ranns · 7 years ago
- 3702930 Use IP and MAC API types for neighbors by Neale Ranns · 6 years ago
- ad69c1f MFIB; CLI improvements by Neale Ranns · 6 years ago
- b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
- 75b9f45 ip: add container proxy dump API (VPP-1364) by Matus Fabian · 6 years ago
- 77eb907 Consolidate table->index conversion in fib-path CLI processing by Neale Ranns · 6 years ago
- 5c482a9 Documentation fix on "set interface ip[6] table" by Yichen Wang · 6 years ago
- 8637634 Use unicast DMAC for IP neighbor pool refresh probes by John Lo · 7 years ago
- 3743999 IPv6 for-us/receive multicast routes fix by Neale Ranns · 7 years ago
- e821ab1 IP mcast: allow unicast address as a next-hop by Neale Ranns · 8 years ago
- 4c53313 reassembly: feature/concurrency by Klement Sekera · 7 years ago
- 039cbfe QoS recording and marking by Neale Ranns · 7 years ago
- c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago
- 438f630 Revert "Allow interface types to override glean adjacency behaivour" by Ole Trøan · 7 years ago
- 8b30e47 Allow interface types to override glean adjacency behaivour by Neale Ranns · 7 years ago
- 75e7d13 IPv4/6 reassembly by Klement Sekera · 7 years ago
- 76dc22c call unformat_free in some flow, remove unnecessary calls by Swarup Nayak · 7 years ago
- 70ed8ae unformat function for FIB paths by Neale Ranns · 7 years ago
- e1682c4 ip: fix container proxy coverity warning by Florin Coras · 7 years ago
- 810086d UDP Encapsulation. by Neale Ranns · 7 years ago
- 595992c ip: add container proxy api by Florin Coras · 7 years ago
- 5f3fcb9 L3 proxy FIB source for container networking by Andrew Yourtchenko · 7 years ago
- 35ffa3e Propagate duplicate IF addr add/del error up to API. by Jon Loeliger · 7 years ago
- 2297af0 Add a name to the creation of an IP and MPLS table by Neale Ranns · 7 years ago
- 1500254 FIB table add/delete API by Neale Ranns · 7 years ago
- 352829f Fixed ip add bug for ip6 with review comments by pragash · 7 years ago
- f73d0e2 Allow multiple MPLS output labels to be passed on the CLI by Neale Ranns · 7 years ago
- da78f95 L2 over MPLS by Neale Ranns · 8 years ago
- 57b5860 FIB path preference by Neale Ranns · 7 years ago
- c7409dc mfib CLI bugs (VPP-852) by Neale Ranns · 8 years ago
- 5d85f2d Allow local/for-us replications for IP multicast routes on the CLI by Neale Ranns · 8 years ago
- 107e7d4 Remove usued, redundant and deprecated code from lookup.h by Neale Ranns · 8 years ago
- 0f26c5a MPLS Mcast by Neale Ranns · 8 years ago
- d1ed486 VPP-684.Add ip which mask length exceeding upper limit,ping segmentfault by flyingeagle23 · 8 years ago
- fa5d198 Adjacency layout change and move to vnet/adj by Neale Ranns · 8 years ago
- b069a69 Cache a 'has-features' flag on the adjacency for faster access. Reclaim the node_index memeber from the rewrite for space - this is only used for formtting by Neale Ranns · 8 years ago
- d96bad8 ARP resilience in the absence of IP config on input and output interfaces by Neale Ranns · 8 years ago
- 3f844d0 Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bridging. That is hosts in one sub-net reachable via differenet interfaces. by Neale Ranns · 8 years ago
- a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
- 52456fc CLI extension to add multiple (S,G)s at once and time it by Neale Ranns · 8 years ago
- 32e1c01 IP Multicast FIB (mfib) by Neale Ranns · 8 years ago
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/ip/lookup.c]
- 8c2f05c IP and MPLS route debug CLI fixes by Neale Ranns · 8 years ago
- d7cb1b5 Coding standards cleanup for vnet/vnet/ip, VPP-255 by Dave Barach · 8 years ago
- ad422ed MPLS infrastructure improvments by Neale Ranns · 8 years ago
- 3b906b0 vppinfra: add STATIC_ASSERT macro by Damjan Marion · 8 years ago
- 8c1bebe IPv6 Classify Forwarding Graph errors by Neale Ranns · 8 years ago
- 948e00f Support IETF routing Yang models (VPP-503). by Neale Ranns · 8 years ago
- 0683c9c VPP-286: Add CLI Command documentation via doxygen comments for vnet/vnet/ip. by Billy McFall · 8 years ago
- 3ee4404 unicast RPF for FIB2.0 by Neale Ranns · 8 years ago
- 6c3ebcc FIB Memory Usage Diagnostics by Neale Ranns · 8 years ago
- 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
- 6ef7bb9 Move CLI examples from wiki to code - VPP-165 by Keith Burns (alagalah) · 8 years ago
- d5d5ffa Revert "Custom adjacency formatting fix" by Keith Burns · 8 years ago
- ffc7eca Custom adjacency formatting fix by Pierre Pfister · 8 years ago
- 6f9bca2 VPP-226 IPv4 src-address + port range checker by Dave Barach · 9 years ago
- 4c3f393 Add IP adjacency registration function by Pierre Pfister · 8 years ago
- 3b3688f 6rd: Move to plugin by Ole Troan · 9 years ago
- 86be487 Explicity specify IP address type for format_ip46_address function by Damjan Marion · 9 years ago
- aca64c9 Add indirect next hop support by Damjan Marion · 9 years ago
- 1dabaaf Port glean neighbor entry support to IPv6 by Pierre Pfister · 9 years ago
- f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
- 102ec52 Add support for installing ipv4 routes via unresolved next hop by Damjan Marion · 9 years ago
- f1bd8be Move classify_table_index under the union by Damjan Marion · 9 years ago
- b2ef4dd Adjacency allocator by Dave Barach · 9 years ago
- dbf19ca Make adjacencies shareable by Dave Barach · 9 years ago
- 8f9e7d4 Remove vestigal TCP implementation by Kevin Paul Herbert · 9 years ago
- d2dc3df replacing all vec_sort() invocations to vec_sort_with_function() by Matus Fabian · 9 years ago
- cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0