aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-07ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/2005Benoît Ganne3-22/+72
2020-08-20ipsec: fix esp paddingMilan Lenco1-1/+1
2020-08-17vcl: fix epoll timeoutFlorin Coras1-1/+1
2020-07-22stats: memory leak in stat_validate_counter_vectorSteven Luong1-2/+10
2020-07-15virtio: fix the msix for multiqueueMohsin Kazmi2-15/+60
2020-07-15misc: ipfix-export unformat u16 collector_port fixElias Rudberg3-1/+20
2020-07-15nat: fix regarding vm arg for vlib_time_now callElias Rudberg1-1/+2
2020-07-14sr: fix for SID index across segment lists within a sr policyChinmaya Agarwal1-1/+1
2020-07-14tap: fix dump for TUN interfacesMohsin Kazmi2-1/+5
2020-07-08tap: fix the tun sndbuf value for kernel 4.20 and laterMohsin Kazmi1-4/+16
2020-07-01tap: remove the bridge configurations for TUN interfaceMohsin Kazmi1-9/+10
2020-06-29gso: fix the l2 pathMohsin Kazmi1-8/+10
2020-06-11l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo4-31/+16
2020-06-11vppinfra: refactor mpcap.hDave Barach3-89/+118
2020-06-11nat: update ip4-udp src port for checksum == 0 pktsDave Barach1-3/+6
2020-06-04vcl: support connected udp listensFlorin Coras4-0/+10
2020-06-03lisp: fix api_format referencePaul Vinciguerra1-2/+2
2020-06-03gso: fix flag for inner headerMohsin Kazmi1-2/+3
2020-06-03lisp: fix api_formatFlorin Coras1-6/+6
2020-06-03vcl: fix udp connected checkFlorin Coras1-1/+1
2020-06-03lisp: fix custom dumpFlorin Coras2-16/+28
2020-06-03fib: Safe adj walkNeale Ranns1-8/+15
2020-06-01ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo11-70/+172
2020-05-27vppinfra: fix SIGBUS in bihash init when running unpriviledged, take twoDamjan Marion1-1/+1
2020-05-27fib: IPv6 lookup data structure MP safe when prefixes change (VPP-1881)Neale Ranns4-15/+84
2020-05-27ipsec: Add/Del IPSec SA is not MP safeNeale Ranns1-7/+0
2020-05-27vcl: fix ldp fcntl64Florin Coras3-40/+24
2020-05-26fib: Fix interpose source reactivateNeale Ranns1-0/+14
2020-05-26fib: Use basic hash for adjacency neighbour table (VPP-1877)Neale Ranns1-82/+42
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-05-26vcl: do not propagate epoll events if session closedFlorin Coras2-6/+17
2020-05-25tcp: fix sack block validation on wrapFlorin Coras2-1/+29
2020-05-25vppinfra: fix SIGBUS in bihash init when running unpriviledgedDamjan Marion1-1/+1
2020-05-25ipsec: fixed chaining ops after add footer and icvPiotrX Kleski1-8/+11
2020-05-25srv6-mobile: Update the doc of 20.05 for gtp4.dt and gtp6.dt funcitons.Satoru Matsushima1-5/+64
2020-05-21ip: Dual loop error in midchain chksumNeale Ranns1-1/+1
2020-05-20nat: fix segv if out of ports in ed modev20.05-rc2Alexander Chernavin2-1/+47
2020-05-20ip: fix interface ip address del sw_if_index checkyedg4-6/+27
2020-05-20dpdk: fix pktmbuf pool private data initBenoît Ganne1-0/+1
2020-05-19lisp: API doc/comments cleanupOnong Tayeng3-41/+6
2020-05-19interface: fix interface rx mode config APIJakub Grajciar1-2/+4
2020-05-18vcl: remove udpc transportFlorin Coras2-9/+1
2020-05-18tcp: fix bogus time update due to missing castFlorin Coras1-1/+2
2020-05-16vcl svm: fix rx event losshanlin1-2/+5
2020-05-13sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo3-22/+32
2020-05-13gso: remove ordering dependency on esp-encrypt-tunNeale Ranns1-2/+2
2020-05-13nat: fix broken buildKlement Sekera1-1/+1
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera10-161/+391
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera32-451/+401
2020-05-13interface: fix the checksum offload in quad loopMohsin Kazmi1-20/+25