tap: add support for persistance
[vpp.git] / src / vnet / udp /
2020-01-16 Florin Corasudp: fix ipv6 listen port registration 34/24334/3
2020-01-10 John DeNiscodocs: Edit FEATURE.yaml files so they can be published 88/24288/4
2020-01-03 Florin Corasudp: add features.yaml 68/24168/2
2020-01-02 Florin Corassession: fix listener global endpoint lookup 46/24146/4
2019-12-10 Dave Barachapi: multiple connections per process 56/23656/6
2019-10-01 Benoît Gannesession: fix use-after-free 28/21928/5
2019-09-25 Aloys Augustinudp: do not send received packets to error-drop 20/22220/3
2019-08-08 Florin Corasudp: fix rx event generation 95/21095/4
2019-08-08 Aloys Augustinudp: fix connections move 88/21088/10
2019-08-06 Nathan Skrzypczakudp: fix session migrate when not needed 58/21058/6
2019-07-23 Dave Wallaceudp: fix typo in udp connectinon flags 09/20809/3
2019-07-23 Aloys Augustinudp: fix connection flags 87/20787/6
2019-07-22 Florin Corasudp: support close with data 79/20779/3
2019-07-19 Neale Rannsfib: FIB Entry tracking 81/20681/4
2019-07-12 Aloys Augustinquic: fix show session verbose 31/20631/3
2019-07-12 Aloys Augustinsession: add thread index to all formatters 27/20627/2
2019-07-09 Nathan Skrzypczakudp: UDPC handle open fail 02/20502/4
2019-06-28 Nathan Skrzypczaksession: add half_open_has_fifos for UDPC 58/20358/5
2019-06-27 Nathan Skrzypczaksession: Add transport vft protocol options 31/20231/4
2019-06-18 Neale Rannsfib: fib api updates 96/12296/42
2019-06-17 Nathan Skrzypczaksession: use listener_handle instead of listener_index 09/20109/4
2019-05-22 Dave Wallacefix show session verbose crash with udp transport 64/19764/1
2019-05-17 Neale RannsUDP-Local: fix unregistered ports 84/19684/3
2019-05-16 Dave Barachinit / exit function ordering 23/19623/4
2019-05-14 Nathan SkrzypczakUnregister UDPC port only when owned 41/19541/2
2019-05-03 Nathan SkrzypczakFix FIB initialization in UDP input 19/19319/2
2019-05-03 Aloys AugustinAdd packet headers in UDPC fifos 18/19118/3
2019-04-24 Aloys AugustinUDPC: Fix open segfault with multiple workers 40/19140/2
2019-04-16 Sirshak Dassvm_fifo rework to avoid contention on cursize 23/18223/13
2019-04-10 Florin Corasudp: fix copyright typo 94/18794/2
2019-04-08 Florin Corashost stack: update stale copyright 46/18746/3
2019-03-06 Filip Tehlarudp: migrate old MULTIARCH macros to VLIB_NODE_FN 67/18067/3
2019-03-02 Florin Corassession: cleanup/rename functions 75/17975/4
2019-02-09 Florin Corassession: refactor listen logic 34/17334/14
2019-02-06 Florin Corastransport: cleanup 33/17333/6
2019-02-04 Florin Corassession: cleanup part 1 71/17271/8
2018-12-28 Florin Corassession: free session after transport and app confirm 33/16633/4
2018-12-07 Pavel KotucekVPP-1506: dump local punts and registered punt sockets 66/16366/5
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-10-28 Florin Corassession: extend connect api for internal apps 46/15546/11
2018-10-27 Kingwel Xiepg: allow creating pg for udp based protocols 75/15575/2
2018-10-23 Kingwel Xiepg: udp length & checsum issue 30/15230/3
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-09-25 Neale RannsUDP-Encap: fix coverity found error 67/14967/2
2018-09-24 Paul VinciguerraTrivial: Clean up some typos. 40/14940/6
2018-09-20 Neale RannsUDP-Encap: name counters for the stats segment 34/14734/6
2018-09-10 Mohsin Kazmivxlan-gbp: Add support for vxlan gbp 71/14371/15
2018-08-31 shubing guoVPP-1407: Fix the wrong length of udp header for buffer... 71/14571/4
2018-08-10 Neale RannsUse IP address types on UDP encap API 53/14053/6
2018-08-06 Neale Rannsre-indent UDP encap documentation 80/13980/3
2018-07-11 Damjan Marionavoid using thread local storage for thread index 20/13420/3
2018-06-21 Neale RannsBIER neighbor stats 63/13063/4
2018-06-11 Florin Corasudp: fix for multiple workers and add test 80/12980/4
2018-05-09 Klement Sekeraipsec: support UDP encap/decap for NAT traversal 65/12465/4
2018-05-04 Dave BarachHarmonize vec/pool_get_aligned object sizes and alignme... 79/12379/5
2018-04-18 Florin Corasudp/session: refactor to support dgram mode 34/11634/18
2018-03-21 Damjan Marionudp: make udp encap pool cacheline aligned 75/11275/2
2018-03-21 Neale RannsUDP Encap counters 59/11259/2
2018-03-20 Neale RannsFIB Interpose Source 28/10728/10
2018-03-02 Florin Corassession: first approximation implementation of tls 68/10768/27
2018-01-26 Florin Corassession: move builtin apps to their own folder 53/10253/5
2018-01-25 Florin Corassession: add support for memfd segments 09/10109/17
2018-01-23 Ole TroanVPPAPIGEN: vppapigen replacement in Python PLY. 81/8781/23
2018-01-11 Florin Corasapi: remove transport specific code from handlers 38/10038/9
2018-01-09 Florin Corasapi: refactor vlibmemory 76/9976/21
2017-12-21 Swarup NayakVPP-1109 Fix loop for some CLI (code review) 94/9894/1
2017-12-15 Vijayabhaskar Kata... Fix icmp/udp/tcp punt/drop paths 40/9440/8
2017-12-14 Florin Corassession: cleanup attach flags 04/9804/2
2017-12-11 Florin Corassession: generalize handling of network transports 80/9780/10
2017-12-10 Andreas Schultzupdate builtin UDP server to new vnet_session API 68/9768/2
2017-12-09 Neale RannsBIER in non-MPLS netowrks 36/9736/7
2017-11-26 Neale RannsFIB: store the node type not the function pointer. 68/9568/2
2017-11-07 Neale RannsUDP Encapsulation. 27/9227/5
2017-11-02 Florin Corassession/udp: init rw locks 05/9205/2
2017-11-01 Florin Corassession: add support for proxying apps 33/9133/5
2017-10-16 Florin Corasudp: refactor udp code 30/8730/19
2017-10-13 Dave BarachVPP-1027: DNS name resolver 43/8743/9
2017-10-10 Florin Corassession: add support for application namespacing 11/8611/22
2017-10-06 Marco VarleseInitial GENEVE TUNNEL implementation and tests. 56/8456/21
2017-10-04 Christophe Fontaine[aarch64] Fixes CLI crashes on dpaa2 platform. 21/8621/3
2017-09-20 Florin Corassession: store tep port in net order 65/8465/3
2017-07-30 Florin CorasMake tcp active open data structures thread safe 48/7748/13
2017-07-25 Florin CorasCleanup/refactor session layer code 88/7588/8
2017-07-11 Dave BarachHorizontal (nSessions) scaling draft 16/7316/26
2017-06-06 Hongjun NiRework vxlan-gpe to support FIB 2.0 and bypass mode 89/6889/10
2017-06-01 Dave BarachImprove fifo allocator performance 35/6935/11
2017-05-15 Hongjun NiAdd GTP-U plugin. VPP-694 50/6150/23
2017-04-24 Florin CorasSession layer improvements 09/6309/7
2017-04-14 Florin CorasSession layer refactoring 67/6067/10
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-04-04 Damjan MarionFix issue with udp port registration when running multi... 08/6008/2
2017-03-28 Florin CorasTCP/session improvements 44/5744/19
2017-03-16 Damjan Marionvlib: make runtime_data thread-local 46/5746/9
2017-03-13 Florin CorasVPP-659 Improve tcp/session debugging and testing 25/5725/7
2017-03-10 Florin CorasVPP-659 TCP improvements 24/5624/14
2017-03-01 Dave BarachVPP-598: tcp stack initial commit 61/5561/7