VPP-108 : API calls to read classify table and sessions
[vpp.git] / vnet / vnet / ip /
2016-06-26 Dave BarachMisc. janitorial work: 65/1765/1
2016-06-23 Dave BarachShow command support for ip feature paths 47/1747/2
2016-06-22 Pierre PfisterARP/NDP does not send solicitation when no source addre... 02/1702/4
2016-06-22 ShwethaFix for build failure due to iOAM plugin header file... 77/1677/4
2016-06-19 Chris LukeOutput interface MTU check ignored in double-loop 51/1551/3
2016-06-18 Pierre PfisterGive correct argument to ip_call_add_del_adjacency_call... 25/1625/2
2016-06-17 Dave BarachDynamically compute ip feature subgraph order 53/1553/6
2016-06-17 ShwethaVPP-76:APIs for Proof of transit feature added to iOAM 73/1573/5
2016-06-15 Ole Troan6rd: Move to plugin 04/1604/3
2016-06-16 Ole TroanVPP-19: Split the lookup.h IP_LOOKUP_NEXT enum. 50/1550/3
2016-06-14 Damjan MarionReset new indirect adjacdncy template before using it 45/1545/2
2016-06-14 Ole TroanFix node siblings 91/1491/4
2016-06-13 Damjan MarionExplicity specify IP address type for format_ip46_addre... 25/1525/3
2016-06-13 Pierre PfisterVPP-117: Fix ip4 and ip6 lookup and rewrite traces 26/1526/1
2016-06-09 Pierre PfisterVPP-117: Add trace to ip4 and ip6 lookup nodes 76/1476/2
2016-06-07 Ole TroanIPv6 HBH: Refactor code. Separate out RFC2460 HBH handl... 37/1237/7
2016-06-04 John LoVPP-100: Fix IP4 local handling of TCP/IP fragmented... 01/1401/1
2016-06-02 John LoVPP-100: Fix IPv4 local handling of IP fragmented packets 59/1359/2
2016-05-25 Hongjun NiAdd Vxlan-Gpe over IPv6 36/1236/5
2016-05-19 Damjan MarionAdd support for multiple microarchitectures in single... 75/1075/6
2016-05-16 Pierre PfisterVPP-69: Create fib or bridge domain with arbitrary ID 55/1055/3
2016-05-09 Shwetha BhandariVPP-44: iOAM service and path verification using shamir... 85/985/4
2016-05-06 John LoCheck IP adj_index to make sure it is valid to prevent... 14/1014/2
2016-04-30 Keith Burns (alagalah)IP6 SR multicast replicator 12/612/47
2016-04-29 Damjan MarionAdd indirect next hop support 39/939/2
2016-04-29 Florin CorasFix ip-udp encap checksum for ip6 37/937/2
2016-04-29 Damjan MarionFix ip4 address formatting in the show ip fib ouptut 33/933/2
2016-04-29 Florin CorasAdd lisp-gpe ip6 data-plane support 27/927/2
2016-04-28 Chris LukeVXLAN over IPv6. 74/874/10
2016-04-28 Chris LukeTrack number of ethernet vlans in a frame 73/873/8
2016-04-28 Florin CorasFix Bug VPP-22 05/905/2
2016-04-27 Chris LukeIncrease the trace bufffer size 88/888/2
2016-04-26 Damjan MarionFix compile errors reported by clang 87/887/3
2016-04-26 Pierre PfisterPort glean neighbor entry support to IPv6 59/859/3
2016-04-22 Damjan MarionAdd clib_memcpy macro based on DPDK rte_memcpy implemen... 46/846/3
2016-04-18 Christophe FontaineAdd support for AArch32 99/799/3
2016-04-16 ranganUsing classifier/ACL from now on. Changes pertaining... 90/790/3
2016-04-14 John LoChange ARP and IP6-ND nodes to use interface-output... 66/766/2
2016-04-14 ranganOpaque index is not populated when ACL is configured... 75/775/2
2016-04-13 Damjan MarionCreate macro for next_nodes used in lookup family of... 71/771/2
2016-04-12 Pierre PfisterIP6 FIB: Micro optimization in lookup 18/718/3
2016-04-11 Yoann DesmouceauxAdd a counter for unknown IPv6 hop-by-hop options. 35/735/1
2016-04-11 Yoann DesmouceauxFix possible infinite loop in IPv6 hop-by-hop header... 32/732/2
2016-04-09 Benoît Gannefix uninitialized vars warnings with -Os 20/720/1
2016-04-06 Florin CorasFix ip4 udp encap length type 93/693/1
2016-04-02 Florin CorasFix DPDK check in udp.h 68/668/2
2016-04-02 Florin CorasLISP GPE: initial CP commit and DP improvements 54/654/5
2016-04-01 Damjan MarionAdd support for installing ipv4 routes via unresolved... 35/635/4
2016-03-29 Damjan MarionMove classify_table_index under the union 32/632/4
2016-03-29 Dave BarachAdjacency allocator 30/630/1
2016-03-25 ShwethaiOAM trace configuration APIs 11/611/4
2016-03-25 Damjan MarionUse rte_mempool private data for storing vlib_buffer_t 10/610/3
2016-03-21 Damjan MarionUnbreak build on gcc-5 79/579/1
2016-03-20 Dave Barachvnet classifier debug CLI enhancements 73/573/1
2016-03-19 rangan* Added support to configure trace type as a 60/560/2
2016-03-18 Dave BarachMake adjacencies shareable 65/565/1
2016-03-14 Damjan MarionDeclare node, hw_interface_class and device_class insta... 34/534/2
2016-03-04 ranganModified ioam CLI syntax to conform with other CLIs 85/485/2
2016-03-03 John LoFix UDP length check for local IP/UDP lookup and error... 64/464/1
2016-02-26 Damjan MarionAdd support for native vpp_lite (non-dpdk) platform 34/434/1
2016-02-04 Kevin Paul Herbertip[46].h: Remove tcp reference 12/212/2
2016-01-28 Kevin Paul HerbertRemove unused tcp.h 58/158/1
2016-01-27 Kevin Paul HerbertRemove vestigal TCP implementation 47/147/3
2016-01-27 Kevin Paul Herbertip_checksum.c: Fixes for ip_csum_and_memcpy() alignment... 44/144/2
2016-01-20 Damjan MarionRename vpe binary name to avoid collision with latex 31/131/2
2016-01-19 Dave BarachMerge "Enhance and fix packet trace for IP forwarding...
2016-01-19 Dave BarachMerge "Revert "Reenable debug cli telnet listener""
2016-01-19 John LoEnhance and fix packet trace for IP forwarding as follows: 29/129/1
2016-01-19 Damjan MarionMerge "Reenable debug cli telnet listener"
2016-01-14 Damjan MarionMerge "Avoid crash in vhost-user driver when running...
2016-01-14 Ole TroanDual loop decrement TTL. 18/118/2
2016-01-13 Ole TroanAdded ICMP4 error node. 17/117/3
2016-01-07 Ole Troan- ICMP6: Add generic ICMP6 error node. Caller sets... 03/103/2
2015-12-18 Damjan MarionFix warnings/errors reported by clang 78/78/1
2015-12-15 Dave WallaceMerge "replacing all vec_sort() invocations to vec_sort...
2015-12-14 Matus Fabianreplacing all vec_sort() invocations to vec_sort_with_f... 55/55/1
2015-12-14 Dave BarachWarnings be gone 51/51/1
2015-12-08 Ed WarnickeInitial commit of vpp code. 23/23/3