aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-12vcl: support multi-threads with session migrationhanlin2-1/+2
2020-08-11vcl: support inter worker rpcFlorin Coras3-0/+38
2020-08-06misc: harmonize namesDave Barach13-62/+66
2020-08-05interface: add pcap trace data preallocationDave Barach2-4/+48
2020-08-03tcp: improve timestamp rtt accuracyFlorin Coras6-43/+38
2020-07-31nsim: basic reorder supportFlorin Coras1-0/+1
2020-07-31ip-neighbor: Allow to replace dynamic entryVladimir Isaev1-11/+13
2020-07-30tcp: process syn in fin-wait-2Florin Coras1-0/+1
2020-07-29feature: add vnet_feature_is_enabledDave Barach2-1/+60
2020-07-29tcp: fix skipping RSTs in SYN_SENT stateIvan Shvedunov1-0/+1
2020-07-29ipsec: fix cli uninitialized parametersBenoît Ganne1-15/+37
2020-07-29tcp: process syn in close-waitFlorin Coras1-0/+1
2020-07-28bonding: toggle bond admin state may cause hw link state to downSteven Luong1-1/+1
2020-07-28ip: svr: improve performance for non-fragmentsKlement Sekera1-0/+206
2020-07-28ip: fix punt cli to only consumes a line of inputBenoît Ganne1-4/+25
2020-07-28lisp: fix cli locator-set name null terminationFlorin Coras2-8/+4
2020-07-28lisp: fix lisp/one enable/disableFlorin Coras2-85/+67
2020-07-28sr: fix prefix_len type parsingBenoît Ganne1-1/+1
2020-07-28bonding lacp: replace slave string with memberSteven Luong6-417/+684
2020-07-27tcp: fix tcp_connection_cleanup() with uninitialized elogIvan Shvedunov1-3/+7
2020-07-24interface: fix show/clear hardware-interfaces string overflowBenoît Ganne1-5/+19
2020-07-24session: cleanup lookup table for rejected sessionFlorin Coras1-1/+4
2020-07-24tcp: fix synack elog crashFlorin Coras1-2/+3
2020-07-24geneve: support geneve interface acting as a bviOle Troan4-32/+118
2020-07-23feature: fix feature config data initialization overflowBenoît Ganne1-5/+10
2020-07-23tcp: track pending timersFlorin Coras6-42/+10
2020-07-22virtio: add the buffer allocation errorMohsin Kazmi1-7/+13
2020-07-21ipsec: Dedicated IPSec interface typeNeale Ranns8-19/+749
2020-07-19sr: new messages created to return sl index for segment lists in a sr policyChinmaya Agarwal2-0/+102
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg1-0/+4
2020-07-16adl: move allow/deny list function to pluginDave Barach9-1441/+62
2020-07-16ip: optimize ip4_header_checksum, take 2Damjan Marion1-32/+72