aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
2017-10-04Dump of deag/lookup routes has is_drop=1 (VPP-995)Neale Ranns1-0/+2
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns6-14/+67
2017-09-11FIB table add/delete APINeale Ranns13-68/+171
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns2-14/+14
2017-08-15coverity: remove dependency on uint32_t in fib_test.cMarek Gradzki1-1/+1
2017-08-08L2 over MPLSNeale Ranns20-263/+263
2017-08-03DHCP Client: receive unicast ACKsNeale Ranns1-7/+2
2017-08-01FIB path weight incorrect in dump (VPP-922)Neale Ranns3-5/+6
2017-07-31Fix fib_path encoding (VPP-921)Florin Coras1-0/+2
2017-07-19Add a bihash prefetchable bucket-level cacheDave Barach2-3/+3
2017-07-18FIB path preferenceNeale Ranns8-40/+623
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns1-3/+7
2017-06-13FIB walk process - wake-up rate unnecessarily highNeale Ranns1-1/+11
2017-06-06Rework vxlan-gpe to support FIB 2.0 and bypass modeHongjun Ni1-1/+3
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns2-8/+19
2017-05-24IPv6 Performance bugsNeale Ranns3-44/+39
2017-05-24Leak locks and tables in the ClassifierNeale Ranns2-4/+6
2017-05-23Labelled attached paths via an MPLS tunnelNeale Ranns2-39/+62
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns13-621/+1159
2017-05-15Fix FIB recursion loops via cover (VPP-842)Neale Ranns3-38/+81
2017-05-05First commit SR MPLSPablo Camarillo1-4/+4
2017-05-02Use per-protocol default flow-hash config when the FIB table index is not knownNeale Ranns3-2/+44
2017-04-26IP Flow Hash Config fixesNeale Ranns11-56/+128
2017-04-24Improve Load-Balance MAPsNeale Ranns10-68/+307
2017-04-18Memory leak in load-balance mapsNeale Ranns1-2/+10
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns7-39/+21
2017-04-11MPLS Mcast coverity fixesNeale Ranns1-1/+1
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns1-19/+0
2017-04-07MPLS McastNeale Ranns17-311/+1039
2017-04-06BFD-FIB interactionsNeale Ranns13-138/+983
2017-04-01MTRIE Optimisations 2Neale Ranns12-66/+147
2017-03-30SR replicate mheap corruption fix VPP-672shwethab2-1/+1
2017-03-29Mtrie optimisationsNeale Ranns2-6/+3
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns1-0/+21
2017-03-17Attached hostsNeale Ranns5-0/+22
2017-03-17Adjacency refinement; check the cover's interface against the adjacency'sNeale Ranns2-4/+97
2017-03-15No vector allocation during buffer copyNeale Ranns1-3/+1
2017-03-09MAP pre-resolve - use FIB to track pre-resolved next-hopNeale Ranns1-0/+2
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns2-0/+6
2017-03-06ioam: manycast using iOAM and SR (VPP-628)Shwetha Bhandari2-3/+11
2017-02-25MFIB: changes to improve route add/delete performanceNeale Ranns1-5/+3
2017-02-24FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t...Neale Ranns3-7/+31
2017-02-24MFIB memory leak. free the per-source interface hashNeale Ranns1-1/+1
2017-02-20FIB reset leaves residual routes. Wrong API used to remove the routes meant t...Neale Ranns2-2/+5
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns1-1/+1
2017-02-13Out-of-tree Build Error fixAkshayaNadahalli1-22/+0
2017-02-13Basic support for LISP-GPE encapsulated NSH packetsFlorin Coras6-4/+25
2017-02-08Fix source address reachability check for ip6 local packetsAkshayaNadahalli1-1/+23
2017-01-27IP Multicast FIB (mfib)Neale Ranns20-224/+440
2017-01-12Account for pool realloc when importing FIB entries during VRF exportNeale Ranns1-4/+12