aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-12avf: add README.md section about spoofing checkDamjan Marion1-0/+10
2019-06-12infra: fix minor memory leak in "api trace..."Dave Barach3-6/+15
2019-06-12static_http: Typo in short_help.Paul Vinciguerra1-1/+1
2019-06-12session: use session handles as app listener handlesFlorin Coras5-63/+51
2019-06-12tcp: better estimate snd space for rxt with no sacksFlorin Coras2-4/+2
2019-06-12tcp: add cc stats plotting toolsFlorin Coras2-0/+231
2019-06-12misc: add check_commit_msg.sh scriptDamjan Marion1-0/+50
2019-06-12papi: make socket disconnect more robustVratko Polak1-1/+1
2019-06-12tests: filter sw_interface_dump in tests.Paul Vinciguerra2-3/+3
2019-06-12maintainers: add vclFlorin Coras1-2/+7
2019-06-12buffers: fix vlib_buffer_free_no_nextDamjan Marion1-1/+1
2019-06-12misc: update MAINTAINERS fileDamjan Marion1-23/+159
2019-06-12lacp: cleanup unnecessary pointer castZhiyong Yang5-46/+38
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-06-11vlib: avoid retrieving freed file in epollFlorin Coras1-6/+7
2019-06-11ip: punt coverity fix of CLI inputNeale Ranns1-1/+4
2019-06-11fix compiling error with marvell pp2 pluginjialv011-0/+1
2019-06-11lacp: remove duplicated codeZhiyong Yang1-1/+0
a id='n922' href='#n922'>922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026