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
/
ip
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-05
ip: fix doxygen doc for address add/del command
Benoît Ganne
1
-2
/
+2
2020-11-02
ipsec: Tunnel SA DSCP behaviour
Neale Ranns
3
-4
/
+29
2020-10-28
misc: Break the big IP header files to improve compile time
Neale Ranns
17
-659
/
+842
2020-10-21
ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API
Neale Ranns
2
-2
/
+4
2020-10-21
misc: minimize dependencies on udp.h
Florin Coras
1
-2
/
+0
2020-10-19
ip: Move the IP6 fib into ip6_[m]fib.c
Neale Ranns
4
-122
/
+1
2020-10-12
ip: IP6 incorrectly disabled on removing first ip6 prefix
Neale Ranns
1
-1
/
+3
2020-10-07
misc: Purge unused pg includes
Neale Ranns
2
-2
/
+0
2020-10-05
ipsec: Use bihash for tunnel lookup
Neale Ranns
1
-0
/
+1
2020-10-02
ip: Fix unformat_ip_prefix
Nathan Skrzypczak
1
-1
/
+4
2020-09-28
classify: preformance improvements in classifiers
Ray Kinsella
1
-285
/
+649
2020-09-23
ip: use main heap for mtrie, part 2 (remove args)
Damjan Marion
2
-32
/
+0
2020-09-21
ip: use main heap for mtrie
Damjan Marion
2
-51
/
+0
2020-09-18
fib: skip byte swap on n_paths in mroute details
Matthew Smith
1
-2
/
+2
2020-09-17
teib: Use ip_address_t not ip46_address_t
Neale Ranns
1
-0
/
+1
2020-09-04
ip: enhance vtep4_check of tunnel by vector way
Zhiyong Yang
1
-0
/
+42
2020-09-01
ip: fix ip zero checksum verification
Benoît Ganne
3
-8
/
+9
2020-09-01
ip: improve ip4_header_checksum_is_valid
Damjan Marion
1
-5
/
+12
2020-08-31
vppinfra: convert A_extend_to_B to B_from_A format of vector inlines
Damjan Marion
1
-8
/
+8
2020-08-31
ip: fix compiling error with gcc-10
Jieqiang Wang
1
-0
/
+12
2020-08-31
cnat: Destination based NAT
Neale Ranns
1
-0
/
+35
2020-08-25
flow: add vnet/flow formal API
Chenmin Sun
1
-0
/
+12
2020-08-20
ip: vnet_ip_mroute_cmd payload_proto fix
Elias Rudberg
1
-6
/
+6
2020-08-14
ip: add VNET_IP_TABLE_ADD_DEL_FUNCTION
Steven Luong
2
-0
/
+132
2020-07-28
ip: svr: improve performance for non-fragments
Klement Sekera
1
-0
/
+206
2020-07-28
ip: fix punt cli to only consumes a line of input
Benoît Ganne
1
-4
/
+25
2020-07-16
ip: optimize ip4_header_checksum, take 2
Damjan Marion
1
-32
/
+72
2020-07-16
ip: optimize ip4_header_checksum
Damjan Marion
1
-62
/
+55
2020-07-14
ip: fix format_ip6_address_and_mask() bug
Chenmin Sun
1
-3
/
+2
2020-07-06
ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 type
jiangxiaoming
1
-2
/
+8
2020-07-02
ip: fix the order in ip4 punt redirect
Mohsin Kazmi
1
-2
/
+2
2020-06-26
ip: fix the punt redirect for ip4
Mohsin Kazmi
1
-6
/
+9
2020-06-12
ip: allocate ip4 mtrie pages in htlb memory
Dave Barach
3
-2
/
+48
2020-06-10
ip: reassembly: LRU algorithm should eliminate the longest unused nodes
zhengdelun
2
-2
/
+2
2020-06-08
vxlan: Fixed checksum caclculation offset
Vladimir Isaev
2
-14
/
+7
2020-06-01
ip: fix IPv6 mask to prefix length conversion
Andreas Schultz
1
-10
/
+5
2020-05-27
ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)
John Lo
2
-0
/
+14
2020-05-27
ip: reassembly: use correct IP header offset
Klement Sekera
1
-2
/
+7
2020-05-21
ip: Dual loop error in midchain chksum
Neale Ranns
1
-1
/
+1
2020-05-15
misc: removed executable bits from source files
Ray Kinsella
1
-0
/
+0
2020-05-14
ip: fix interface ip address del sw_if_index check
yedg
4
-6
/
+27
2020-05-06
docs: clean up make docs job
Paul Vinciguerra
1
-1
/
+1
2020-05-05
api: ip: add IP_ROUTE_LOOKUP API
Christian Hopps
2
-0
/
+83
2020-05-04
fib: midchain adjacency optimisations
Neale Ranns
2
-44
/
+79
2020-05-04
misc: binary api fuzz test fixes
Dave Barach
2
-3
/
+4
2020-04-29
ip: use thread local vm instead of thread main for vlib_time_now calls
Tom Seidenberg
2
-2
/
+2
2020-04-28
tests: move defaults from defaultmapping to .api files
Paul Vinciguerra
1
-9
/
+9
2020-04-27
ip: reassembly: fix one possible use-after-free
Gao Feng
2
-10
/
+11
2020-04-24
ip: reassembly: improve type safety
Klement Sekera
4
-30
/
+24
2020-04-24
ip: Setting the Link-Local address from the API enables IPv6 on the
Neale Ranns
4
-13
/
+18
[prev]
[next]