aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-02-07ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/2009Benoît Ganne3-22/+72
2020-11-26ip-neighbor: Send API event when neighbor is removedNeale Ranns8-51/+175
2020-11-26syslog: use per-thread vlib_mainBenoît Ganne2-5/+2
2020-11-12ipsec: add support for tx-table-id in cli + exampleBenoît Ganne2-3/+17
2020-11-12feature: reset interface feature arc on interface deletionBenoît Ganne5-27/+65
2020-11-12ipsec: fix unformat typesBenoît Ganne1-2/+2
2020-11-12ip: fix doxygen doc for address add/del commandBenoît Ganne1-2/+2
2020-10-23virtio: checksum error reported for ip6 traffic with GSO enableSteven Luong2-11/+1
2020-09-30virtio: fix modern device queue notifyMohsin Kazmi5-22/+53
2020-09-30virtio: fix txq lockingBenoît Ganne2-2/+6
2020-09-30tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-30virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi5-23/+39
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-09-23vxlan-gbp: Mark APIs as in-progressNeale Ranns1-0/+5
2020-09-22crypto: revert crypto set handler all APIYulong Pei1-36/+3
2020-09-16crypto: Crypto set handler API to support set all as CLIYulong Pei2-4/+37
2020-09-16api: clean up use of deprecated flagOle Troan4-7/+7
2020-09-16lisp: fix help msg of show eid-table commandOnong Tayeng2-4/+4
2020-09-16lisp: fix lisp|one_eid_table_dump's local|remote options in vatOnong Tayeng1-1/+1
2020-09-16lisp: fix crash with arp and packet trace onOnong Tayeng2-3/+7
2020-09-15build: fix build for Debian 9 and Debian 10Benoît Ganne2-7/+13
2020-09-15l2: fix null deref in l2_to_bvi()Matthew Smith1-1/+1
2020-09-09l2: check secondary macs on BVI interfaceMatthew Smith1-2/+35
2020-09-09crypto: change cryptodev with new cryptodev APIFan Zhang1-1/+1
2020-09-09interface: support configuring RSS steering queuesChenmin Sun6-2/+162
2020-09-08svm session: document unsupported fifo deq combinationsFlorin Coras1-0/+4
2020-09-07ipsec: fix padding/alignment for native IPsec encryptionChristian Hopps5-19/+19
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi18-394/+483
2020-09-04ipsec: fix trace of GRE_teb packetsChristian Hopps1-2/+5
2020-09-04ipsec: cli: add missing flags for SA addChristian Hopps1-0/+12
2020-09-04ip: enhance vtep4_check of tunnel by vector wayZhiyong Yang4-36/+137
2020-09-03misc: l2tp: cli: fix overly generic CLI commandsChristian Hopps1-2/+2
2020-09-03crypto: Add async crypto APIsNathan Skrzypczak6-5/+175
2020-09-03crypto: SW scheduler async crypto enginePiotrX Kleski4-69/+232
2020-09-02tcp: fix connection refused errorFlorin Coras1-1/+1
2020-09-02fib: IPv6 lookup data structure MP safe when prefixes changeNeale Ranns1-14/+31
2020-09-02fib: fix ADJ_NBR_ITF_OK param erroryedg1-1/+1
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong2-4/+75
2020-09-02session: fix non-blocking msg enqueue to vpp mqFlorin Coras1-1/+2
2020-09-02ipsec: add ipsec set async mode apiYulong Pei2-1/+26
2020-09-02misc: fix pcap [rx|tx|drop] filename stem overflowBenoît Ganne1-1/+1
2020-09-02tap: add the static assert for api flagsMohsin Kazmi1-0/+19
2020-09-02virtio: add virtio 1.1 api flagsMohsin Kazmi3-1/+119
2020-09-02tap: add virtio 1.1 API flagMohsin Kazmi3-2/+10
2020-09-01virtio: fix the bar starting indexMohsin Kazmi1-1/+1
2020-09-01virtio: fix the NULL deferenceMohsin Kazmi1-1/+2
2020-09-01virtio: fix the error returnMohsin Kazmi1-9/+12
2020-09-01crypto: add chacha20-poly1305 algoArtem Glazychev1-2/+5
2020-09-01ip: fix ip zero checksum verificationBenoît Ganne5-11/+12
2020-09-01fib: detect wrong adj neighbour bugsBenoît Ganne1-0/+23