Age | Commit message (Expand) | Author | Files | Lines |
2019-03-23 | tcp: make default mtu configurable |  Florin Coras | 3 | -7/+10 |
2019-03-22 | ipv6: vectorized ext header check |  Damjan Marion | 2 | -10/+35 |
2019-03-22 | ADJ: more thorough link up check |  Neale Ranns | 2 | -7/+22 |
2019-03-22 | tcp: improve handling of snd_nxt |  Florin Coras | 4 | -124/+91 |
2019-03-22 | ipsec: fix esn handling |  Damjan Marion | 1 | -9/+5 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap |  Neale Ranns | 1 | -1/+2 |
2019-03-21 | session/fifo: make event unset atomic |  Florin Coras | 1 | -4/+6 |
2019-03-21 | BVI Interface |  Neale Ranns | 8 | -3/+509 |
2019-03-21 | error-drop; print interface by name |  Neale Ranns | 1 | -1/+2 |
2019-03-21 | icmp: bug fix of buffer->error |  Kingwel Xie | 2 | -2/+18 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface |  Kingwel Xie | 7 | -147/+415 |
2019-03-20 | crypto: add hmac truncate option |  Damjan Marion | 2 | -1/+2 |
2019-03-20 | IPSEC: Tunnel SA not deleted |  Neale Ranns | 1 | -3/+6 |
2019-03-20 | ipsec: keep crypto data inside SA |  Damjan Marion | 8 | -58/+65 |
2019-03-20 | ipsec: bug fix ipsec-init sequence |  Kingwel Xie | 1 | -2/+0 |
2019-03-20 | tcp: disable cc elog debugging |  Florin Coras | 1 | -2/+2 |
2019-03-20 | tests: implement crypto tests per RFC2202 |  Filip Tehlar | 1 | -0/+1 |
2019-03-19 | crypto: introduce crypto infra |  Damjan Marion | 13 | -233/+589 |
2019-03-19 | add default NONE flag for bd_flags |  Michal Cmarada | 1 | -0/+1 |
2019-03-19 | IPSEC: remove byte swap operations in DP during SPD classify |  Neale Ranns | 5 | -46/+35 |
2019-03-19 | IPSEC: tidy the policy types |  Neale Ranns | 6 | -78/+102 |
2019-03-18 | session: add session flags |  Florin Coras | 5 | -24/+17 |
2019-03-18 | vnet: disable the expansion of the heap allocated for classifier tables |  Andrew Yourtchenko | 1 | -0/+2 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" |  Ole Trøan | 9 | -212/+180 |
2019-03-15 | API: Cleanup APIs interface.api |  Jakub Grajciar | 9 | -180/+212 |
2019-03-14 | tcp: drop anything but fins in TIME_WAIT |  Florin Coras | 1 | -0/+4 |
2019-03-14 | Update documentation for src/vnet/interface.api sw_interface_dump |  Paul Vinciguerra | 1 | -1/+7 |
2019-03-14 | IGMP: typo and doc fix (no behaviour change) |  Neale Ranns | 1 | -1/+1 |
2019-03-13 | session rule cli add udp session fail |  zhanglimao | 1 | -0/+1 |
2019-03-13 | VPP-1576: fix a set of coverity warnings |  Dave Barach | 2 | -3/+3 |
2019-03-13 | vhost-user: restart vpp may cause vhost to crash |  Steven Luong | 1 | -1/+1 |
2019-03-13 | Move the punt/drop nodes into vlib |  Neale Ranns | 1 | -286/+91 |
2019-03-13 | deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH |  Filip Tehlar | 6 | -32/+32 |
2019-03-13 | deprecate VLIB_NODE_FUNCTION_MULTIARCH |  Filip Tehlar | 8 | -48/+57 |
2019-03-13 | tcp: fix entering closing state while in fast recovery |  Florin Coras | 1 | -5/+15 |
2019-03-13 | tcp: avoid computing flags in push hdr inline |  Florin Coras | 1 | -26/+3 |
2019-03-12 | tcp: print congestion control algorithm in cli |  Florin Coras | 1 | -11/+12 |
2019-03-12 | ip: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 10 | -174/+178 |
2019-03-12 | l2: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 16 | -122/+150 |
2019-03-12 | VPP-1585: fix dns test cli |  Filip Tehlar | 1 | -1/+3 |
2019-03-12 | FIB: path parsing, table-id not fib-index (VPP-1586) |  Neale Ranns | 1 | -1/+11 |
2019-03-12 | ICMP46 error: Clone first buffer instead of "truncating" original buffer |  Ole Troan | 2 | -52/+36 |
2019-03-12 | FIB: crash when deleting default route |  Neale Ranns | 1 | -9/+0 |
2019-03-12 | bfd: register udp ports only when enabled |  Klement Sekera | 1 | -14/+49 |
2019-03-11 | disable multiarch for error-drop |  Filip Tehlar | 1 | -2/+4 |
2019-03-11 | dpo: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 6 | -157/+59 |
2019-03-11 | mfib: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 2 | -29/+13 |
2019-03-11 | tls: fixes and improvements |  Florin Coras | 5 | -36/+53 |
2019-03-11 | session: fix ct that match global table entries |  Florin Coras | 3 | -2/+26 |
2019-03-08 | tcp: fix rcv_wnd computation |  Florin Coras | 1 | -1/+1 |