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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-22
VOM: stats: Associate stat obj to interface
Mohsin Kazmi
5
-25
/
+71
2017-11-21
VCL: close-on-empty state transition refactoring.
Dave Wallace
3
-661
/
+764
2017-11-21
session: unset fifo event before reading fifo size
Florin Coras
1
-6
/
+4
2017-11-21
tcp: initialize builtin client ns
Florin Coras
1
-1
/
+1
2017-11-21
stn-plugin: do not assume all punted packets start with L3 header.
Andrew Yourtchenko
1
-0
/
+12
2017-11-21
use REV on aarch64 for endianness swapping (VPP-1067)
Gabriel Ganne
1
-0
/
+19
2017-11-21
libmemif: unit test update, continue configure if check module missing
Jakub Grajciar
3
-8
/
+10
2017-11-21
dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t
Damjan Marion
11
-80
/
+152
2017-11-20
session/tcp: filtering improvements
Florin Coras
8
-127
/
+234
2017-11-20
dpdk: add support for DPDK 17.11
Damjan Marion
13
-213
/
+55
2017-11-20
VCL: Update lcl addr/port from connect session reply msg.
Dave Wallace
1
-0
/
+4
2017-11-20
Have PAPI find its API definition files
Chris Luke
1
-5
/
+140
2017-11-20
nowhere to set read_timeout
dongjuan
1
-2
/
+2
2017-11-19
session: fix session rules api to use transport proto
Florin Coras
1
-0
/
+1
2017-11-19
VCL-LDPRELOAD: Fix CID179207
Dave Wallace
2
-4
/
+19
2017-11-18
Call a plugin init function by name
Dave Barach
2
-0
/
+29
2017-11-18
test http server: prealloc fifos/segment options
Florin Coras
1
-3
/
+29
2017-11-18
Rename classifier ip6-sr metadata set action
Dave Barach
3
-5
/
+5
2017-11-18
unformat function for FIB paths
Neale Ranns
6
-360
/
+198
2017-11-17
VOM fixes and logger improvements
Neale Ranns
7
-30
/
+47
2017-11-17
Add a non interactive mode
John DeNisco
5
-131
/
+221
2017-11-17
Replace tap interface using general interface
Hongjun Ni
6
-54
/
+52
2017-11-17
subunit is required on centos as well as fedora
Gabriel Ganne
2
-4
/
+1
2017-11-17
acl-plugin: use ip.save_rewrite_length to calculate IP header offset on L3 eg...
Andrew Yourtchenko
1
-3
/
+11
2017-11-17
vppcom: improve listener session handling
Florin Coras
3
-56
/
+126
2017-11-16
acl-plugin: also print human-friendly format of 5tuple in packet trace
Andrew Yourtchenko
1
-0
/
+22
2017-11-16
tcp: register with ip for header parsing by default
Florin Coras
1
-9
/
+12
2017-11-16
Deal with double name-pointer chases
Dave Barach
1
-48
/
+167
2017-11-16
dpdk: add additional data to TX trace
Damjan Marion
3
-2
/
+9
2017-11-16
libmemif: unmask head/tail pointers fix, additional ring info in memif_queue_...
Jakub Grajciar
3
-75
/
+109
2017-11-16
dpdk/ipsec: use physmem when creating pools
Sergio Gonzalez Monroy
3
-84
/
+116
2017-11-16
Add Support of DHCP VSS Type 0 where VPN-ID is ASCII
John Lo
11
-395
/
+601
2017-11-15
memif: fix uninitialized pointer read coverity error
Steven
1
-0
/
+2
2017-11-15
BIER: coverity fixes
Neale Ranns
6
-11
/
+22
2017-11-15
Punt DNS request/reply traffic when name resolution disabled
Dave Barach
3
-5
/
+27
2017-11-15
Revert "vnet: af_packet mark l3 offload cksum"
Jakub Grajciar
1
-2
/
+1
2017-11-15
vxlan extended tests - fix scapy-related issues
Gabriel Ganne
2
-1
/
+12
2017-11-15
add libffi-dev to DEB_DEPENDS
Gabriel Ganne
1
-1
/
+1
2017-11-15
armv8 crc32 - fix macro name
Gabriel Ganne
1
-1
/
+1
2017-11-15
Fix cosmetic issue in configure.ac
Damjan Marion
1
-1
/
+1
2017-11-15
VOM: interface's handle() retreives from singular instance
Neale Ranns
2
-0
/
+11
2017-11-15
VOM: interface RD update reconfigures L3 bindings
Neale Ranns
5
-21
/
+169
2017-11-14
VOM: bridge-domain learning mode and route help commands
Neale Ranns
9
-10
/
+128
2017-11-14
Ip6 dump not showing fib table names (VPP-1063)
Neale Ranns
2
-9
/
+9
2017-11-14
Fix typos in configure.ac and dpdk/buffer.c
Damjan Marion
2
-10
/
+10
2017-11-14
vppinfra: fix pool_get_aligned_will_expand for fixed pools
Florin Coras
1
-3
/
+4
2017-11-14
NULL-terminate load_balance_nsh_nodes[]
Gabriel Ganne
1
-0
/
+1
2017-11-14
bier - fix node table declaration
Gabriel Ganne
3
-3
/
+6
2017-11-14
Fix builtin http server static request free
Florin Coras
1
-0
/
+1
2017-11-14
vnet: af_packet_set_l4_cksum_offload device class check
Jakub Grajciar
2
-1
/
+5
[next]