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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-08
LISP: fix gpe sub-interface lookup
Filip Tehlar
1
-8
/
+8
2017-03-08
BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handler
Neale Ranns
1
-7
/
+0
2017-03-08
SNAT: user_session_dump is_ip4 and vat unformating added
Martin
3
-0
/
+20
2017-03-08
Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...
Neale Ranns
9
-62
/
+439
2017-03-08
LISP: add stats API/CLI
Filip Tehlar
5
-0
/
+175
2017-03-08
CGN: fix outside port calculation and set buffer error (VPP-623)
Matus Fabian
2
-18
/
+33
2017-03-07
Register TCP with IP only if session is enabled
Florin Coras
4
-8
/
+44
2017-03-07
fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres...
Gabriel Ganne
3
-17
/
+15
2017-03-07
Missing plugin binary API command fns found after brief search
Dave Barach
4
-2
/
+17
2017-03-07
DHCP Multiple Servers (VPP-602, VPP-605)
Neale Ranns
12
-191
/
+484
2017-03-07
Fix endian issue in ARP Event Reply
Wojciech Dec
2
-6
/
+8
2017-03-07
CLI: hide deleted interfaces
Eyal Bari
5
-5
/
+40
2017-03-07
In-band OAM active probe (VPP-471)
AkshayaNadahalli
23
-59
/
+2742
2017-03-07
CGN: Deterministic NAT (VPP-623)
Matus Fabian
10
-164
/
+2258
2017-03-07
Add setting of tenant VRF id for SNAT addresses (VPP-641)
Juraj Sloboda
4
-8
/
+42
2017-03-07
fix uninitialized ip6 keys within session.c
Gabriel Ganne
1
-0
/
+8
2017-03-07
silence -Wmaybe-uninitialized warning
Gabriel Ganne
1
-1
/
+1
2017-03-07
Python API: Synchronous mode.
Ole Troan
6
-149
/
+380
2017-03-07
make per-adj counters configurable
Neale Ranns
4
-61
/
+175
2017-03-07
Fixing loadbalancing over ECMP for recursive routes
AkshayaNadahalli
2
-12
/
+10
2017-03-06
ioam: manycast using iOAM and SR (VPP-628)
Shwetha Bhandari
18
-91
/
+2834
2017-03-06
BFD: documentation
Klement Sekera
11
-91
/
+526
2017-03-06
Remove unused multicast fields from vnet_buffer_t
Neale Ranns
1
-10
/
+0
2017-03-06
features: take device-input buffer advance value directly
Damjan Marion
7
-38
/
+42
2017-03-06
BFD: drop rpc call if packet doesn't match session
Klement Sekera
1
-1
/
+1
2017-03-06
BFD: remove unneeded code
Klement Sekera
1
-15
/
+0
2017-03-06
Add support for unix { coredump-size <size> }.
Klement Sekera
1
-0
/
+22
2017-03-06
span: wrong destination interface in tracing
Pavel Kotucek
1
-28
/
+18
2017-03-06
Quad loop interface-output node
Damjan Marion
1
-13
/
+48
2017-03-06
dpdk: init.c should be under device/
Damjan Marion
2
-1
/
+1
2017-03-06
SNAT: session dump last heard type fix
Martin
2
-3
/
+3
2017-03-04
Fix duplicate binary API registration messages / bugs
Dave Barach
3
-6
/
+5
2017-03-04
Export session.api.h for out-of-tree builds
Alexander Popovsky (apopovsk)
1
-1
/
+2
2017-03-04
DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC...
Neale Ranns
4
-20
/
+78
2017-03-04
Cleanup URI code and TCP bugfixing
Florin Coras
24
-1975
/
+1460
2017-03-04
Evolving SRv6 (Segment Routing for IPv6)
Pablo Camarillo
27
-5614
/
+8352
2017-03-04
timing wheel: avoid queueing expired timers and caching wrong earliest expiry...
Andrew Yourtchenko
1
-2
/
+11
2017-03-03
Implement a loopback instance allocation scheme.
Jon Loeliger
7
-19
/
+241
2017-03-03
Fixed PLUGIN_DISABLE bug
Pablo Camarillo
1
-1
/
+1
2017-03-03
Clean up VXLAN api message handler registration issues
John Lo
1
-94
/
+0
2017-03-03
VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v...
Andrew Yourtchenko
10
-88
/
+53
2017-03-03
Improve api trace replay consistency checking
Dave Barach
3
-2
/
+41
2017-03-03
IPv6 RA improvements
Neale Ranns
3
-157
/
+149
2017-03-03
Changing the IP table for an interface is an error if the interface already h...
Neale Ranns
7
-66
/
+110
2017-03-03
python API: work towards python/vpp api separation
Klement Sekera
1
-1
/
+30
2017-03-02
VPP-608: fix coverity warning in vppapigen
Dave Barach
1
-2
/
+2
2017-03-02
Fix create_vlan_subif API using sw_if_index as hw_if_index
John Lo
1
-3
/
+8
2017-03-02
Clean up binary api message handler registration issues
Dave Barach
14
-397
/
+81
2017-03-02
bridge domain: fix members reordered when removing
Eyal Bari
1
-1
/
+1
2017-03-02
SNAT: user's dump and session dump of a certain snat user.
magalik
6
-3
/
+288
[next]