Age | Commit message (Expand) | Author | Files | Lines |
2019-03-04 | Fix 2x overconsumption of debug cli input bugs |  Dave Barach | 2 | -9/+20 |
2019-03-04 | test framework: add factory function and default parameters |  Ole Troan | 1 | -0/+2 |
2019-03-04 | devices: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 4 | -18/+12 |
2019-03-04 | GBP: return appropriate error code if tranport mode subnet has no interface |  Neale Ranns | 1 | -0/+3 |
2019-03-04 | adj: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 3 | -20/+11 |
2019-03-04 | buffers: support cases where numa node memory is not available |  Damjan Marion | 3 | -40/+82 |
2019-03-04 | Hash and handoff reassembly fragments |  Vijayabhaskar Katamreddy | 3 | -61/+450 |
2019-03-04 | stats: fix crash on early init |  Filip Tehlar | 1 | -4/+18 |
2019-03-04 | GBP: fix and print GBP BD flags |  Neale Ranns | 3 | -4/+26 |
2019-03-04 | session: remove svm_segment_index from session struct |  Florin Coras | 6 | -10/+7 |
2019-03-04 | svm: avoid heap push/pop on fifo free |  Florin Coras | 1 | -3/+0 |
2019-03-04 | session: eventfd for mq only for bapi socket transport |  Florin Coras | 1 | -6/+8 |
2019-03-04 | vcl: remove unused fields and structures |  Florin Coras | 3 | -27/+1 |
2019-03-04 | GBP: fix UT after multi-arch change |  Neale Ranns | 13 | -1889/+2036 |
2019-03-04 | gbp: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 13 | -503/+535 |
2019-03-02 | session: remove deprecated binary apis |  Florin Coras | 8 | -567/+40 |
2019-03-02 | session: notify app of segment removal |  Florin Coras | 1 | -1/+12 |
2019-03-02 | session: fix unlisten with invalid handles |  Florin Coras | 1 | -2/+12 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 22 | -262/+189 |
2019-03-02 | session: cleanup session event types |  Florin Coras | 10 | -74/+63 |
2019-03-01 | tcp: allow future acks if in window |  Florin Coras | 1 | -4/+9 |
2019-03-01 | IPSEC: tunnel-input; don't load the HW interface struct |  Neale Ranns | 4 | -43/+41 |
2019-03-01 | nsh: fix load failure |  Filip Tehlar | 5 | -69/+69 |
2019-03-01 | gtpu: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 5 | -50/+34 |
2019-03-01 | dpdk: update mlx[45] linking options |  Matthew Smith | 1 | -1/+1 |
2019-03-01 | ioam: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 5 | -19/+27 |
2019-03-01 | pppoe: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 3 | -12/+6 |
2019-03-01 | session: refactor local connects |  Florin Coras | 12 | -887/+475 |
2019-03-01 | Save signum and faulting address in static variables |  Dave Barach | 1 | -0/+6 |
2019-03-01 | Fix API return code in case of error. |  Igor Mikhailov (imichail) | 1 | -1/+1 |
2019-03-01 | stats: Add node names in /sys/nodes/names |  Ole Troan | 2 | -1/+31 |
2019-02-28 | vpp_papi.py: Change VppEnum from explicit metaclass to metaclass wrapper/deco... |  Paul Vinciguerra | 1 | -4/+11 |
2019-02-28 | stats: Add interface name to sw_if_index as /if/names |  Ole Troan | 5 | -11/+105 |
2019-02-28 | l2e: Migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 5 | -318/+352 |
2019-02-28 | MPLS: tunnel delete crash |  Neale Ranns | 1 | -0/+6 |
2019-02-28 | TEST: IPSEC NAT-T with UDP header |  Neale Ranns | 1 | -0/+1 |
2019-02-27 | session: refactor local/cut-through listens |  Florin Coras | 7 | -188/+262 |
2019-02-27 | VPP-1576: fix Coverity issues |  Dave Barach | 3 | -29/+20 |
2019-02-27 | string_test: The dark side of coverity |  Steven Luong | 1 | -4/+0 |
2019-02-27 | IKEv2 plugin export fixes |  Neale Ranns | 3 | -7/+24 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) |  Matus Fabian | 14 | -79/+2463 |
2019-02-27 | Fix crash in barrier sync when vlib_worker_threads is zero |  Damjan Marion | 2 | -3/+5 |
2019-02-26 | vmxnet3: RSS support |  Steven Luong | 7 | -81/+229 |
2019-02-26 | VPP-1574: minimize RPC barrier sync calls |  Dave Barach | 2 | -8/+45 |
2019-02-26 | nsh: migrate old MUTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 8 | -2289/+2438 |
2019-02-26 | stats: buffer gauge callbacks use index instead of name. |  Ole Troan | 3 | -39/+45 |
2019-02-26 | vppapigen: Expose "option version" in generated JSON file. |  Ole Troan | 1 | -0/+1 |
2019-02-26 | session: fix local binds |  Florin Coras | 2 | -3/+4 |
2019-02-26 | vmxnet3: lro/tso and rx checksum |  Steven Luong | 6 | -45/+283 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin |  Dave Barach | 8 | -388/+390 |