Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
fib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-03
fib: Fix the display (or lack of) for fib node types in dependent children lists
Neale Ranns
2
-20
/
+33
2021-11-15
fib: re-evaluate the import/export state of a prefix.
Neale Ranns
4
-76
/
+166
2021-10-25
bier: Disposition paths don't set the next-hop
Neale Ranns
1
-14
/
+9
2021-10-22
fib: Don't back walk from a path-list when a child fist attaches.
Neale Ranns
1
-11
/
+7
2021-10-20
ip6: fix IPv6 address calculation error using "ip route add" CLI
Jieqiang Wang
2
-0
/
+58
2021-10-11
ip: fix fib and mfib locks
Nathan Skrzypczak
1
-2
/
+39
2021-10-04
fib: fix unitialized padding in fib_api_next_hop_decode
Benoît Ganne
1
-4
/
+2
2021-09-30
fib: doc nitfixes
Nathan Skrzypczak
6
-7
/
+7
2021-09-29
fib: add barrier lock for fib_urpf_list_pool and fib_entry_pool
Stanislav Zaikin
2
-0
/
+22
2021-09-27
fib: fix crash on exporter tracker remove
Vladislav Grishenko
1
-4
/
+3
2021-09-22
ip: add ip_table_allocate to api
Aloys Augustin
1
-1
/
+2
2021-08-25
fib: fix source address get error for p2p if
jxm
1
-0
/
+24
2021-08-20
ip: check if interface has link-local address
Stanislav Zaikin
1
-1
/
+6
2021-08-11
fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather
Neale Ranns
1
-0
/
+121
2021-08-11
fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t
Neale Ranns
8
-386
/
+907
2021-08-11
ip: [re]introduce the 8-8-8-8 stride MTRIE
Neale Ranns
1
-14
/
+14
2021-08-11
ip: Rename the ip4 mtrie function to be 16_8_8 specific
Neale Ranns
2
-44
/
+44
2021-08-10
ip: Use the IP4 lookup functions
Neale Ranns
1
-1
/
+43
2021-07-13
fib: Set the GLEAN flag on attached export routes so that the SAS works
Neale Ranns
4
-38
/
+63
2021-06-17
fib: changing parsing order to avoid corner case
Arthur de Kerhor
1
-3
/
+3
2021-06-16
fib: copy the path extentions when creating fib src rr entry
Stanislav Zaikin
1
-0
/
+11
2021-06-08
fib: make sure dpo is valid even when path pool expands
Benoît Ganne
1
-8
/
+22
2021-06-03
fib: fix flags updates when adding routes with a udp encap path
Arthur de Kerhor
1
-1
/
+1
2021-05-29
udp: add udp decapsulation
Arthur de Kerhor
1
-1
/
+3
2021-05-13
tests: move test source to vpp/test
Dave Wallace
2
-458
/
+0
2021-04-14
misc: clang-12 support
Damjan Marion
1
-6
/
+2
2021-03-16
fib: Allow the creation of new source on the API
Neale Ranns
6
-20
/
+201
2021-02-15
ip: Path MTU
Neale Ranns
3
-2
/
+25
2021-02-11
tests: tag the tests that do not work with multi-worker configuration
Andrew Yourtchenko
1
-0
/
+2
2021-02-04
mpls: MPLS Hash fixes
Neale Ranns
1
-2
/
+3
2021-02-01
fib: Changes to interpose source
Neale Ranns
5
-19
/
+78
2021-01-21
fib: fix includes for musl
Nathan Moos
1
-1
/
+1
2021-01-14
docs: Update FIB documentation
Neale Ranns
1
-6
/
+17
2020-12-18
fib: Remove unused FIB path-list DB variable
Neale Ranns
2
-7
/
+0
2020-12-16
tests: move fib tests to src/vnet/fib/test
Dave Wallace
2
-0
/
+456
2020-12-14
misc: refactor clib_bitmap_foreach macro
Damjan Marion
1
-3
/
+3
2020-12-14
misc: move to new pool_foreach macros
Damjan Marion
8
-30
/
+30
2020-12-11
fib: remove unsued path flag
Neale Ranns
1
-5
/
+0
2020-12-11
fib: Remove unused BIER variables
Neale Ranns
2
-22
/
+10
2020-12-08
fib: Source Address Selection
Neale Ranns
10
-34
/
+329
2020-11-26
fib: Expressive type for walk return code. Honour code.
Neale Ranns
6
-19
/
+17
2020-11-26
fib: Only track cover if activated
Neale Ranns
1
-1
/
+15
2020-11-16
fib: remove misleading FIB_PATH_TYPE_LAST
Benoît Ganne
1
-14
/
+0
2020-10-28
misc: Break the big IP header files to improve compile time
Neale Ranns
1
-1
/
+0
2020-10-26
fib: API to extract any resolving interface rather than the one from the
Neale Ranns
2
-0
/
+22
2020-10-21
ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API
Neale Ranns
1
-2
/
+2
2020-10-19
ip: Move the IP6 fib into ip6_[m]fib.c
Neale Ranns
2
-14
/
+120
2020-09-21
ip: use main heap for mtrie
Damjan Marion
1
-18
/
+3
2020-09-02
fib: IPv6 lookup data structure MP safe when prefixes change
Neale Ranns
1
-14
/
+31
2020-07-06
fib: fix debug preprocessor directives
Matthew Smith
4
-4
/
+4
[next]