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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
interface: remove the pending interrupt from deleting interface
Mohsin Kazmi
2
-5
/
+16
2022-11-24
sr: srv6 path tracing api
Julian Klaiber
4
-0
/
+160
2022-11-23
gso: add gso documentation
Mohsin Kazmi
1
-0
/
+154
2022-11-22
policer: adding documentation
Maxime Peim
2
-4
/
+231
2022-11-21
ipsec: improve ipsec policy adding performance
Xiaoming Jiang
1
-19
/
+15
2022-11-18
ipsec: Failure at the start of the batch should not invalidate the rest of th...
Neale Ranns
1
-1
/
+1
2022-11-15
session: add transport main structure
Florin Coras
1
-39
/
+37
2022-11-11
session: safe pools for cut-through sessions
Florin Coras
1
-1
/
+2
2022-11-10
session: reduce safe pool expand rate
Florin Coras
1
-2
/
+1
2022-11-10
http: support client connect
Filip Tehlar
1
-0
/
+2
2022-11-09
ip: fix unformat_ip_address forcing version to IP4 for some IP6 addresses
Andrew Yourtchenko
1
-9
/
+10
2022-11-08
policer: improvement show policer cli.
Huawei LI
1
-3
/
+3
2022-11-06
ip6-nd: set router flag on NA if appropriate
Matthew Smith
3
-1
/
+19
2022-11-05
ip6-nd: initialize radv_info->send_radv to 1
Dave Barach
1
-0
/
+3
2022-11-04
classify: fix crash when update nonexistent classify table.
Huawei LI
1
-1
/
+3
2022-11-03
session: fix tx_fifo clear and incorrect bitmap invalidation
Dongya Zhang
2
-5
/
+12
2022-11-02
sr: SRv6 Path Tracing Midpoint behaviour
Julian Klaiber
4
-0
/
+196
2022-10-31
tls: use safe pool reallocs
Florin Coras
2
-51
/
+7
2022-10-26
session: add session event log for session state
Steven Luong
5
-35
/
+68
2022-10-25
virtio: use current_data as l2_hdr_offset
Mohsin Kazmi
1
-4
/
+2
2022-10-25
devices: fix the l2 hdr offset in af_packet transmit side
Mohsin Kazmi
1
-4
/
+2
2022-10-25
udp: use new wrk context for connections
Florin Coras
2
-18
/
+19
2022-10-25
udp: postpone cleanup of udp connections
Florin Coras
2
-2
/
+48
2022-10-24
crypto: fix dead nn foreach
Dmitry Valter
1
-5
/
+5
2022-10-24
gso: remove vxlan header include file dependency
Steven Luong
1
-2
/
+3
2022-10-21
devices: add support for af-packet v2
Mohsin Kazmi
7
-186
/
+645
2022-10-20
udp: support for disabling tx csum
Florin Coras
5
-4
/
+62
2022-10-20
session: add session debug cli
Steven Luong
4
-54
/
+176
2022-10-20
virtio: fix the missing unlock
Mohsin Kazmi
1
-1
/
+2
2022-10-19
udp: explicit udp output node
Florin Coras
5
-12
/
+283
2022-10-18
session: pass sep.opaque to listen session
Mohammed Hawari
1
-0
/
+1
2022-10-17
virtio: fix the tx side hdr offset
Mohsin Kazmi
1
-11
/
+10
2022-10-17
devices: fix the header offsets in af_packet
Mohsin Kazmi
1
-8
/
+18
2022-10-17
gso: fix the metadata for gro packets
Mohsin Kazmi
1
-0
/
+2
2022-10-17
ip: fix the pseudo header checksum
Mohsin Kazmi
1
-4
/
+2
2022-10-16
ip-neighbor: delete redundant help information in cli.
Huawei LI
1
-12
/
+17
2022-10-13
l2: coverity complains dead codes
Steven Luong
1
-14
/
+11
2022-10-13
session: make session code compile with SESSION_DEBUG enable
Steven Luong
2
-2
/
+15
2022-10-12
ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next
Damjan Marion
1
-155
/
+144
2022-10-12
ip: simpler and faster ip4_full_reass_drop_all
Damjan Marion
1
-41
/
+19
2022-10-12
misc: fix issues reported by clang-15
Damjan Marion
8
-19
/
+7
2022-10-11
l2: Add bridge_domain_add_del_v2 to l2 api
Laszlo Kiraly
5
-5
/
+136
2022-10-11
fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.
Huawei LI
5
-16
/
+18
2022-10-07
tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files
Steven Luong
1
-0
/
+1
2022-10-07
tcp: build image with TCP_DEBUG_ALWAYS via make
Steven Luong
1
-0
/
+4
2022-10-07
fib: add fib_entry_get_path_list_for_source
Damjan Marion
2
-0
/
+22
2022-10-06
gso: set the header offsets in gro hdr fixup
Mohsin Kazmi
1
-0
/
+3
2022-10-06
gso: fix the checksum for odd number of data bytes
Mohsin Kazmi
1
-0
/
+1
2022-10-05
fib: only invoke adj delegate create callback on mcast adj create
Peter Morrow
1
-2
/
+2
2022-10-05
ip: reassembly - custom context instead of VRF
Mohammed Hawari
2
-40
/
+137
[prev]
[next]