aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-05-16init / exit function orderingDave Barach19-200/+166
2019-05-15IPSEC: remove CLI check for unsupported IPv6-AH - it is supportedNeale Ranns1-22/+0
2019-05-15Remove unused function nat44_ha_resync() and error IN_PROGRESS.Jon Loeliger1-1/+0
2019-05-14QUIC multi thread updateAloys Augustin1-1/+1
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-3/+8
2019-05-14IPSEC coverity fixesNeale Ranns2-2/+4
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns3-4/+4
2019-05-14Coverity: Fix CID-198494 & CID-198388Dave Wallace1-1/+1
2019-05-14Unregister UDPC port only when ownedNathan Skrzypczak3-2/+9
2019-05-13Trivial Typo's in bier comments/docs.Paul Vinciguerra14-27/+27
2019-05-13vnet: remove macro definitionsZhiyong Yang1-3/+0
2019-05-13Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clientsjackiechen19852-4/+2
2019-05-13remove dead code in rewrite.cNeale Ranns1-26/+0
2019-05-10Update ping cli .short_help.Paul Vinciguerra1-2/+2
2019-05-09session: segment manager fixesFlorin Coras2-2/+4
2019-05-09add mactime plugin unit / code coverage testsDave Barach3-20/+30
2019-05-09Update API descriptionIgor Mikhailov (imichail)1-3/+2
2019-05-09make test: add quic multistream test caseDave Wallace2-12/+25
2019-05-08session: send tx events when data is dequeuedFlorin Coras4-11/+23
2019-05-07Fix af_packet issues:jackiechen19852-33/+60
2019-05-07add TLS endpoint functionYu Ping2-5/+32
2019-05-06ip4_load_balance: leverage vlib_get_buffersZhiyong Yang1-13/+11
2019-05-06virtio: refactor ctrl queue supportMohsin Kazmi1-22/+32
2019-05-06ppp: simplify code using existing functionsZhiyong Yang1-10/+6
2019-05-06Add missing init fn dependency to ipsec_initDave Barach1-0/+5
2019-05-06Fix VPP-1487 DHCP client does not support option 6-domain serverjackiechen19854-7/+45
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras2-0/+65
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong3-0/+9
2019-05-03Fix FIB initialization in UDP inputNathan Skrzypczak1-0/+1
2019-05-03Add packet headers in UDPC fifosAloys Augustin2-38/+23
2019-05-02vpp_papi_provider.py: update defautmapping.Paul Vinciguerra1-1/+1
2019-05-01virtio: Fix virtio buffer allocationMohsin Kazmi1-1/+1
2019-05-01virtio: remove configurable queue size supportMohsin Kazmi5-41/+27
2019-05-01esp_encrypt: remove unnecessary codeZhiyong Yang1-1/+1
2019-05-01ipsec: fix ipsec format overflowBenoît Ganne1-4/+3
2019-04-30svm: more fifo refactor/cleanupFlorin Coras5-18/+17
2019-04-30crypto: enforce per-alg crypto key lengthBenoît Ganne3-16/+55
2019-04-30reassembly: avoid race-conditionsKlement Sekera1-12/+26
2019-04-26IF: return VTR attributes for all ifs in dump APIAlexander Chernavin1-20/+20
2019-04-26crypto, ipsec: change GCM IV handlingDamjan Marion3-4/+22
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras2-2/+26
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion2-2/+1
2019-04-25tap: Fix the indirect buffer allocationMohsin Kazmi1-1/+1
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras10-381/+402
2019-04-25crypto_ipsecmb: use pre-expanded keysDamjan Marion1-1/+1
2019-04-25session: use teps in accept/connect notificationsFlorin Coras6-48/+40
2019-04-25IPSEC; dpdk backend for tunnel interface encryptionNeale Ranns8-57/+94
2019-04-25ipsec: drop runts in esp-decryptDamjan Marion1-0/+8
2019-04-25crypto: improve key handlingDamjan Marion11-26/+208
2019-04-25Remove dummy_interface_tx nodes from l2tp l2xcrw and nshJohn Lo2-18/+0