Age | Commit message (Expand) | Author | Files | Lines |
2018-10-29 | bond: problem switching from l2 to l3 |  Steven | 1 | -0/+11 |
2018-10-28 | physmem: coverity issues |  Damjan Marion | 2 | -6/+4 |
2018-10-28 | session: extend connect api for internal apps |  Florin Coras | 17 | -140/+411 |
2018-10-27 | FIB: Sources must be keep in priority order, so re-sort after a vec_del |  Neale Ranns | 1 | -0/+2 |
2018-10-27 | pg: icmp4 & tcp4 ip length issue |  Kingwel Xie | 2 | -2/+12 |
2018-10-27 | pg: incrementing len should be truncated by |  Kingwel Xie | 1 | -12/+15 |
2018-10-27 | pg: allow creating pg for udp based protocols |  Kingwel Xie | 2 | -1/+13 |
2018-10-27 | Enumify interface flags |  Neale Ranns | 3 | -42/+62 |
2018-10-27 | vmxnet3: add logging support to the control plane [VPP-1470] |  Steven | 4 | -17/+87 |
2018-10-27 | virtio: remove the extra return call |  Mohsin Kazmi | 1 | -2/+0 |
2018-10-26 | cj: cj dump crash |  Steven | 1 | -1/+1 |
2018-10-26 | vxlan-gbp: On demand udp ports registration |  Mohsin Kazmi | 2 | -5/+44 |
2018-10-26 | acl-plugin: fix the node multiarch function selection |  Andrew Yourtchenko | 2 | -33/+22 |
2018-10-26 | vmxnet3: enable promiscuous mode |  Steven | 1 | -1/+1 |
2018-10-25 | Revert "Keep RPC traffic off the shared-memory API queue" |  Florin Coras | 5 | -42/+29 |
2018-10-25 | pmalloc: don't lock 4K pages if we don't have access to pagemap |  Damjan Marion | 2 | -6/+30 |
2018-10-25 | acl-plugin: "show acl-plugin acl" ACE# is truncated to 4 digits in output |  Andrew Yourtchenko | 1 | -1/+1 |
2018-10-25 | vnet/tcp/tcp.c: address a corner case. |  Paul Vinciguerra | 1 | -4/+7 |
2018-10-25 | Trivial: Cleanup missing va_ends. |  Paul Vinciguerra | 3 | -7/+11 |
2018-10-25 | Use correct name to register ABF plugin with ACLs |  Neale Ranns | 1 | -1/+1 |
2018-10-25 | session/tcp: improve cli |  Florin Coras | 6 | -71/+143 |
2018-10-25 | pmalloc: support for 4K pages |  Damjan Marion | 11 | -95/+288 |
2018-10-25 | ACL: Fix next_table_index classifiers consistancy |  Gregory Thiemonge | 1 | -5/+17 |
2018-10-25 | ipsec_gre.c: Remove redundant assignments. |  Paul Vinciguerra | 1 | -13/+6 |
2018-10-25 | tcp/session: add tx pacer |  Florin Coras | 10 | -21/+305 |
2018-10-25 | buffer trace is broken in ipsec-output. copy it from node->flags to frame->fr... |  Kingwel Xie | 1 | -0/+5 |
2018-10-25 | SCTP: DATA chunk padding fix and hardening |  Marco Varlese | 3 | -7/+37 |
2018-10-25 | Add x86_64 perfmon tables |  Dave Barach | 3 | -20/+10 |
2018-10-24 | dpdk: fix hugepage pre-alloc |  Damjan Marion | 1 | -1/+2 |
2018-10-24 | acl-plugin: introduce a format function for l4 session key |  Andrew Yourtchenko | 3 | -48/+77 |
2018-10-24 | Trivial: vpp/vnet/main.c fix resource leak |  Paul Vinciguerra | 1 | -2/+9 |
2018-10-24 | vlib: Fix pci io bar read/write fd leak |  Mohsin Kazmi | 1 | -0/+6 |
2018-10-24 | Keep RPC traffic off the shared-memory API queue |  Dave Barach | 5 | -29/+42 |
2018-10-24 | vppinfra: autodetect default hugepage size |  Damjan Marion | 7 | -81/+64 |
2018-10-24 | L2-fwd trace show the lookup result |  Neale Ranns | 3 | -48/+81 |
2018-10-24 | L2-input/output: use feature enum type in flag update function |  Neale Ranns | 4 | -4/+10 |
2018-10-23 | VPP-1474: fix coverity warning |  Dave Barach | 1 | -0/+3 |
2018-10-23 | physmem coverity issues |  Damjan Marion | 3 | -5/+6 |
2018-10-23 | perfmon.c: Register additional cpuids. |  Paul Vinciguerra | 1 | -4/+7 |
2018-10-23 | dns, dhcp: on-demand udp port registration |  Dave Barach | 5 | -16/+54 |
2018-10-23 | tcp: fast retransmit improvements |  Florin Coras | 5 | -107/+279 |
2018-10-23 | vlib: alloc buffers on local numa, not on numa 1 |  Damjan Marion | 1 | -1/+2 |
2018-10-23 | lisp: register cp port only if enabled |  Florin Coras | 1 | -2/+0 |
2018-10-23 | vlib: Add support for pci io read/write |  Mohsin Kazmi | 2 | -31/+108 |
2018-10-23 | vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK |  Damjan Marion | 1 | -1/+5 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 33 | -713/+1300 |
2018-10-23 | pg: udp length & checsum issue |  Kingwel Xie | 1 | -4/+4 |
2018-10-23 | dpdk: support 18.11 changes to CRC flags |  Stephen Hemminger | 1 | -7/+7 |
2018-10-23 | dpdk: add esp6 decrypt nodes, func declarations |  Matthew Smith | 1 | -0/+30 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 449 | -1577/+1858 |