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-10-02
ip4-local: classify protos that skip csum and src check
Florin Coras
1
-13
/
+38
2018-10-02
Update code to compute checksum for buffer chains
Juraj Sloboda
1
-1
/
+1
2018-10-01
Add adjacency counters to the stats segment
Neale Ranns
4
-6
/
+34
2018-10-01
API / CLI event-log tracing
Dave Barach
1
-1
/
+0
2018-10-01
mroute routers in the stats segment
Neale Ranns
2
-23
/
+48
2018-10-01
Support dynamic dual/quad loop selection on aarch64
Lijian Zhang
1
-0
/
+140
2018-09-28
IP ttl check in ip4-input missing for single packet path.
Ole Troan
1
-0
/
+3
2018-09-28
stats: Split stat_segment and stats code in preparation for deprecation.
Ole Troan
1
-1
/
+0
2018-09-27
IPIP and IPv6 fragmentation
Ole Troan
5
-286
/
+206
2018-09-26
mismatch bi0 and b0 when finalizing ip reassembly.
Kingwel Xie
2
-0
/
+2
2018-09-20
Route counters in the stats segment
Neale Ranns
2
-50
/
+82
2018-09-14
vlib: introduce user flags in vlib_frame_t
Damjan Marion
2
-3
/
+3
2018-09-13
IP-neighbor: add and delete internal API
Neale Ranns
6
-58
/
+118
2018-09-11
indent off in ip_lookup_set_buffer_fib_index
Neale Ranns
1
-4
/
+5
2018-09-11
GBP Endpoint Updates
Neale Ranns
1
-0
/
+7
2018-09-08
L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes
Neale Ranns
1
-0
/
+1
2018-09-07
IP route update fix when multipath and drop set
Neale Ranns
1
-20
/
+14
2018-08-31
IPx address query functions take a const pointer
Neale Ranns
2
-34
/
+33
2018-08-31
Introduce a mac_address_t on the API and in VPP
Neale Ranns
1
-0
/
+1
2018-08-30
Refactor the ARP throttle into a common type so it can be reused
Neale Ranns
3
-33
/
+8
2018-08-29
Consolidate table->index conversion in fib-path CLI processing
Neale Ranns
1
-16
/
+0
2018-08-23
ip4: rework rewrite node to use vlib_buffer_enqueue_to_next()
Damjan Marion
1
-355
/
+270
2018-08-17
VPP-1392: VXLAN fails with IP fragmentation
Ole Troan
4
-2
/
+6
2018-08-15
Remove client_index field from replies in API
Ondrej Fabry
1
-5
/
+0
2018-08-14
Fix context field position in API definition
Ondrej Fabry
1
-1
/
+1
2018-08-14
neighbor advertisement must with target_link option
ahdj007
1
-0
/
+2
2018-08-13
Multiarch for ip4 forwarding nodes
Damjan Marion
1
-59
/
+49
2018-08-13
Multiarch handling in different constructor macros
Damjan Marion
1
-4
/
+2
2018-08-10
IP fragmentation buffer chains, part 2.
Ole Troan
1
-19
/
+21
2018-08-10
IP fragmentation to handle buffer chains.
Ole Troan
1
-79
/
+106
2018-08-10
VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors
shubing guo
1
-2
/
+2
2018-08-10
Use IP address types on UDP encap API
Neale Ranns
5
-39
/
+142
2018-08-09
Thread-safe ARP / ND throttling
Dave Barach
6
-75
/
+103
2018-08-03
Documentation fix on "set interface ip[6] table"
Yichen Wang
1
-2
/
+2
2018-07-30
FIB: return entry prefix by const reference to avoid the copy
Neale Ranns
1
-10
/
+10
2018-07-30
Reverse the logic of flagging malformed packet in fragmentation code to allow...
Rajesh Saluja
1
-1
/
+1
2018-07-27
Fix memory leak in processing of ICMPv6 RA event (VPP-1360)
Juraj Sloboda
1
-1
/
+2
2018-07-23
fix vector index range checks
Eyal Bari
1
-1
/
+1
2018-07-21
fix IP directed broadcast node declarations
Matthew Smith
2
-2
/
+2
2018-07-20
IP directed broadcast
Neale Ranns
4
-13
/
+130
2018-07-19
Remove unused argument to vlib_feature_next
Damjan Marion
4
-18
/
+6
2018-07-19
ip4-input and ip4-input-no-checksum should be siblings
Neale Ranns
1
-11
/
+1
2018-07-18
Add config option to use dlmalloc instead of mheap
Dave Barach
1
-0
/
+4
2018-07-14
Improve IP4 ARP and IP6 ND Events Notification
v18.10-rc0
John Lo
1
-1
/
+7
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
7
-20
/
+21
2018-07-09
IGMP improvements
Neale Ranns
6
-18
/
+234
2018-07-07
Pipes
Neale Ranns
1
-0
/
+1
2018-07-02
Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting
Vijayabhaskar Katamreddy
2
-1
/
+2
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
4
-14
/
+156
[next]