aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-02-06ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/1904Benoît Ganne2-2/+30
2019-12-17fib: Adjacency walk fix for IPv6Neale Ranns1-1/+1
2019-11-14fib: Copy the prefix before use in case the underlying entry reallocs.Neale Ranns3-6/+19
2019-10-30vlib: convert frame_index into real pointersAndreas Schultz3-4/+4
2019-10-25devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-23lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-16/+18
2019-10-15fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-10-04bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-09-04ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-09-03tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-08-30bonding: incorrect RX counters for bond interfaceSteven Luong2-44/+36
2019-08-06ip tests: Fixes and UT for MPLS 6PENeale Ranns2-8/+32
2019-08-05ip: fix ip6/udp checksum for pkts using buffer chainingJohn Lo2-4/+15
2019-07-31fib: Add some path-list flags to its keyNeale Ranns2-1/+11
2019-07-24api: binary api cleanupDave Barach14-26/+55
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-07-22gso: Fix the l3 packet gso segment sizeMohsin Kazmi1-1/+4
2019-07-11ip: Punt node does not free iovecsNeale Ranns2-9/+19
2019-07-11ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify"Neale Ranns5-31/+35
2019-07-11ipsec: Revert "IPSEC: remove double byte swap of IP addresses"Neale Ranns1-10/+18
2019-07-02tcp: reject out-of-order finsFlorin Coras1-0/+4
2019-06-28tcp: fix close-waiting check for outstanding tx dataFlorin Coras1-1/+2
2019-06-21interface: fix the incorrect sizes/offsets in the tso segmentationAndrew Yourtchenko1-2/+2
2019-06-18acl vnet vlib: memory leaksSteven Luong1-0/+1
2019-06-03tcp: handle disconnects in rcv-processv19.04.2-rc0Florin Coras1-0/+1
2019-05-31VPP-1692: move NULL pointer checkv19.04.1Dave Barach1-5/+5
2019-05-25tcp: handle fin+rst in same frameFlorin Coras1-1/+8
2019-05-23tap: crash in multi-thread environmentSteven Luong3-5/+4
2019-05-23Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi4-48/+61
2019-05-09session: fix segment size rounding and size initFlorin Coras2-2/+4
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong3-0/+9
2019-04-26tap: Fix the indirect buffer allocation VPP-1660Mohsin Kazmi1-1/+1
2019-04-24IPSEC; dpdk backend for tunnel interface encryption (VPP-1662)v19.04.1-rc0Neale Ranns8-57/+94
2019-04-19DOCS-ONLY: Fix broken doxygen tag in BVIDave Wallace1-1/+1
2019-04-19IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)Neale Ranns1-7/+14
2019-04-19IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)Neale Ranns1-1/+3
2019-04-18FIB: recursion casues path reallocNeale Ranns1-1/+12
2019-04-18IPSEC: tunnel rekey fix and test (VPP-1652)Neale Ranns1-21/+24
2019-04-17Doxygen cleanup.Dave Wallace2-2/+2
2019-04-17Revert "Revert "bond: problem switching from l2 to l3"" [VPP-1651]v19.04-rc2Steven Luong1-0/+11
2019-04-17ADJ: crash in format/show (VPP-1648)Neale Ranns1-1/+1
2019-04-17IPSEC: support GCM in ESPNeale Ranns13-13/+127
2019-04-16IPSEC: ESP with ESN tests and fixesNeale Ranns2-4/+4
2019-04-16tap: fix the crash [VPP-1645]Mohsin Kazmi1-0/+3
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-14session: drop lock on segment allocation error VPP-1644Florin Coras1-12/+9
2019-04-14IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns3-7/+6
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns2-2/+13
2019-04-10ethernet: fix packet tracingBenoît Ganne1-1/+1