aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tls: init session for accepted ctxFlorin Coras1-7/+7
2024-03-26tcp: avoid fr segments less than mss if possibleFlorin Coras1-1/+5
2024-03-24tls: pass session state to engine on client initFlorin Coras1-1/+3
2024-03-23fib: fix vectorized impl buffer typoDmitry Valter1-1/+1
2024-03-22ipsec: esp_decrypt code clean upFan Zhang1-43/+42
2024-03-21session: fix workers race to allocate lookup tableFlorin Coras1-24/+39
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor5-44/+78
2024-03-21ipsec: remove unused parameter for esp_add_footer_and_icvFan Zhang1-4/+3
2024-03-20tls: avoid app session preallocationFlorin Coras1-42/+14
2024-03-18tls: handle attepts to renegotiate hsFlorin Coras1-1/+2
2024-03-15ip: reassembly - return correct valueKlement Sekera2-2/+2
2024-03-12misc: remove GNU Indent directivesDamjan Marion252-1723/+1
2024-03-10session: use no for ports in transport port allocatorFlorin Coras3-11/+17
2024-03-09session: fix port alloc for fixed lcl port reuseFlorin Coras1-2/+3
2024-03-05ip: force full reassembly before virtualMatthew Smith1-14/+5
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko12-53/+28
2024-03-04misc: fix icmpMaxime Peim2-1/+1
2024-03-04ip: fix warning on interface ipv6 prefix removeVladislav Grishenko1-1/+1
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko6-5/+31
2024-03-03udp: fix ipv6 udp punt showSamvel Vartapetov1-1/+1
2024-03-01session: add api cb for listen and unlistenFlorin Coras4-17/+24
2024-02-28crypto: CLI to change dispatch modeNiyaz Murshed1-0/+39
2024-02-27tls: pass reset ntf to enginesFlorin Coras2-22/+10
2024-02-27session: fix transport closed and disconnect raceFlorin Coras1-4/+7
2024-02-27dev: add per-port vnet flowMonendra Singh Kushwaha6-4/+97
2024-02-26tcp: fix fin retransmit when out of buffersFlorin Coras1-4/+3
2024-02-26virtio: fix the packed ring supportMohsin Kazmi1-0/+18
2024-02-23tls: initialize app session app wrkFlorin Coras1-1/+2
2024-02-22ip6: ECMP hash support for ipv6 fragmentsBenoƮt Ganne2-11/+27
2024-02-20tls: fix transport endpoint getFlorin Coras1-3/+4
2024-02-20pg: fix stream pg interfaceMaxime Peim4-11/+16
2024-02-19vnet: include platform specific un.hTom Jones1-0/+5
2024-02-19dev: fix type for uint32 arg valueMonendra Singh Kushwaha1-1/+1
2024-02-19wireguard: notify key changes to crypto engineLijian Zhang2-0/+12
2024-02-19ipsec: check each packet for no algs in esp-encryptMatthew Smith1-10/+13
2024-02-18udp: use transport port refcnt on acceptFlorin Coras3-2/+11
2024-02-18vnet: Use platform specific netlink headers on FreeBSDTom Jones1-0/+5
2024-02-18vnet: Disable tuntap build on not LinuxTom Jones1-0/+2
2024-02-18vnet: Provide platform specific if_tap headersTom Jones2-0/+8
2024-02-18vnet: Only build tap on LinuxTom Jones1-0/+2
2024-02-17tcp: retransmit fins in last-ackFlorin Coras2-2/+2
2024-02-16udp: unregister ports on all cleanupsFlorin Coras1-4/+3
2024-02-15tls: mark ho done atomically after ctx initFlorin Coras1-1/+2
2024-02-15session: postpone ct cleanup if rx evt pendingFlorin Coras1-3/+4
2024-02-13vnet: Don't use __unused for struct paddingTom Jones1-1/+1
2024-02-12fib: contention with DP on deleting a routeSteven Luong1-0/+1
2024-02-07udp: add cli to dump transport portsFlorin Coras1-0/+92
2024-02-02session: guard session lookup table allocsFlorin Coras2-0/+37
2024-01-31tls: set app closed flag in frameworkFlorin Coras1-0/+1
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras2-23/+25