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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-30
tcp: fix single loop prefetch
Florin Coras
2
-3
/
+9
2018-06-30
cli: Validate cli_file_index on quit command
Steve Shin
1
-0
/
+4
2018-06-30
session: send tx notification to app
Florin Coras
3
-188
/
+229
2018-06-30
bitmap: add nocheck variants for bit ops
Florin Coras
2
-20
/
+54
2018-06-29
memif: minor fixes
Damjan Marion
2
-9
/
+9
2018-06-29
VPP-1324 SIGSEGV vl_msg_api_handler_with_vm_node()
Lukasz Majczak
2
-11
/
+21
2018-06-29
VPPAPIGEN: use SOURCE_DATE_EPOCH for datestring
Nirmoy Das
1
-1
/
+2
2018-06-29
CSIT-1148: VPPAPIGEN 2nd level import of .api ignored
Ole Troan
1
-4
/
+5
2018-06-29
ipsec: fix VPP-1333 - crash in ipsec policy cli
Klement Sekera
1
-0
/
+6
2018-06-29
igmp: bugfix and minor improvements
Jakub Grajciar
5
-76
/
+60
2018-06-29
Removing the static keyword do_fragment routines, so that could be accessed o...
Vijayabhaskar Katamreddy
2
-3
/
+8
2018-06-29
IP4 Router Alert option handling for IGMP
Neale Ranns
5
-14
/
+157
2018-06-29
bihash key compare improvements
Damjan Marion
3
-12
/
+10
2018-06-28
vcl: move binary api and cfg to separate files
Florin Coras
9
-1956
/
+2081
2018-06-28
Fix mheap_get_aligned() performance jackpot
Dave Barach
2
-3
/
+64
2018-06-28
vcl: refactor vcl session
Florin Coras
2
-201
/
+202
2018-06-28
jvpp: pass tuple of classes to isinstance()
Marek Gradzki
1
-3
/
+3
2018-06-28
reassembly: optimize bihash usage
Klement Sekera
2
-45
/
+38
2018-06-28
ip: vectorized ip checksum
Damjan Marion
3
-69
/
+147
2018-06-27
vcl: refactor debugging
Florin Coras
3
-1800
/
+756
2018-06-27
Tune pool_get / pool_put
Dave Barach
2
-7
/
+56
2018-06-27
acl: fix for loop initial declaration
Florin Coras
1
-1
/
+2
2018-06-27
avf: binary API and configurable RX/TX queue size
Jakub Grajciar
10
-13
/
+580
2018-06-27
gcc8 and Wstringop-truncation
Marco Varlese
4
-9
/
+13
2018-06-27
jvpp: cleanup generation of swap functions for custom types
Marek Gradzki
1
-8
/
+5
2018-06-27
jvpp: add support for unions (VPP-1322)
Marek Gradzki
6
-50
/
+277
2018-06-27
vppinfra: add vector horizontal add and byte swap (SSE4.2 & AVX2)
Damjan Marion
2
-0
/
+31
2018-06-27
acl-plugin: tm: avoid hash calculation dependency on a memory store operation
Andrew Yourtchenko
1
-1
/
+9
2018-06-27
acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks
Andrew Yourtchenko
3
-5
/
+625
2018-06-26
tcp/session: tx optimizations
Florin Coras
4
-22
/
+53
2018-06-26
dpdk: display rx/tx burst function name in "show hardware detail"
Damjan Marion
1
-0
/
+20
2018-06-26
Fix load_unaligned undefined and other possible build failures
Sirshak Das
1
-26
/
+40
2018-06-26
Fix assert issue in ip_csum_add_even()
Hongjun Ni
1
-1
/
+2
2018-06-26
tcp: avoid doing work in tcp_rcv_sacks for no sacks
Florin Coras
1
-2
/
+3
2018-06-26
NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329)
Matus Fabian
1
-0
/
+5
2018-06-26
node functions cannot be always_inline
Damjan Marion
7
-18
/
+18
2018-06-26
We don't have (yet) 128-bit unaligned load/store on ARM
Damjan Marion
1
-2
/
+2
2018-06-26
add backtrace in unix_signal_handler
Kingwel Xie
2
-30
/
+63
2018-06-26
L3DSR fix ip checksum issue and add test
Hongjun Ni
1
-9
/
+12
2018-06-26
acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge
Andrew Yourtchenko
6
-252
/
+456
2018-06-26
Fix api trace replay of handler to pass vm parameter
John Lo
1
-2
/
+2
2018-06-26
tcp: cleanup functions
Florin Coras
4
-263
/
+258
2018-06-26
SIMD optimized linear search in clib_bitmap_first_set
Damjan Marion
1
-2
/
+23
2018-06-25
Add checks for bad ARP request packets in arp-termination node
John Lo
1
-12
/
+9
2018-06-25
tw: add light weight timer update function
Florin Coras
6
-41
/
+183
2018-06-25
dpdk: Enhancement to call crypto start api at initialization
Sachin Saxena
1
-0
/
+4
2018-06-25
acl-plugin: remove the noisy debug output
Andrew Yourtchenko
1
-1
/
+1
2018-06-25
MAP: Move MAP-E/T to a plugin.
Ole Troan
26
-469
/
+675
2018-06-25
VCL: Refactor VCL test (part 1)
Dave Wallace
6
-338
/
+2171
2018-06-24
Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""
Klement Sekera
6
-195
/
+180
[next]