aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-1/+3
2020-05-25api: add new stream message conventionOle Troan1-0/+1
2020-05-24tcp: track buffer alloc failuresFlorin Coras2-3/+21
2020-05-24ipsec: fixed chaining ops after add footer and icvPiotrX Kleski1-8/+11
2020-05-21vcl: support connected udp listensFlorin Coras2-0/+2
2020-05-21ip: Dual loop error in midchain chksumNeale Ranns1-1/+1
2020-05-19vppinfra: refactor mpcap.hDave Barach1-0/+113
2020-05-19interface: fix interface rx mode config APIJakub Grajciar1-2/+4
2020-05-17ip6-nd: correct set-ip6-nd-proxy CLI short_helpIgnas Bacius1-1/+1
2020-05-16l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo4-31/+16
2020-05-16misc: fix typo in set-ipfix-exporter CLI short_helpIgnas Bacius1-1/+1
2020-05-15misc: removed executable bits from source filesRay Kinsella15-0/+0
2020-05-15session: track detached listener segment managersFlorin Coras4-7/+77
2020-05-14tcp: fix bogus time update due to missing castFlorin Coras1-1/+2
2020-05-14lisp: API cleanupOnong Tayeng3-41/+6
2020-05-14nat: ED: store both thread&session idx in hashKlement Sekera1-1/+1
2020-05-14ip: fix interface ip address del sw_if_index checkyedg4-6/+27
2020-05-13sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo1-16/+10
2020-05-13gso: remove ordering dependency on esp-encrypt-tunNeale Ranns1-2/+2
2020-05-13interface: fix the checksum offload in quad loopMohsin Kazmi1-20/+25
2020-05-13feature: Config end nodes are user specificNeale Ranns5-24/+41
2020-05-13bonding: fix the GSO flagsMohsin Kazmi1-2/+8
2020-05-13ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAsNeale Ranns2-38/+65
2020-05-13nat: handoff next node feature fixFilip Varga1-1/+1
2020-05-12tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-05-10ip-neighbor: fix show ip neighbor issueMichael Yu1-5/+4
2020-05-10ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-05-08ethernet: fix coverity warningDave Barach1-1/+1
2020-05-07session: catch segment manager alloc failureFlorin Coras1-3/+4
2020-05-06docs: clean up make docs jobPaul Vinciguerra10-11/+15
2020-05-06crypto: fix coverity issuesFan Zhang1-20/+1
2020-05-06misc: fix coverity warningsDave Barach1-1/+1
2020-05-05ipsec: User can choose the UDP source portNeale Ranns9-24/+110
2020-05-05session: improve .api comments slightlyVratko Polak1-3/+3
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps2-0/+83
2020-05-05gso: add support for IP-IPMohsin Kazmi7-138/+266
2020-05-04ethernet: add sanity checks to p2p_ethernet_add/delDave Barach2-0/+41
2020-05-04session: add option to preallocate fifo headersFlorin Coras5-34/+56
2020-05-04fib: midchain adjacency optimisationsNeale Ranns25-605/+822
2020-05-04tcp: fix max tx sack blocks upper boundFlorin Coras1-1/+1
2020-05-04misc: binary api fuzz test fixesDave Barach7-9/+10
2020-05-04tap: refactor existing flagsMohsin Kazmi4-17/+30
2020-05-02ip-neighbor: honor walk callback return valueRuslan Babayev1-2/+4
2020-05-01tap: implement sw_interface_tap_v2_dump filtering by sw_if_indexPaul Vinciguerra3-13/+12
2020-04-30l2: fix coverity warnings in l2_fwd.cDave Barach1-9/+9
2020-04-30tcp: fix v6 ll lookup fibFlorin Coras1-1/+1
2020-04-30session: cleanup listener segment manager on wrk freeFlorin Coras3-10/+18
2020-04-30ip-neighbor: Add flush APINeale Ranns4-0/+71
2020-04-30flow: add l2tpv3oip flowChenmin Sun2-2/+24
2020-04-30crypto: introduce async crypto infraFan Zhang14-740/+2890