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
/
ip6_neighbor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
misc: check return values from vlib_buffer_copy(...)
Dave Barach
1
-0
/
+3
2020-04-01
misc: fix ip6_neighbor_cmd
Dave Barach
1
-10
/
+0
2019-07-10
ip: fix show ip neigh vector read overflow
Benoît Ganne
1
-19
/
+7
2019-06-17
ip: consolidate IPv6 link-local-address functions.
Jon Loeliger
1
-1
/
+1
2019-04-08
fixing typos
Jim Thompson
1
-2
/
+2
2019-03-28
Typos. A bunch of typos I've been collecting.
Paul Vinciguerra
1
-1
/
+1
2019-02-26
VPP-1574: minimize RPC barrier sync calls
Dave Barach
1
-5
/
+25
2019-01-30
Use IP and MAC API types for neighbors
Neale Ranns
1
-79
/
+64
2019-01-20
buffers: don't init metadata, as it is already initialized
Damjan Marion
1
-3
/
+0
2019-01-18
buffers: remove freelist argument from vlib_buffer_add_data
Damjan Marion
1
-13
/
+7
2019-01-10
ARP/ND: copy opaque2 persistent fields to new packet
Neale Ranns
1
-1
/
+4
2019-01-07
Handle buffer alloc failure in vlib_buffer_add_data
Dave Barach
1
-22
/
+45
2019-01-02
Fixes for buliding for 32bit targets:
David Johnson
1
-1
/
+1
2019-01-01
buffers: remove unused code
Damjan Marion
1
-6
/
+2
2018-11-12
IPv6: Make link-local configurable per-interface (VPP-1446)
Juraj Sloboda
1
-69
/
+15
2018-10-29
Use throttle_t for ND throttling
Neale Ranns
1
-29
/
+8
2018-10-23
c11 safe string handling support
Dave Barach
1
-7
/
+7
2018-09-13
IP-neighbor: add and delete internal API
Neale Ranns
1
-17
/
+13
2018-09-08
L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes
Neale Ranns
1
-0
/
+1
2018-08-14
neighbor advertisement must with target_link option
ahdj007
1
-0
/
+2
2018-08-10
VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors
shubing guo
1
-2
/
+2
2018-08-09
Thread-safe ARP / ND throttling
Dave Barach
1
-38
/
+21
2018-07-23
fix vector index range checks
Eyal Bari
1
-1
/
+1
2018-07-20
IP directed broadcast
Neale Ranns
1
-0
/
+8
2018-07-14
Improve IP4 ARP and IP6 ND Events Notification
v18.10-rc0
John Lo
1
-1
/
+7
2018-07-07
Pipes
Neale Ranns
1
-0
/
+1
2018-06-19
Check get packet template allocation failure (VPP-1321)
John Lo
1
-0
/
+7
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
1
-3
/
+9
2018-06-08
Implement DHCPv6 PD client (VPP-718, VPP-1050)
Juraj Sloboda
1
-0
/
+23
2018-06-05
bond: send gratuitous arp when the active slave went down in active-backup mode
Steven
1
-11
/
+15
2018-05-28
Fix IP neighbor/arp pool full and static entry handling
John Lo
1
-97
/
+100
2018-05-14
Rework CP and DP communication in IPv6 RD (VPP-1256)
Juraj Sloboda
1
-3
/
+21
2018-05-11
Periodic scan and probe of IP neighbors to maintain neighbor pools
John Lo
1
-3
/
+13
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
1
-0
/
+275
2018-04-18
Mcast rewrite optimisations
Neale Ranns
1
-2
/
+2
2018-04-13
Revert "MTU: Setting of MTU on software interface (instead of hardware interf...
Damjan Marion
1
-2
/
+5
2018-04-13
MTU: Setting of MTU on software interface (instead of hardware interface)
Ole Troan
1
-5
/
+2
2018-04-13
GBP V2
Neale Ranns
1
-1
/
+13
2018-03-16
IPv6 ND Router discovery data plane (VPP-1095)
Juraj Sloboda
1
-1
/
+345
2018-03-12
Remove md5.[ch] from vppinfra
Dave Barach
1
-13
/
+2
2018-03-05
IP6 link-local table
Neale Ranns
1
-52
/
+110
2018-02-26
IPv6 MLD; pointer address used as hash key
Neale Ranns
1
-3
/
+3
2018-02-16
Allow providers to override glean behaviour
Neale Ranns
1
-1
/
+9
2018-02-15
Revert "Allow interface types to override glean adjacency behaivour"
Ole Trøan
1
-5
/
+1
2018-02-15
Allow interface types to override glean adjacency behaivour
Neale Ranns
1
-1
/
+5
2017-12-15
Fix icmp/udp/tcp punt/drop paths
Vijayabhaskar Katamreddy
1
-4
/
+4
2017-10-03
Repair vlib API socket server
Dave Barach
1
-1
/
+2
2017-09-22
IP-MAC,ND:wildcard events,fix sending multiple events
Eyal Bari
1
-20
/
+53
[next]