aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-16ip: optimize ip4_header_checksumDamjan Marion1-62/+55
2020-07-16gre: fix outer ip6 lengthAloys Augustin1-5/+5
2020-07-15virtio: fix the msix for multiqueueMohsin Kazmi2-15/+60
2020-07-14ip: fix format_ip6_address_and_mask() bugChenmin Sun1-3/+2
2020-07-13session: fix application_lookup_name fail due to app_by_name default hash typ...jiangxiaoming1-0/+1
2020-07-13session: reduce verbosity on fifo alloc failureFlorin Coras1-1/+1
2020-07-07session: fix ct listener cleanupFlorin Coras3-4/+3
2020-07-07tcp: round down rcv wnd even if avoiding retractionFlorin Coras1-13/+9
2020-07-07tap: fix the tun sndbuf value for kernel 4.20 and laterMohsin Kazmi1-4/+16
2020-07-06ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 typejiangxiaoming1-2/+8
2020-07-06fib: fix debug preprocessor directivesMatthew Smith4-4/+4
2020-07-02tcp: fix coverity warningFlorin Coras1-2/+2
2020-07-02tcp: cli to dump half-open connectionsFlorin Coras1-0/+104
2020-07-02tap: fix dump for TUN interfacesMohsin Kazmi2-1/+5
2020-07-02ip: fix the order in ip4 punt redirectMohsin Kazmi1-2/+2
2020-06-30classify: fix debug CLIDave Barach1-1/+5
2020-06-30tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-7/+6