aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-12-21tls: don't add listen to lookup tableFilip Tehlar1-0/+1
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns9-66/+57
2021-12-20session: ignore rpc in fifo event lookupsFlorin Coras1-10/+0
2021-12-20session: improve sh segment-manager cliFlorin Coras1-53/+81
2021-12-20ip: SVR fix race conditionKlement Sekera2-2/+14
2021-12-19fib: Incorrect logic for IPv6 link-local attached export.Neale Ranns1-1/+1
2021-12-18bfd: fix NULL dereference in bfd_api_verify_commonFrédéric Perrin1-1/+1
2021-12-16session: app mq congestion detectionFlorin Coras3-266/+349
2021-12-14virtio: integrate with new tx infraMohsin Kazmi11-58/+251
2021-12-14interface: Add interface monitor cliNathan Skrzypczak2-0/+120
2021-12-14vxlan: crash on configuring vxlan tunnel on l3 modeSteven Luong2-7/+9
2021-12-14api: verify message size on receiptKlement Sekera5-4/+25
2021-12-14ip: reassembly: drop zero length fragmentsKlement Sekera3-0/+17
2021-12-12arp: fix arp_vft callbackMercury1-1/+1
2021-12-12tcp: fix the tcp src-address cliMercury1-0/+2
2021-12-10ip: reassembly: handle atomic fragments correctlyKlement Sekera2-45/+93
2021-12-08api: improve REPLY_MACRO safetyKlement Sekera1-35/+41
2021-12-08session: stricter tx checks for ct sessionsFlorin Coras1-1/+11
2021-12-08session: fix duplicate segment del messageFlorin Coras1-6/+1
2021-12-07fib: fix coverity warning/don't dereference NULLKlement Sekera1-1/+1
2021-12-04ipsec: fix async buffer leakMatthew Smith3-3/+2
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi14-136/+867
2021-12-03ip: extension header parsing fails for fragment headerOle Troan8-294/+277
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns4-22/+37
2021-11-30interface: add support for outer header checksumsMohsin Kazmi3-0/+43
2021-11-29session: remove segment if empty after writer lockFlorin Coras1-9/+18
2021-11-29session: mark first listener segment as protectedFlorin Coras1-0/+4
2021-11-29session: no deq notifications after closeFlorin Coras1-0/+2
2021-11-29session: postpone close notification if still acceptingFlorin Coras1-0/+14
2021-11-29ipfix-export: don't check the result of pool_getPaul Atkins1-2/+0
2021-11-29session: fix clib_rwlock_writer_unlock lostwanghanlin1-1/+4
2021-11-27devices: fix af_packet GSO checkNathan Skrzypczak1-1/+6
2021-11-26session: accept reply improvementsFlorin Coras1-26/+25
2021-11-26session: postpone ct peer disconnect and more checksFlorin Coras1-20/+29
2021-11-26session: only notify server on ct connect failureFlorin Coras1-8/+14
2021-11-25l2: change prefetch to prefetchwRay Kinsella1-4/+4
2021-11-24session: improve fifo segment allocationFilip Tehlar1-0/+6
2021-11-24session: detach server from client on connect failureFlorin Coras1-0/+2
2021-11-23misc: deprecate gbp and its dependentsNeale Ranns15-3724/+3
2021-11-23vxlan: multiarch optimization of vxlanRay Kinsella3-5/+1
2021-11-23devices: support build on older kernelsFlorin Coras1-0/+3
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak4-54/+99
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi2-15/+239
2021-11-22ipfix-export: support sending of ipv6 pktsPaul Atkins1-62/+176
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins4-62/+80
2021-11-22ipfix-export: rename variables when building bufsPaul Atkins1-40/+40
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins4-15/+7
2021-11-22ipfix-export: Add APIs to get/send buffersPaul Atkins3-0/+234
2021-11-22ipfix-export: add a new API to dump all exportersPaul Atkins2-1/+86
2021-11-22ipfix-export: support creating multiple exportersPaul Atkins4-45/+169