Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | configurable per-dispatch-cycle sleep |  Dave Barach | 3 | -27/+0 |
2018-06-21 | FastLinQ QL41000 Series PCI vendor and device ids |  Igor Mikhailov (imichail) | 1 | -0/+3 |
2018-06-21 | Null terminate name string |  Dave Barach | 1 | -1/+1 |
2018-06-21 | dpdk/ipsec: add support for UDP encap/decap |  Radu Nicolau | 2 | -17/+65 |
2018-06-21 | acl-plugin: fallback to linear ACL search for fragments |  Andrew Yourtchenko | 2 | -38/+34 |
2018-06-20 | Nested-loop index typo. Oops. |  Dave Barach | 1 | -6/+6 |
2018-06-20 | acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i... |  Andrew Yourtchenko | 10 | -207/+229 |
2018-06-19 | Driver level time-based src mac filter |  Dave Barach | 9 | -0/+1498 |
2018-06-19 | Check get packet template allocation failure (VPP-1321) |  John Lo | 1 | -0/+6 |
2018-06-19 | flow:free lookup entries after packets are handled |  eyal bari | 3 | -13/+36 |
2018-06-17 | acl-plugin: fix the high cpu usage caused by the connection cleaner |  Andrew Yourtchenko | 1 | -1/+2 |
2018-06-17 | acl-plugin: split (L3) and (L4/pkt) logic of creation of 5tuple structure, op... |  Andrew Yourtchenko | 1 | -46/+70 |
2018-06-16 | NAT44: fix coverity |  Matus Fabian | 1 | -1/+1 |
2018-06-15 | avf: tx node fixes |  Damjan Marion | 1 | -9/+9 |
2018-06-15 | NAT44: endpoint dependent mode (VPP-1273) |  Matus Fabian | 7 | -1453/+3450 |
2018-06-15 | TLS async support |  Ping Yu | 4 | -23/+739 |
2018-06-14 | acl-plugin: VAT: add an option to load entire ACL from a ClassBench ruleset f... |  Andrew Yourtchenko | 1 | -0/+190 |
2018-06-14 | acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessions |  Andrew Yourtchenko | 7 | -84/+165 |
2018-06-13 | acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguo... |  Andrew Yourtchenko | 6 | -97/+156 |
2018-06-13 | Fix clang compilation on aarch64: extraneous parentheses |  Sirshak Das | 1 | -6/+16 |
2018-06-13 | vxlan:offload RX flow |  eyal bari | 1 | -1/+1 |
2018-06-12 | avf: fix crash if device is busy |  Jakub Grajciar | 1 | -1/+8 |
2018-06-12 | MTU assigning to itself (Coverity) |  Ole Troan | 1 | -4/+0 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support |  Ole Troan | 1 | -10/+5 |
2018-06-11 | Fix multiple NAT translation with interface address as external |  Alexander Chernavin | 1 | -4/+4 |
2018-06-10 | IGMP: use simple u32 bit hash key |  Neale Ranns | 3 | -18/+15 |
2018-06-09 | avf: properly cofigure RSS LUT |  Damjan Marion | 2 | -13/+40 |
2018-06-09 | avf: add support for intel X722 NICs |  Damjan Marion | 1 | -0/+1 |
2018-06-08 | Add reaper functions to want events APIs (VPP-1304) |  Neale Ranns | 2 | -32/+43 |
2018-06-08 | LB: reply message id and table length are wrong. |  Hongjun Ni | 1 | -2/+2 |
2018-06-07 | dpdk: fix interface naming issue |  Damjan Marion | 1 | -2/+9 |
2018-06-07 | dpdk: failsafe PMD initialization code |  Rui Cai | 2 | -1/+26 |
2018-06-07 | Add support for DPDK 18.05 |  Damjan Marion | 5 | -44/+119 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode |  Steven | 2 | -9/+4 |
2018-06-05 | lb api: correct byte order of new_flows_table_length argument |  Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-06-04 | Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064) |  Dave Barach | 1 | -0/+2 |
2018-06-03 | dpdk: buffer free optimizations |  Damjan Marion | 1 | -76/+61 |
2018-06-03 | dpdk: improve buffer alloc perfomance |  Damjan Marion | 1 | -70/+56 |
2018-06-02 | AVF input node rework |  Damjan Marion | 2 | -203/+334 |
2018-06-02 | acl-plugin: multicore: session management fixes |  Andrew Yourtchenko | 6 | -151/+332 |
2018-05-31 | dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin |  Rui Cai | 9 | -81/+99 |
2018-05-31 | Fix TLS issue to load certification and key |  Ping Yu | 1 | -0/+2 |
2018-05-30 | vppinfra: explicitely state for signed types that they are signed |  Damjan Marion | 6 | -10/+10 |
2018-05-30 | dpdk: rename port_id to *_instance_num |  Damjan Marion | 4 | -9/+10 |
2018-05-29 | Revert "dpdk: set dmamap iova address value according to eal_iova_mode" |  Damjan Marion | 1 | -4/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions |  Damjan Marion | 12 | -202/+63 |
2018-05-29 | dpdk: Add PMD type for Cavium LiquidIO II CN23XX |  chuhong yao | 3 | -1/+13 |
2018-05-29 | dpdk: mempool priv intialization must be done before releasing buffers to pool |  Sachin Saxena | 1 | -8/+7 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) |  Matus Fabian | 17 | -463/+631 |
2018-05-28 | add missing lb_put_writer_lock() to lb_vip_add() invalid args cases |  Andrey "Zed" Zaikin | 1 | -2/+7 |