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
2018-06-19
ip checksum multiarch support, cleanup
Dave Barach
2
-109
/
+91
2018-06-14
Use unicast DMAC for IP neighbor pool refresh probes
John Lo
7
-15
/
+28
2018-06-14
MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite
Ole Troan
3
-15
/
+56
2018-06-11
MTU: Software interface / Per-protocol MTU support
Ole Troan
1
-5
/
+2
2018-06-08
Add reaper functions to want events APIs (VPP-1304)
Neale Ranns
2
-4
/
+135
2018-06-08
Implement DHCPv6 PD client (VPP-718, VPP-1050)
Juraj Sloboda
2
-0
/
+25
2018-06-07
Fix IP scan neighbor API/CLI handling of interval and stale
John Lo
1
-2
/
+2
2018-06-05
bond: send gratuitous arp when the active slave went down in active-backup mode
Steven
2
-14
/
+17
2018-06-04
ip4: optimize ip4_local
Florin Coras
2
-253
/
+319
2018-06-04
ip: save fib index for buffer in ip lookup
Florin Coras
5
-114
/
+65
2018-05-30
IPv6 for-us/receive multicast routes fix
Neale Ranns
1
-0
/
+4
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
1
-29
/
+5
2018-05-28
Fix IP neighbor/arp pool full and static entry handling
John Lo
1
-97
/
+100
2018-05-27
proxy_arp: remove unused is_add
Marek Gradzki
1
-2
/
+1
2018-05-27
ip4-input node rework
Damjan Marion
2
-125
/
+336
2018-05-25
Fix possible null pointer dereference
Juraj Sloboda
1
-3
/
+14
2018-05-25
ARP proxy dumps
Neale Ranns
3
-14
/
+145
2018-05-23
VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.
Ole Troan
2
-18
/
+30
2018-05-23
VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.
Ole Troan
2
-32
/
+43
2018-05-23
VPPAPIGEN: Add union and enum support and IP4/IP6 address type.
Ole Troan
1
-0
/
+37
2018-05-20
vector functions cleanup and improvements
Damjan Marion
1
-3
/
+2
2018-05-18
IP unnumbered dump
Neale Ranns
2
-1
/
+92
2018-05-18
IP address dump - don't send subnets for unnumbered interfaces
Neale Ranns
1
-4
/
+6
2018-05-17
Fixes in IPv6 RD control plane
Juraj Sloboda
2
-30
/
+59
2018-05-15
No overlapping sub-nets on any interface in the same table/VRF (VPP-943)
Neale Ranns
2
-25
/
+82
2018-05-14
Rework CP and DP communication in IPv6 RD (VPP-1256)
Juraj Sloboda
4
-359
/
+163
2018-05-11
Periodic scan and probe of IP neighbors to maintain neighbor pools
John Lo
6
-5
/
+516
2018-05-10
vnet: device flow offload infra
Damjan Marion
5
-0
/
+94
2018-05-04
Harmonize vec/pool_get_aligned object sizes and alignment requests
Dave Barach
2
-0
/
+8
2018-04-27
IPv6 NS/RS; do not vec_validate global structs in the DP
Neale Ranns
1
-12
/
+16
2018-04-27
IPv6 NS: use the mcast rewrite node to fill in the destination MAC
Neale Ranns
2
-263
/
+275
2018-04-27
A bit of buffer metadata reshuffling to accommodate flow_id
Damjan Marion
3
-8
/
+7
2018-04-18
Mcast rewrite optimisations
Neale Ranns
3
-8
/
+48
2018-04-17
IP mcast: allow unicast address as a next-hop
Neale Ranns
3
-1
/
+25
2018-04-17
VPP-1243: fix reassembly CLI
Klement Sekera
1
-5
/
+6
2018-04-16
Implement ip_probe_neighbor API
John Lo
2
-9
/
+63
2018-04-13
Revert "MTU: Setting of MTU on software interface (instead of hardware interf...
Damjan Marion
5
-128
/
+94
2018-04-13
MTU: Setting of MTU on software interface (instead of hardware interface)
Ole Troan
5
-94
/
+128
2018-04-13
GBP V2
Neale Ranns
2
-2
/
+17
2018-04-12
Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'
Neale Ranns
3
-13
/
+13
2018-04-03
reassembly: bug fixes
Klement Sekera
2
-15
/
+16
2018-04-03
session: use fib index in ip local test
Florin Coras
1
-1
/
+1
2018-03-29
Coverity fixes (VPP-1204)
Chris Luke
3
-0
/
+5
2018-03-29
ip6: fix ip6-local urpf checking
Florin Coras
1
-4
/
+7
2018-03-26
VCL: add IPv6 to socket_test.sh and make test
Dave Wallace
1
-2
/
+4
2018-03-21
reassembly: feature/concurrency
Klement Sekera
11
-345
/
+778
2018-03-19
IGMP plugin
Jakub Grajciar
1
-0
/
+18
2018-03-18
Remove unnumbered configuration on interface delete
Neale Ranns
2
-2
/
+4
2018-03-16
QoS recording and marking
Neale Ranns
3
-1
/
+5
2018-03-16
IPv6 ND Router discovery control plane (VPP-1095)
Juraj Sloboda
2
-0
/
+971
[prev]
[next]