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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
ip
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
ip: fix build without vector unit
Damjan Marion
1
-0
/
+13
2021-10-28
ip: improve csum fold on x86_64
Damjan Marion
1
-1
/
+15
2021-10-21
fib: respect mfib entry flags on create with paths
Paul Atkins
2
-5
/
+4
2021-10-21
ip: Add ip46-local node for local swif[rx]
Nathan Skrzypczak
2
-34
/
+108
2021-10-21
ip6: set local flag on outbound echo reply
Matthew Smith
1
-0
/
+4
2021-10-20
ip6: fix IPv6 address calculation error using "ip route add" CLI
Jieqiang Wang
1
-20
/
+3
2021-10-18
interface: add api test file
Filip Tehlar
1
-15
/
+8
2021-10-12
fib: fix the drop counter for ipv6 RPF failures
Neale Ranns
1
-0
/
+6
2021-10-11
ip: fix fib and mfib locks
Nathan Skrzypczak
3
-17
/
+10
2021-10-07
ip: fix path MTU node errors definition
Benoît Ganne
3
-3
/
+7
2021-10-06
ip: check if interface has link-local address (addition)
Artem Glazychev
1
-1
/
+6
2021-10-06
docs: vnet comment nitfixes
Nathan Skrzypczak
1
-3
/
+4
2021-10-06
ip: add classifier-based ACLs support on ip punt
Benoît Ganne
1
-234
/
+184
2021-10-04
ip: fix punt for ipv6
Benoît Ganne
1
-4
/
+9
2021-10-01
devices: add support for pseudo header checksum
Mohsin Kazmi
1
-0
/
+54
2021-09-27
misc: api move continued
Florin Coras
1
-0
/
+1
2021-09-27
ip: fix ip table allocation randomness
Aloys Augustin
1
-1
/
+1
2021-09-27
misc: move part of vpe apis to vlibmemory
Florin Coras
1
-2
/
+0
2021-09-24
ip: set error number on failed intf addr
Matthew Smith
2
-2
/
+8
2021-09-22
ip: add ip_table_allocate to api
Aloys Augustin
5
-15
/
+111
2021-09-16
vxlan: improve to use the hardware offload
Mohsin Kazmi
1
-1
/
+2
2021-09-13
interface: fix init fib_index_by_sw_if_index
Nathan Skrzypczak
2
-17
/
+18
2021-09-13
ip: show ip table CLI
Nathan Skrzypczak
1
-0
/
+77
2021-08-17
ip: reassembly cleanup
Klement Sekera
4
-246
/
+139
2021-08-14
ip: Fix crash in ip address add on sub-int without exact-match
Pim van Pelt
2
-12
/
+6
2021-08-13
ip: punt redirect add nh in api
Nathan Skrzypczak
9
-100
/
+243
2021-08-13
ip: source address selection
Ole Troan
4
-34
/
+259
2021-08-11
fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t
Neale Ranns
2
-18
/
+11
2021-08-11
ip: [re]introduce the 8-8-8-8 stride MTRIE
Neale Ranns
2
-50
/
+215
2021-08-11
ip: Rename the ip4 mtrie function to be 16_8_8 specific
Neale Ranns
2
-174
/
+158
2021-08-10
ip: Use the IP4 lookup functions
Neale Ranns
2
-76
/
+15
2021-08-10
ip: Remove the 'test lookup' CLI command
Neale Ranns
1
-97
/
+0
2021-08-05
ip: fix ip punt redirect cli
Benoît Ganne
2
-13
/
+12
2021-07-29
ip: add api test file
Filip Tehlar
1
-0
/
+1527
2021-07-15
misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}
Damjan Marion
6
-19
/
+19
2021-07-14
ip: fix check_adj_port_range_x1
Damjan Marion
1
-2
/
+2
2021-07-14
ip: improve check_adj_port_range_x1
Damjan Marion
1
-35
/
+5
2021-07-13
misc: remove vnet_all_api_h and vnet_msg_enum
Filip Tehlar
1
-14
/
+0
2021-07-13
misc: fix init order to avoid startup warnings
Bin Zhou (bzhou2)
1
-16
/
+6
2021-07-01
ip: api cleanup
Filip Tehlar
2
-97
/
+21
2021-06-22
misc: punt: api cleanup
Filip Tehlar
2
-48
/
+9
2021-06-07
pg: Reduce the inclusion of pg.h
Neale Ranns
4
-0
/
+4
2021-05-27
ip: allow the 'ip6 enable' on tunnel interface types
Neale Ranns
1
-27
/
+19
2021-05-14
vlib: pass node runtime to vlib_buffer_enqueue_to_thread()
Damjan Marion
4
-12
/
+8
2021-05-11
ip: ensure ttl doesn't decrease to 0 when punting
Aloys Augustin
1
-0
/
+2
2021-05-06
vlib: fix the offload flags size
Mohsin Kazmi
1
-2
/
+2
2021-05-05
vlib: move offload flags to 1st cacheline in vlib_buffer_t
Mohsin Kazmi
2
-5
/
+5
2021-05-01
vlib: refactor trajectory trace debug feature
Benoît Ganne
2
-3
/
+0
2021-04-28
ip: extend the punt cli to accept reason filter for sockets registration
Arthur de Kerhor
1
-0
/
+6
2021-04-27
misc: fix dead stores
Damjan Marion
1
-1
/
+1
[next]