Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del
[vpp.git] / src / vnet /
2017-05-15 Matthew SmithAdd sw_if_index of tunnel interface to API reply for... 85/6685/3
2017-05-15 Hongjun NiAdd GTP-U plugin. VPP-694 50/6150/23
2017-05-15 Ray Kinsellaaf_packet: support changing the mtu size 95/6695/5
2017-05-15 Dave BarachFix builtin tcp client 06/6706/4
2017-05-15 Eyal BariL2BD/API:fix bd dump to ignore unknown bd_id 79/6679/4
2017-05-15 Aloys AugustinFix vnet_interface_counters API definition 13/5413/4
2017-05-15 Neale RannsFix FIB recursion loops via cover (VPP-842) 74/6674/2
2017-05-11 Florin CorasValidate ip6 interface fib tables early on 43/6643/3
2017-05-11 Florin CorasHandle RST of TCP connections in SYN-RCVD state, VPP-822 44/6644/2
2017-05-10 Damjan Marionvnet: introduce error state for sw interfaces 41/6641/3
2017-05-10 Damjan Marioncompletelly deprecate os_get_cpu_number, replace new... 42/6642/4
2017-05-10 Dave BarachMulti-thread enablement for the debug cli http server 40/6640/3
2017-05-10 Damjan MarionAdd crc32c inline function, allows compilation on 32... 52/6452/6
2017-05-10 Stevendevice: Add callback for set interface rx-mode 28/6628/4
2017-05-10 Florin CorasImprove TCP option handling, VPP-757 29/6629/4
2017-05-10 Dave BarachBuiltin debug cli http server 18/6618/6
2017-05-10 Florin CorasIgnore data in RST segments, VPP-723 20/6620/5
2017-05-09 Damjan MarionFix remaining 32-bit compile issues 65/6465/10
2017-05-09 Matthew SmithAPI support for IPsec tunnel interface creation 67/6567/3
2017-05-09 Florin CorasAdd support for tcp/session buffer chains 13/6613/11
2017-05-08 Eyal BariL2FIB:CLI/API to flush all non-static entries 91/6591/8
2017-05-07 Florin CorasRemove L2 GPE interface from bridge when deleting,... 04/6604/3
2017-05-07 Florin CorasInclude TCP options in segment size computation 03/6603/3
2017-05-07 Florin CorasFix TCP loss recovery, VPP-745 88/6588/6
2017-05-06 Hongjun NiFix mac check issue for vitual tunnel interface with... 77/6577/3
2017-05-05 John LoFix L2FIB learn counter and memory cleanup of mac_by_ip... 12/6612/2
2017-05-05 Matus Fabianip6_to_ip4.h coverity fix 10/6610/1
2017-05-05 Pablo CamarilloFirst commit SR MPLS 83/6383/14
2017-05-05 Matus FabianNAT64: Move IPv6-IPv4 virtual reassembly code from... 55/6555/11
2017-05-04 Clement DurandFixes and improvements in session hashtable keys 89/6589/3
2017-05-04 Filip TehlarFix coverity issue 95/6595/1
2017-05-04 Filip TehlarLISP: group mapping records in map-register message 79/6579/2
2017-05-03 Filip TehlarFix vnet unit tests 53/6553/3
2017-05-03 Eyal BariL2FIB:flush interface learned macs on down 62/6362/6
2017-05-03 flyingeagle23change ip4_drop_node node register coding format 68/6568/1
2017-05-02 Jon LoeligerPrevent Bridge Domain operations on BD 0. 61/6561/2
2017-05-02 Neale RannsUse per-protocol default flow-hash config when the... 62/6562/2
2017-05-02 Florin CorasFix TCP tx when snd_wnd < smss 65/6565/2
2017-05-02 Klement SekeraBFD: don't crash if interface is deleted 60/6560/3
2017-05-02 Neale RannsAllow local/for-us replications for IP multicast routes... 63/6563/2
2017-05-02 Damjan MarionAdd interface rx mode commands, unify rx mode and place... 19/6519/4
2017-05-01 Florin CorasTCP ooo reception fixes 44/6444/5
2017-04-28 Jon LoeligerFix hostname fencepost error in dhcp_compl_event_callback. 17/6517/1
2017-04-28 Ray Kinsellaaf_packet: reflect admin device state on host 33/6333/7
2017-04-28 John LoFix memory leak on deletion of BD (bridge domain) 10/6510/2
2017-04-28 Stevenvhost: Disallow duplicate path name for vhost interface 38/6438/3
2017-04-27 Filip TehlarLISP: fix deleting of locators, VPP-713 99/6499/2
2017-04-27 Matthew SmithVPP-716: IKEv2 responder fails to authenticate initiator 77/6477/3
2017-04-27 Ray Kinsellavnet: update help message for intfc state 85/6485/2
2017-04-27 flyingeagle23[VPP-710] tcp TCP_TIMER_ESTABLISH timeout_handler occur... 48/6448/2
2017-04-26 Pierre Pfistervhost: Fix mmap size calculation 00/6300/3
2017-04-26 Stevenvhost: core dump on quit with worker threads 37/6437/2
2017-04-26 Neale RannsIP Flow Hash Config fixes 13/6313/5
2017-04-25 Florin CorasSession/tcp coverity fixes 36/6436/2
2017-04-25 Dave Barach"autoreply" flag: autogenerate standard xxx_reply_t... 87/6387/3
2017-04-25 Florin CorasAdd sack tx unit test 94/6394/2
2017-04-25 Filip TehlarLISP: clean DP when deleting locators in use 24/6324/3
2017-04-24 Eyal BariBD:unify bridge domain creation code 98/6098/5
2017-04-24 Klement SekeraBFD: disable gcc6 warnings in helper macros 70/6370/3
2017-04-24 Stevenvhost: remove socket linked file when deleting vhost... 47/6347/3
2017-04-24 Dave BarachDebug CLI to magically create / delete a TCP session 08/6308/4
2017-04-24 Neale RannsImprove Load-Balance MAPs 05/6305/2
2017-04-24 Florin CorasSession layer improvements 09/6309/7
2017-04-21 flyingeagle23[VPP-704]./uri_tcp_test slave , uri test segment fault 91/6291/3
2017-04-21 flyingeagle23[vpp-705]uri_cli issue:show session get nothing tips... 10/6310/3
2017-04-21 Matus FabianCGN: IPFIX logging 31/6231/5
2017-04-19 Neale RannsLearn IP6 link-local ND entries from NSs sourced from... 64/6264/2
2017-04-19 Florin CorasAdd more svm fifo unit tests 48/6248/2
2017-04-18 Neale RannsMemory leak in load-balance maps 47/6247/1
2017-04-18 Dave BarachFix fifo ooo bugs and improve testing 08/6208/9
2017-04-15 Florin CorasSet lower bound on persist timer 14/6014/3
2017-04-14 Clement Durandtcp: completed trace functions 70/6170/6
2017-04-14 Florin CorasSession layer refactoring 67/6067/10
2017-04-13 Clement Durandtcp builtin_client: bug correction and short_help 68/6168/3
2017-04-13 Neale RannsRemove unsed parameter from fib_table_entry_special_add... 80/6180/2
2017-04-13 Filip TehlarLISP: make statistics thread safe 89/6089/7
2017-04-11 Filip TehlarLISP: show mapping negative action in CLI 36/6136/3
2017-04-11 StevenDevices: set interface placement does not remove the... 47/6147/2
2017-04-11 Neale RannsMPLS Mcast coverity fixes 41/6141/2
2017-04-11 Neale RannsMTRIE coverity fixes 43/6143/2
2017-04-11 Neale RannsRemove usued, redundant and deprecated code from lookup.h 45/6145/2
2017-04-11 jerryianFix bug in configure 'pcap drop trace on file xx.cap... 15/6115/3
2017-04-11 Stevenvhost: interrupt mode enhancements 37/6037/4
2017-04-10 Damjan MarionCommon device-input interrupt infra 62/6062/5
2017-04-07 Neale RannsMPLS Mcast 53/5653/8
2017-04-07 Florin CorasFix gpe dp args to allow for 32 bit bridge domain ids... 77/6077/2
2017-04-07 flyingeagle23VPP-684.Add ip which mask length exceeding upper limit... 68/6068/2
2017-04-06 Neale RannsBFD-FIB interactions 63/6063/5
2017-04-06 Choonho SonVPP-686: create bridge-domain 50/6050/3
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-04-06 Eyal BariVXLAN:fix tunnel delete not returning sw_if_index 64/6064/2
2017-04-05 Eyal BariL2FIB:add l2fib_flush_bd l2fib_flush_int apis 38/6038/4
2017-04-05 Klement SekeraBFD: add ARP-awareness, fix bugs 58/6058/2
2017-04-05 Filip TehlarLISP: fix crash when GPE interface is re-added, VPP-685 42/6042/2
2017-04-05 Filip TehlarLISP: fix crash when adding a negative forwarding entry... 23/6023/3
2017-04-05 Ciara LoftusGRE over IPv6 24/3224/9
2017-04-04 Damjan MarionFix issue with gre protocol registration when running... 13/6013/4
2017-04-04 Damjan MarionFix issue with udp port registration when running multi... 08/6008/2
2017-04-04 Eyal BariBD/API:add bridge_domain_set_mac_age api 16/6016/5
2017-04-03 Jon LoeligerAdd an API call to set interface MAC addresses. 44/5844/6
next