Age | Commit message (Expand) | Author | Files | Lines |
2019-02-20 | IPSEC: API coverity error of unitialised stat_index value | Neale Ranns | 1 | -0/+2 |
2019-02-20 | IPSEC-GRE: no clib_warning in the DP | Neale Ranns | 1 | -3/+0 |
2019-02-19 | ldp: return byte count from a successful recvfrom | Haggai Eran | 1 | -2/+6 |
2019-02-19 | reassembly: handle ip6 atomic fragments | Klement Sekera | 1 | -6/+3 |
2019-02-19 | avf: fix feature arc, take two | Damjan Marion | 1 | -1/+2 |
2019-02-19 | reassembly: fix buffer usage counter | Klement Sekera | 1 | -5/+7 |
2019-02-19 | dpdk: update Cisco VIC port type | Hyong Youb Kim | 1 | -4/+1 |
2019-02-19 | dpdk: do not shift PKT_RX_FDIR | Hyong Youb Kim | 1 | -1/+1 |
2019-02-19 | acl-plugin: split the dataplane function into two, save 10sec in compile time | Andrew Yourtchenko | 1 | -87/+110 |
2019-02-19 | VPP-1568:when entry src cover change, recursive-loop fib still can not work. | mu.duojiao | 2 | -0/+84 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 14 | -59/+786 |
2019-02-19 | VPP-1573 fix crash in ip6 reassembly | Klement Sekera | 1 | -1/+1 |
2019-02-19 | ip6-local: fix uninitialized variable error | Damjan Marion | 1 | -1/+1 |
2019-02-19 | avf: fix feature arc | Damjan Marion | 1 | -0/+3 |
2019-02-18 | tls: fix openssl/mbedtls use of app_wrk index | Florin Coras | 4 | -19/+29 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 9 | -176/+159 |
2019-02-18 | NAT: fix: multiple definition of nat64_cleaner_process_event_e | Neale Ranns | 3 | -3/+3 |
2019-02-18 | Resolve vppapigen DeprecationWarning. | Paul Vinciguerra | 1 | -6/+7 |
2019-02-18 | tcp: harden for high scale scenarios | Florin Coras | 9 | -35/+82 |
2019-02-18 | DHCP: trace flags copied from old to new not vice-versa | Neale Ranns | 2 | -2/+2 |
2019-02-18 | NAT: VPP-1552 code migration from old multiarch scheme | Filip Varga | 26 | -448/+387 |
2019-02-18 | Explicit dual-loop in ip6-local | Benoît Ganne | 1 | -72/+134 |
2019-02-18 | IPSEC: move SA counters into the stats segment | Neale Ranns | 14 | -27/+80 |
2019-02-18 | NAT44: fix snat_get_worker_out2in_cb (VPP-1536) | Matus Fabian | 4 | -17/+126 |
2019-02-18 | tcp: fix handling of retransmitted syns | Florin Coras | 2 | -16/+26 |
2019-02-15 | Optimize ip6-local | Benoît Ganne | 1 | -246/+187 |
2019-02-15 | Fix connexion segfault in session api affecting tcp_echo | Nathan Skrzypczak | 1 | -1/+2 |
2019-02-15 | dpdk-ipsec: store buffer index into crypto-op private | Kingwel Xie | 5 | -44/+115 |
2019-02-15 | FIB: pass a copy the walk context | Neale Ranns | 1 | -1/+3 |
2019-02-14 | ipsec: memory leak fixup | Kingwel Xie | 1 | -1/+4 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 27 | -22/+34 |
2019-02-14 | buffer: bug fix vlib_buffer_free_inline | Lollita Liu | 1 | -6/+7 |
2019-02-13 | ip6: convert code to new multiarch | Damjan Marion | 3 | -97/+87 |
2019-02-13 | IPSEC: restack SAs on backend change | Neale Ranns | 3 | -13/+42 |
2019-02-12 | fix assert failure | Dave Barach | 1 | -0/+6 |
2019-02-12 | ipsec: cli bug fix | Kingwel Xie | 1 | -6/+23 |
2019-02-11 | IPSEC-tun: The tunnel DB uses the network order SPI to save the byte swap in ... | Neale Ranns | 2 | -8/+11 |
2019-02-11 | session: add config for evt qs segment size | Florin Coras | 2 | -3/+6 |
2019-02-11 | session: cleanup application interface | Florin Coras | 16 | -689/+582 |
2019-02-11 | ipsec: multi-arch, next-node-index cleanup | Kingwel Xie | 5 | -27/+55 |
2019-02-09 | buffers: fix typo | Damjan Marion | 25 | -44/+45 |
2019-02-09 | tls: move test certificates to separate header file | Florin Coras | 9 | -132/+102 |
2019-02-09 | session: refactor listen logic | Florin Coras | 19 | -667/+622 |
2019-02-07 | tcp: fix fib_index for v6 ll packets | Florin Coras | 1 | -0/+7 |
2019-02-07 | IPSEC: remove unused members of main struct | Neale Ranns | 1 | -4/+0 |
2019-02-07 | IPSEC: no second lookup after tunnel encap | Neale Ranns | 17 | -503/+780 |
2019-02-07 | Fix parsing overflow in unformat_mac_address_t() | Benoît Ganne | 1 | -3/+3 |
2019-02-07 | tcp: fix reset sending in syn-sent | Florin Coras | 3 | -6/+7 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 27 | -58/+80 |
2019-02-06 | buffers: improve buffer init performance | Damjan Marion | 1 | -17/+14 |