summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-01mpls: fix adjacencies walk in case of restackBenoît Ganne1-1/+1
2020-09-01ip: improve ip4_header_checksum_is_validDamjan Marion1-5/+12
2020-08-31vppinfra: convert A_extend_to_B to B_from_A format of vector inlinesDamjan Marion1-8/+8
2020-08-31ip: fix compiling error with gcc-10Jieqiang Wang1-0/+12
2020-08-31session: format app_ns_name with %v rather than %sjiangxiaoming1-1/+1
2020-08-31flow: code refactorChenmin Sun5-355/+389
2020-08-31cnat: Destination based NATNeale Ranns2-35/+35
2020-08-31virtio: fix the coverity warningMohsin Kazmi2-7/+13
2020-08-27ipsec: Deprecate old interface APINeale Ranns1-1/+3
2020-08-27session: limit max number of ct sessions per dispatchFlorin Coras1-2/+5
2020-08-25flow: add vnet/flow formal APIChenmin Sun8-0/+695
2020-08-25ip-neighbor: skip probe for disabled interfacesMatthew Smith1-0/+6
2020-08-24bonding: enhance binary api handlingSteven Luong1-0/+9
2020-08-20tcp: track reorder with sacksFlorin Coras6-38/+61
2020-08-20virtio: add modern device supportMohsin Kazmi7-47/+678
2020-08-20ipsec: fix esp paddingMilan Lenco1-1/+1
2020-08-20virtio: refactor pci device codeMohsin Kazmi7-350/+533
2020-08-20ip: vnet_ip_mroute_cmd payload_proto fixElias Rudberg1-6/+6
2020-08-19session: ct init error handlingFlorin Coras1-4/+18
2020-08-17tap: add gro supportMohsin Kazmi8-14/+87
2020-08-14gso: packet coalesce libraryMohsin Kazmi11-9/+1002
2020-08-14ip: add VNET_IP_TABLE_ADD_DEL_FUNCTIONSteven Luong4-0/+137