aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi11-3/+110
2019-06-20tests: add sudo to gdb commandsPaul Vinciguerra1-2/+3
2019-06-20buffers: fix crashKlement Sekera4-3/+130
2019-06-19vppinfra: fix rbtree node deleteFlorin Coras2-4/+12
2019-06-19gbp: Add support for arp unicast forward in gbp bridge domainMohsin Kazmi1-1/+8
2019-06-19l2: BD ARP termination entry API updateNeale Ranns9-88/+95
2019-06-19api: fix typos in api error descriptionsPaul Vinciguerra1-7/+7
2019-06-19ipsec: fix l2 header handling in ah encryptKlement Sekera1-6/+6
2019-06-19interface: Fix the tso segmentationMohsin Kazmi1-10/+9
2019-06-19misc: add bonding, lacp and vmxnet3 to MAINTAINERSSteven Luong1-0/+15
2019-06-19tests: send packet output to log - test_punt.pyPaul Vinciguerra1-1/+0
2019-06-19mpls: fix header offset overflowBenoƮt Ganne1-3/+6
2019-06-19session: call session_dequeue_notify after svm_fifo_dequeue_dropVladimir Kropylev1-1/+4
2019-06-18tests: fix checkstyle failure in test_stats_client.pySteven Luong1-1/+4
2019-06-18tcp: allow custom output next nodeFlorin Coras2-0/+4
2019-06-18ipsec: fix ipv6 tunnel protect testsFlorin Coras1-2/+1
2019-06-18build: update MAINTAINERSPaul Vinciguerra1-0/+1
2019-06-18session: fix memory out of bound issueLijian.Zhang2-1/+9
2019-06-18vppinfra: rbtree custom insert/search/delFlorin Coras2-24/+99
2019-06-18ipsec: ipsec-tun protectNeale Ranns47-2125/+2447
2019-06-18fib: fib api updatesNeale Ranns133-5005/+4807
2019-06-18stats: off by one error in /sys/node/{calls,clocks,...}Ole Troan1-4/+4
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan7-21/+94
2019-06-18misc: vpp_papi- add tests, clean up pep8Paul Vinciguerra8-18/+205
2019-06-18api: string type to convert to vectorOle Troan12-71/+105
2019-06-18dpdk: check result of rte_mempool_create_emptyLijian.Zhang1-0/+15
2019-06-18quic: fix handling of stream reset & closeNathan Skrzypczak3-36/+73
2019-06-18ip: reassembly-separate feature and custom codeKlement Sekera4-64/+85
2019-06-18vppinfra: add format_hex_bytes_no_wrapDamjan Marion3-5/+22
2019-06-18avf: fix adminq enqueue errorsDamjan Marion2-5/+9
2019-06-18avf: add logging macros and improve loggingDamjan Marion3-13/+134
2019-06-17ip: consolidate IPv6 link-local-address functions.Jon Loeliger2-18/+1
2019-06-17ipsec: One DPO per SANeale Ranns5-24/+16
2019-06-17ipsec: return original SA create error for tunnel createNeale Ranns1-2/+2
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak14-42/+32
2019-06-17misc: vpp-api - add __repr__ to VPPApiClient.Paul Vinciguerra1-0/+13
2019-06-16vlib: add "memory-trace stats-segment"Dave Barach6-61/+199
2019-06-14api: add mp-safe/barrier-sync indication to elogsDave Barach2-6/+18
2019-06-14ipsec: Display user specified SPI ID not VPP's indexNeale Ranns1-1/+3
2019-06-14avf: update known issues section in README.mdDamjan Marion1-5/+1
2019-06-14g2: clean up compile/link errorsDave Barach3-35/+33
2019-06-14vppinfra: optimize elog_stringDave Barach2-5/+31
2019-06-14stats: add version field to stat segment base headerOle Troan6-0/+32
2019-06-14ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...Neale Ranns4-18/+52
2019-06-14interface: interface dump API check validity of sw_if_indexNeale Ranns1-1/+1
2019-06-14misc: Update MAINTAINERS to include interface commonNeale Ranns2-1/+6
2019-06-13crypto-ia32: fix typo in ifdef for avx512 versionNeale Ranns1-1/+1
2019-06-13ipsec: remove spurious warningsNeale Ranns3-7/+0
2019-06-13tcp: fix tcp_do_fastretransmits failure.Guoao Sun1-0/+2
2019-06-05ipsec: ah_decrypt reworkFilip Tehlar1-167/+283