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
/
vnet
/
ip
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
Fix vent_data memory leak in function run_ping_ip46_address (VPP-966)
dongjuan
1
-0
/
+1
2017-08-22
ping: remove unnecesary x86 intrinsics #include
Damjan Marion
1
-1
/
+0
2017-08-19
Fixed ip add bug for ip6 with review comments
pragash
1
-4
/
+4
2017-08-16
ip4: cleanup ip local
Florin Coras
1
-153
/
+85
2017-08-16
tcp: fix v6 sessions
root
1
-54
/
+64
2017-08-16
NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)
Matus Fabian
2
-0
/
+123
2017-08-15
IPv6 local-address for P2P ethernet interfaces
Pavel Kotucek
1
-1
/
+2
2017-08-14
FIB table add/delete API only
Neale Ranns
2
-0
/
+28
2017-08-11
Fix tcp multi buffer segments retransmission
Florin Coras
1
-5
/
+7
2017-08-09
Allow multiple MPLS output labels to be passed on the CLI
Neale Ranns
1
-3
/
+10
2017-08-08
L2 over MPLS
Neale Ranns
5
-35
/
+41
2017-08-02
Fix vpp crash sending arp or probing neighb (VPP-917)
Pavel Kotucek
2
-0
/
+29
2017-08-02
Fix ip checksum offload, move badly-placed ASSERT
Dave Barach
1
-0
/
+2
2017-08-02
Fix tcp tx buffer allocation
Florin Coras
1
-2
/
+0
2017-08-02
Make ip csum configurable in vlib buffer functions
Florin Coras
2
-2
/
+4
2017-08-01
FIB path weight incorrect in dump (VPP-922)
Neale Ranns
1
-3
/
+5
2017-07-27
ping: fixing wrong value when there are worker threads
Mohammed Hawari
2
-9
/
+21
2017-07-20
Fix coverity issue introduced with IP checksum offload commit
Damjan Marion
1
-3
/
+3
2017-07-19
Fix IP checksum offload metadata setup
Dave Barach
1
-2
/
+12
2017-07-18
FIB path preference
Neale Ranns
3
-22
/
+20
2017-07-18
TCP/UDP checksum offload API
Dave Barach
2
-4
/
+9
2017-07-14
vnet_buffer_t flags cleanup
Damjan Marion
4
-43
/
+49
2017-07-14
Introduce l{2,3,4}_hdr_offset fields in the buffer metadata
Damjan Marion
3
-17
/
+14
2017-07-06
Send GARP/NA on bonded intf slave up/down if in active-backup mode
John Lo
2
-0
/
+55
2017-06-23
IP4/IP6 FIB: fix crash during interface delete
Pavel Kotucek
4
-1
/
+42
2017-06-19
NAT64: Hairpinning (VPP-699)
Matus Fabian
2
-28
/
+49
2017-06-12
NAT64: bug fix
Matus Fabian
1
-5
/
+9
2017-06-09
NAT64: ICMP error support
Matus Fabian
1
-8
/
+5
2017-06-06
Fix coverity error in IP4 Mtrie.
Neale Ranns
1
-4
/
+4
2017-06-04
Fix typo for specifying table_id on ping.
wenxian li
1
-1
/
+1
2017-06-01
Fix 'ip probe' on /32
Neale Ranns
3
-44
/
+48
2017-05-30
Flowprobe: Stateful flows and IPv6, L4 recording
Ole Troan
1
-0
/
+6
2017-05-26
MPLS lookup DPO does not pop the label (nor does it handle replicate)
Neale Ranns
1
-1
/
+0
2017-05-26
ARP/ND use path_remove to complement path_add
Neale Ranns
1
-7
/
+31
2017-05-24
IPv6 Performance bugs
Neale Ranns
1
-18
/
+14
2017-05-23
ARP/ND entries for the same address on different interfaces (VPP-848)
Neale Ranns
1
-6
/
+6
2017-05-19
mfib CLI bugs (VPP-852)
Neale Ranns
1
-0
/
+2
2017-05-17
ARP learning fixes (VPP-843)
Neale Ranns
2
-10
/
+21
2017-05-16
ping command does not work when there is woker thread (VPP-844)
flyingeagle23
1
-0
/
+1
2017-05-11
Validate ip6 interface fib tables early on
Florin Coras
1
-0
/
+5
2017-05-05
ip6_to_ip4.h coverity fix
Matus Fabian
1
-1
/
+1
2017-05-05
NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V...
Matus Fabian
2
-0
/
+1148
2017-05-03
change ip4_drop_node node register coding format
flyingeagle23
1
-2
/
+2
2017-05-02
Allow local/for-us replications for IP multicast routes on the CLI
Neale Ranns
1
-1
/
+6
2017-04-26
IP Flow Hash Config fixes
Neale Ranns
4
-15
/
+17
2017-04-25
"autoreply" flag: autogenerate standard xxx_reply_t messages
Dave Barach
1
-99
/
+9
2017-04-24
Improve Load-Balance MAPs
Neale Ranns
3
-90
/
+153
2017-04-19
Learn IP6 link-local ND entries from NSs sourced from link-local address
Neale Ranns
1
-2
/
+5
2017-04-13
Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...
Neale Ranns
2
-5
/
+3
2017-04-11
MPLS Mcast coverity fixes
Neale Ranns
1
-1
/
+1
[prev]
[next]