aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-29interface: fix interface_types.api enumsPaul Vinciguerra1-9/+8
2020-04-28vlib: add ASSERT to vlib_time_now(...)Dave Barach2-2/+3
2020-04-28flow: add RSS supportChenmin Sun2-2/+110
2020-04-28tap: use one tap fd per rx queueAloys Augustin3-35/+64
2020-04-28ipsec: fix buffer allocFilip Tehlar1-1/+7
2020-04-28tests: implement ipaddress convenience methodsPaul Vinciguerra1-8/+8
2020-04-28lisp: API cleanupJakub Grajciar12-924/+651
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra8-24/+24
2020-04-28tcp: remove sack reneging verbose loggingFlorin Coras1-2/+0
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong8-156/+1604
2020-04-27l2: merge two clib_memcpy_fast into oneZhiyong Yang1-11/+16
2020-04-27ip: reassembly: fix one possible use-after-freeGao Feng2-10/+11
2020-04-27devices: allow link state down with netlinkMatthew Smith1-1/+1
2020-04-25tls: improve cli state reportingFlorin Coras1-3/+12
2020-04-25session vcl: propagate transport cleanup notificationsFlorin Coras4-6/+15
2020-04-24nat: make usage of vnet_buffer2 transparentKlement Sekera1-0/+6
2020-04-24ip: reassembly: improve type safetyKlement Sekera4-30/+24
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns5-15/+20
2020-04-24virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-24ipsec: add input node bypass/discard functionalityShivaShankarK3-164/+263
2020-04-23session: fix session_table_get_or_allocAndreas Schultz1-8/+11
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns13-295/+626
2020-04-23ip-neighbor: Replace feature for the ip-neighbor data-baseNeale Ranns6-15/+145
2020-04-22tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-04-22ip: fix format functions for u8 address_familyNeale Ranns1-1/+1
2020-04-22lisp: switch to new timer wheel codeFlorin Coras3-15/+11
2020-04-22tcp: fix use-after-freeBenoît Ganne1-1/+5
2020-04-22session: multiple dgrams per dispatchFlorin Coras1-7/+50
2020-04-22gre: Optimise encap node for tunnel typesNeale Ranns3-9/+45