aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-06-03fib: Safe adj walkNeale Ranns1-8/+15
2020-06-01ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo8-31/+104
2020-05-27fib: IPv6 lookup data structure MP safe when prefixes change (VPP-1881)Neale Ranns1-14/+31
2020-05-27ipsec: Add/Del IPSec SA is not MP safeNeale Ranns1-7/+0
2020-05-26fib: Fix interpose source reactivateNeale Ranns1-0/+14
2020-05-26fib: Use basic hash for adjacency neighbour table (VPP-1877)Neale Ranns1-82/+42
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-1/+3
2020-05-25ipsec: fixed chaining ops after add footer and icvPiotrX Kleski1-8/+11
2020-05-21ip: Dual loop error in midchain chksumNeale Ranns1-1/+1
2020-05-20ip: fix interface ip address del sw_if_index checkyedg4-6/+27
2020-05-19lisp: API doc/comments cleanupOnong Tayeng3-41/+6
2020-05-19interface: fix interface rx mode config APIJakub Grajciar1-2/+4
2020-05-18tcp: fix bogus time update due to missing castFlorin Coras1-1/+2
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
2020-04-30tap: allow deletion of tun interfaceMatthew Smith1-2/+5
2020-04-29ip: use thread local vm instead of thread main for vlib_time_now callsTom Seidenberg2-2/+2
2020-04-29devices: vhost: simplify string copies for GCC-10BenoƮt Ganne1-10/+5
2020-04-29tap: fix missing "num-rx-queues" from cli helpMohsin Kazmi1-6/+6