Age | Commit message (Expand) | Author | Files | Lines |
2018-02-26 | vnet: add 25G interface speed flag | Damjan Marion | 1 | -2/+4 |
2018-02-26 | vnet: add vnet_device_input_have_features function | Damjan Marion | 1 | -0/+7 |
2018-02-25 | SCTP: fix connection memory corruption | Marco Varlese | 4 | -14/+23 |
2018-02-23 | VXLAN: Instance numbers now properly freed upon delete. | Jon Loeliger | 1 | -1/+1 |
2018-02-23 | Convert a pcap file to a set of C initializers | Dave Barach | 2 | -1/+140 |
2018-02-22 | bihash table size perf/scale improvements | Dave Barach | 1 | -3/+11 |
2018-02-21 | SCTP: minor refactor | Marco Varlese | 5 | -31/+50 |
2018-02-21 | Adj Delegates; don't store raw pointers | Neale Ranns | 4 | -43/+37 |
2018-02-20 | Fix reset the vlan flags when main interface is deleted. | Steve Shin | 1 | -0/+2 |
2018-02-20 | SCTP: congestion control | Marco Varlese | 5 | -184/+251 |
2018-02-20 | vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 | Damjan Marion | 2 | -1/+3 |
2018-02-19 | Use neutral vector code for ethernet_frame_is_tagged | Damjan Marion | 2 | -41/+43 |
2018-02-19 | virtio: add missing tx lock when running multithreaded | Damjan Marion | 3 | -0/+10 |
2018-02-19 | Adjacency Delegate updates | Neale Ranns | 7 | -157/+287 |
2018-02-17 | SCTP: 'multi-home' support | Marco Varlese | 6 | -186/+218 |
2018-02-16 | Adj: VFTs for adjacency sub-blocks | Ole Troan | 5 | -29/+69 |
2018-02-16 | Allow providers to override glean behaviour | Neale Ranns | 9 | -77/+110 |
2018-02-16 | Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup | John Lo | 4 | -37/+53 |
2018-02-15 | session: fix fifo allocation for empty connect seg-managers | Florin Coras | 1 | -1/+0 |
2018-02-15 | Revert "Allow interface types to override glean adjacency behaivour" | Ole Trøan | 9 | -95/+76 |
2018-02-15 | Revert "Adj: VFTs for adjacency sub-blocks" | Ole Trøan | 5 | -74/+29 |
2018-02-15 | Adj: VFTs for adjacency sub-blocks | Ole Troan | 5 | -29/+74 |
2018-02-15 | SCTP: coverity warning fix | Marco Varlese | 1 | -1/+5 |
2018-02-15 | Allow interface types to override glean adjacency behaivour | Neale Ranns | 9 | -76/+95 |
2018-02-15 | Optimize GRE Tunnel and add support for ERSPAN encap | John Lo | 10 | -346/+691 |
2018-02-15 | session: avoid session handle conflict with vcl | Florin Coras | 6 | -13/+63 |
2018-02-15 | SCTP: fix corrupted buffers seen in output node | Marco Varlese | 4 | -44/+62 |
2018-02-15 | SCTP: refactoring | Marco Varlese | 4 | -129/+97 |
2018-02-14 | Reenable dhcp client detect when lease expires | Dave Barach | 1 | -1/+50 |
2018-02-14 | session: support local sessions and deprecate redirects | Florin Coras | 18 | -447/+1180 |
2018-02-14 | vxlan:remove interface recycle mechanism | Eyal Bari | 2 | -69/+11 |
2018-02-13 | vnet:remove duplicate interface function macro | Eyal Bari | 1 | -15/+3 |
2018-02-13 | BFD: make CLI consume only one line at a time | Klement Sekera | 1 | -26/+78 |
2018-02-12 | Fix DHCP client crash with worker threads | Matthew Smith | 3 | -51/+56 |
2018-02-12 | SCTP: fix build errors on ubuntu bionic | Marco Varlese | 1 | -4/+2 |
2018-02-12 | Improve MTU handling | Neale Ranns | 9 | -28/+106 |
2018-02-09 | ip4_forward: set pkt error in case potential memory corrupt | Chun Li | 1 | -0/+2 |
2018-02-08 | classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2... | Andrew Yourtchenko | 1 | -3/+6 |
2018-02-08 | virtio: reset vnet header on tx | Damjan Marion | 1 | -0/+3 |
2018-02-08 | vhostuser: Fix vhostuser file descriptor leak | Haiyang Tan | 1 | -4/+13 |
2018-02-08 | SCTP: shutdown phase | Marco Varlese | 3 | -67/+92 |
2018-02-08 | ip: move lookup inline functions to header file | Vijayabhaskar Katamreddy | 4 | -648/+759 |
2018-02-07 | VXLAN: Allow user to specify a custom vxlan tunnel instance id. | Jon Loeliger | 5 | -18/+125 |
2018-02-07 | vhost: Added ARMV8 NEON version of function map_guest_mem() | Nitin Saxena | 1 | -0/+69 |
2018-02-07 | af_packet: Fix lock position | Pierre Pfister | 1 | -2/+1 |
2018-02-07 | classifier-based ACL: refactor + add output ACL | Andrew Yourtchenko | 15 | -493/+566 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 9 | -40/+21 |
2018-02-07 | SCTP: address coverity-scan warnings | Marco Varlese | 2 | -19/+10 |
2018-02-06 | Fix clang -Wvarargs compile errors | Damjan Marion | 3 | -5/+5 |
2018-02-06 | Fix clang implicit conversion errors | Damjan Marion | 2 | -14/+16 |