aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-11-13virtio: feature arc have higher priority than redirectDamjan Marion1-3/+4
2019-11-13crypto: do not crash if no crypto engine loadedBenoît Ganne1-1/+1
2019-11-12tap: Move client registration check to topPaul Vinciguerra2-9/+14
2019-11-12virtio: remove unused codeDamjan Marion1-4/+0
2019-11-12interface: Allow VLAN tag-rewrite on non-sub-interfaces too.Jon Loeliger6-56/+84
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns18-460/+502
2019-11-12session: session enable in multiworkerNathan Skrzypczak2-1/+18
2019-11-12bonding: fix non-null terminated vectorBenoît Ganne1-2/+2
2019-11-12crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]Lijian Zhang3-3/+4
2019-11-11tcp: improve lost rxt heuristicFlorin Coras3-34/+55
2019-11-11ip: functional interface to ip fragmentationOle Troan5-196/+279
2019-11-10dhcp: ipv6 prefix delegation improvementsDave Barach1-1/+17
2019-11-10session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2019-11-10tcp: avoid retransmits post resetFlorin Coras2-0/+6
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns16-1658/+495
2019-11-08tap: add check for vhost-net backendDamjan Marion1-0/+9
2019-11-08tap: fix cli parserDamjan Marion1-4/+5
2019-11-08tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-11-08session: add space around ternary operatorVratko Polak2-1/+1
2019-11-07tcp: fix retransmit with no sacksFlorin Coras3-10/+18
2019-11-07session: Add crypto contextNathan Skrzypczak3-7/+68
2019-11-07session: ckpair store & crypto engine as mq paramsNathan Skrzypczak5-4/+12
2019-11-07session: fix app attach on errorNathan Skrzypczak1-3/+2
2019-11-07interface: shmemioerror while getting name_filter argAleksander Djuric2-4/+3
2019-11-06tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra6-16/+35
2019-11-06tcp: IPv6 flow label supportTarun Gupta3-10/+36
2019-11-05session tcp: refactor pacer timeFlorin Coras9-104/+74
2019-11-05ip: Fragmentation fixesNeale Ranns6-117/+159
2019-11-05tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-11-05ipsec: ipsec-input: check for too-short packetsBenoît Ganne1-12/+25
2019-11-04mpls: number of mpls tunnel paths returns zeroIJsbrand Wijnands1-1/+1
2019-11-03session: fix show cli with closed sessionFlorin Coras1-1/+3
2019-11-02session: reschedule asap when snd space constrainedFlorin Coras2-7/+28
2019-10-31vlib: only dump 1st buffer in chain by defaultBenoît Ganne1-1/+1
2019-10-31ipsec: fix esp trace seq number overflowBenoît Ganne2-4/+12
2019-10-31session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-10-31session: fix dispatch event loggingFlorin Coras1-16/+27
2019-10-31tcp: track lost rxt segments in byte trackerFlorin Coras2-0/+5
2019-10-30l2: fix typo in doxygenPaul Vinciguerra1-2/+2
2019-10-30ip: cleanup typos in documentationPaul Vinciguerra8-17/+17
2019-10-30tls: fifo size is u32Dave Wallace1-3/+10
2019-10-30tcp: rx fifo size is u32Dave Wallace1-2/+18
2019-10-30tls: fix on tcp connection resetZeyu Zhang2-3/+12
2019-10-30lisp: fix lisp-gpe db hashBenoît Ganne1-2/+2
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra15-17/+65
2019-10-30l2: l2tp API cleanupJakub Grajciar2-24/+39
2019-10-29ip: refactor ip4_mtrie to use atomic store-releasejaszha031-14/+5
2019-10-29ip: refactor ip4_mtrie to atomically unset leavesjaszha031-4/+6
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns3-55/+56