aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/adj
AgeCommit message (Expand)AuthorFilesLines
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-3/+6
2019-12-15fib: Adjacency creation notifications for dlegatesNeale Ranns6-1/+29
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns2-4/+4
2019-12-03fib feature: Code mechanics to decouple dependency of feature on adjNeale Ranns2-8/+5
2019-11-26fib: reduce save_rewrite_length to u8Klement Sekera2-7/+9
2019-10-16fib: fix use-after-free for interface adj removalBenoît Ganne1-0/+3
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-6/+6
2019-09-23fib: do not dump no-longer valid adjacenciesBenoît Ganne3-2/+17
2019-08-07fib tests: IP multicast over GRENeale Ranns1-0/+1
2019-07-24fib: remove unused input parameterZhiyong Yang1-5/+2
2019-07-23api: binary api cleanupDave Barach1-1/+1
2019-07-19fib: FIB Entry trackingNeale Ranns1-9/+7
2019-05-16init / exit function orderingDave Barach1-7/+7
2019-05-13remove dead code in rewrite.cNeale Ranns1-26/+0
2019-04-16ADJ: crash in format/show (VPP-1648)Neale Ranns1-1/+1
2019-04-08fixing typosJim Thompson2-3/+3
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns1-17/+5
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra8-27/+27
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns5-5/+237
2019-03-26Simplify adjacency rewrite codeBenoît Ganne2-142/+26
2019-03-07Honor vnet_rewrite_data_t data_bytes == 0Dave Barach1-1/+15
2019-03-04adj: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar2-20/+6
2019-02-22Callback functions must have the correct signatureNeale Ranns1-1/+3
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-0/+2
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns4-13/+282
2018-11-15GBP: redirect contractsNeale Ranns1-9/+7
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-30ADJ: init MTU to interface defaultNeale Ranns2-1/+4
2018-10-23c11 safe string handling supportDave Barach3-7/+7
2018-10-01Add adjacency counters to the stats segmentNeale Ranns1-2/+6
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-1/+1
2018-08-27Adjacency walks protected by 'walk in progress' flagNeale Ranns1-2/+11
2018-07-30SIXRD: fix post introduction of the directed subnet broadcastNeale Ranns1-1/+2
2018-07-20IP directed broadcastNeale Ranns3-0/+23
2018-07-16Adjacency-BFD: assume BFD down on createNeale Ranns1-8/+16
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan7-37/+18
2018-05-25ARP proxy dumpsNeale Ranns4-4/+11
2018-05-17tcp: handle link-local addressesFlorin Coras2-1/+9
2018-04-25Adjacency walk more scalableNeale Ranns1-50/+25
2018-04-18Mcast rewrite optimisationsNeale Ranns3-33/+8
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-2/+16
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-16/+2
2018-03-30bond: show trace causes a crash if the interface is deletedSteven1-4/+2
2018-03-20FIB Interpose SourceNeale Ranns2-10/+8
2018-03-09MPLS Unifom modeNeale Ranns1-0/+5
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan4-1/+12
2018-02-21Adj Delegates; don't store raw pointersNeale Ranns4-43/+37
2018-02-19Adjacency Delegate updatesNeale Ranns6-133/+269
2018-02-16Adj: VFTs for adjacency sub-blocksOle Troan5-29/+69
2018-02-16Allow providers to override glean behaviourNeale Ranns5-33/+89