aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-03-31ipsec: use id in ipsec_tunnel_protect_detailsMatthew Smith1-4/+6
2020-03-31ipsec: fix chained ESPFilip Tehlar2-50/+145
2020-03-31vlib: move pci api types from vnet/pci to vlib/pciJakub Grajciar6-124/+2
2020-03-31ipsec: fix udp-encap in transport modeAlexander Chernavin1-1/+7
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras6-88/+71
2020-03-30session udp: flag for connected udpFlorin Coras5-5/+46
2020-03-30vxlan: leverage vlib_get_buffers in vxlan_encap_inlineZhiyong Yang1-12/+14
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi3-6/+44
2020-03-30interface: remove mtu clib_warning message from api handlerPaul Vinciguerra1-1/+0
2020-03-27docs ethernet: add docs for ethernet SectionPaul Vinciguerra1-0/+7
2020-03-26session: fix coverity warningDave Barach1-1/+1
2020-03-26svm: correct format_fifo_segmentRyujiro Shibuya1-1/+3
2020-03-25session: api to add new transport typesFlorin Coras14-77/+136
2020-03-25tcp: avoid updating rcv wnd in resetsFlorin Coras1-3/+1
2020-03-25sr: Change the CLI keyword from address to prefix.Tetsuya Murakami1-1/+1
2020-03-25ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2020-03-24map: fix translation of icmp6 error messagesAlexander Chernavin1-0/+51
2020-03-23tcp: add lost and in flight to byte trackerFlorin Coras2-2/+15
2020-03-23ipsec: Revert "ipsec: fix chained ESP"Florin Coras2-144/+50
2020-03-23sr: srv6 API cleanupJakub Grajciar5-111/+149
2020-03-23ipsec: fix chained ESPFilip Tehlar2-50/+144
2020-03-23ipsec: increment no-tunnel counter in ipsec-tun-inputAlexander Chernavin1-0/+3
2020-03-23virtio: vhost gso checksum error when both indirect and mrg_rxbuf are offSteven Luong1-20/+19
2020-03-23tap: fix the numa/queue for buffersMohsin Kazmi1-1/+1
2020-03-23virtio: improve error handlingMohsin Kazmi1-9/+30
2020-03-21srv6-mobile: Fix the localsid length issue on vnet/srv6Tetsuya Murakami1-5/+6
2020-03-21srv6-mobile: Support GTP4/6.DT and User Plane message mappingTetsuya Murakami1-0/+7
2020-03-21ipsec: efficient layout of ESP per thread dataRajesh Goel1-3/+4
2020-03-21virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-21ikev2: add support for custom ipsec-over-udp portFilip Tehlar5-11/+28
2020-03-21virtio: fix the out of order descriptors in txMohsin Kazmi4-8/+102
2020-03-20tcp: avoid spurious retransmit attemptFlorin Coras1-4/+2
2020-03-20session: export session_alloc_for_connectionAndreas Schultz2-1/+3
2020-03-20ip: provide extern declaration for ip punt nodesJawahar Santosh Gundapaneni2-0/+2
2020-03-20ip: ip API types coverity fixJakub Grajciar1-1/+0
2020-03-19tcp: move accept init to separate reusable functionFlorin Coras3-102/+107
2020-03-19tcp: force deschedule if no send space availableFlorin Coras8-23/+38
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras11-103/+175
2020-03-19tcp: count dupacks with no sacksFlorin Coras2-1/+3
2020-03-19ip: change ip API enums address_family and ip_proto size to u8Jakub Grajciar7-59/+71
2020-03-19fib: format functions for pathNeale Ranns2-0/+72
2020-03-18ethernet: Copy only 6 bytes of mac address into a u64Jon Loeliger1-3/+3
2020-03-17fib: Always install all routers mcast addressesNeale Ranns5-30/+93
2020-03-17ip: ip_address_t uses ip46_address_tNeale Ranns16-196/+341
2020-03-17ipsec: initialize algs to none in 'create ipsec tunnel' cliDamjan Marion1-2/+2
2020-03-16arp: Restore CLI for setting ARP proxy entriesNeale Ranns1-2/+47
2020-03-16vxlan: vxlan/vxlan.api API cleanupJakub Grajciar2-38/+47
2020-03-13devices: netlink create the object if missingDave Barach1-4/+4
2020-03-12policer: API cleanupJakub Grajciar4-53/+115
2020-03-12sr: SRv6 uN behaviorPablo Camarillo4-33/+42