Age | Commit message (Expand) | Author | Files | Lines |
2017-05-05 | NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V... |  Matus Fabian | 9 | -1503/+1463 |
2017-05-04 | Fixes and improvements in session hashtable keys |  Clement Durand | 1 | -53/+35 |
2017-05-04 | Fix coverity issue |  Filip Tehlar | 1 | -0/+2 |
2017-05-04 | LISP: group mapping records in map-register message |  Filip Tehlar | 1 | -6/+19 |
2017-05-04 | Fix RPM_DEPENDS for all rpm distros after 28ea251 |  Igor Mikhailov (imichail) | 1 | -3/+1 |
2017-05-03 | Fix vnet unit tests |  Filip Tehlar | 13 | -83/+142 |
2017-05-03 | L2FIB:flush interface learned macs on down |  Eyal Bari | 4 | -39/+42 |
2017-05-03 | A sprinkling of const in vlibmemory/api.h and friends |  Neale Ranns | 10 | -38/+41 |
2017-05-03 | change ip4_drop_node node register coding format |  flyingeagle23 | 1 | -2/+2 |
2017-05-02 | Prevent Bridge Domain operations on BD 0. |  Jon Loeliger | 4 | -3/+70 |
2017-05-02 | Use per-protocol default flow-hash config when the FIB table index is not known |  Neale Ranns | 3 | -2/+44 |
2017-05-02 | Fix TCP tx when snd_wnd < smss |  Florin Coras | 1 | -3/+4 |
2017-05-02 | BFD: don't crash if interface is deleted |  Klement Sekera | 2 | -33/+72 |
2017-05-02 | Allow local/for-us replications for IP multicast routes on the CLI |  Neale Ranns | 2 | -5/+8 |
2017-05-02 | Add interface rx mode commands, unify rx mode and placement CLI |  Damjan Marion | 9 | -182/+326 |
2017-05-02 | dpdk: remove unused code |  Damjan Marion | 5 | -64/+3 |
2017-05-01 | TCP ooo reception fixes |  Florin Coras | 10 | -115/+275 |
2017-04-28 | dpdk: cryptodev support enabled by default |  Sergio Gonzalez Monroy | 6 | -28/+8 |
2017-04-28 | Fix hostname fencepost error in dhcp_compl_event_callback. |  Jon Loeliger | 1 | -2/+4 |
2017-04-28 | af_packet: reflect admin device state on host |  Ray Kinsella | 3 | -15/+78 |
2017-04-28 | Fix memory leak on deletion of BD (bridge domain) |  John Lo | 1 | -3/+9 |
2017-04-28 | vhost: Disallow duplicate path name for vhost interface |  Steven | 2 | -1/+37 |
2017-04-27 | dpdk: cleanup, move APIs to separate .c file |  Damjan Marion | 5 | -327/+337 |
2017-04-27 | LISP: fix deleting of locators, VPP-713 |  Filip Tehlar | 1 | -0/+4 |
2017-04-27 | VPP-716: IKEv2 responder fails to authenticate initiator |  Matthew Smith | 1 | -15/+16 |
2017-04-27 | CGN: Send ICMP error packet if user is out of sessions available |  Martin Gálik | 2 | -7/+34 |
2017-04-27 | vnet: update help message for intfc state |  Ray Kinsella | 1 | -1/+1 |
2017-04-27 | ioam: adding missing setup api msg crc table |  Shwetha Bhandari | 4 | -0/+66 |
2017-04-27 | japi: fix compilation on 32-bit systems |  Damjan Marion | 7 | -7/+7 |
2017-04-27 | [VPP-711] uri_tcp_test when master bind fail we met a display issue about retval |  flyingeagle23 | 1 | -1/+3 |
2017-04-27 | [VPP-710] tcp TCP_TIMER_ESTABLISH timeout_handler occur segment fault |  flyingeagle23 | 1 | -1/+2 |
2017-04-26 | vhost: Fix mmap size calculation |  Pierre Pfister | 1 | -3/+3 |
2017-04-26 | Move scripts to extras/ |  Damjan Marion | 3 | -0/+0 |
2017-04-26 | vhost: core dump on quit with worker threads |  Steven | 1 | -0/+2 |
2017-04-26 | IP Flow Hash Config fixes |  Neale Ranns | 20 | -74/+468 |
2017-04-26 | CGN: Session dump, test naming for ports fixed |  Martin Gálik | 5 | -43/+226 |
2017-04-26 | CGNAT: close session API and CLI commands. |  Martin Gálik | 5 | -4/+412 |
2017-04-26 | Exit if plugin load attempt fail |  Damjan Marion | 1 | -6/+2 |
2017-04-25 | Session/tcp coverity fixes |  Florin Coras | 8 | -102/+98 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 44 | -2098/+271 |
2017-04-25 | Add sack tx unit test |  Florin Coras | 4 | -18/+185 |
2017-04-25 | LISP: clean DP when deleting locators in use |  Filip Tehlar | 2 | -16/+78 |
2017-04-25 | Add support for 32-bit x86 compilation in Makefiles |  Damjan Marion | 2 | -5/+10 |
2017-04-25 | Fix structure alignment with 32-bit pointers |  Damjan Marion | 1 | -0/+4 |
2017-04-25 | Define cache line size for x86 32-bit |  Damjan Marion | 1 | -1/+1 |
2017-04-24 | BD:unify bridge domain creation code |  Eyal Bari | 6 | -118/+97 |
2017-04-24 | BFD: disable gcc6 warnings in helper macros |  Klement Sekera | 1 | -0/+11 |
2017-04-24 | Move emacs stuff to extras/ |  Damjan Marion | 27 | -1/+1 |
2017-04-24 | vhost: remove socket linked file when deleting vhost interface |  Steven | 1 | -9/+18 |
2017-04-24 | Debug CLI to magically create / delete a TCP session |  Dave Barach | 4 | -55/+127 |