Age | Commit message (Expand) | Author | Files | Lines |
2017-10-03 | Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) | John Lo | 3 | -3/+6 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) | Florin Coras | 4 | -17/+63 |
2017-10-03 | jvpp: added logs for sending and receiving event messages (VPP-982) | Matej Perina | 5 | -0/+30 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 87 | -1104/+2510 |
2017-10-03 | Propagate duplicate IF addr add/del error up to API. | Jon Loeliger | 3 | -8/+30 |
2017-10-02 | L2-FIB:add mac learn events test | Eyal Bari | 1 | -56/+49 |
2017-09-28 | cdp/lldp: punt for no buffer | Steven | 2 | -0/+6 |
2017-09-28 | C++ API: remove deprecated throw lists | Klement Sekera | 1 | -8/+4 |
2017-09-28 | drop python3 dependency | Klement Sekera | 3 | -22/+25 |
2017-09-27 | Update package version | Florin Coras | 1 | -1/+1 |
2017-09-28 | General documentation updates | Chris Luke | 3 | -40/+45 |
2017-09-28 | tun/tap: Bad packets sent to kernel via tun/tap interface | Steven | 2 | -22/+29 |
2017-09-27 | VPP-990 remove registered handler if control ping failsv18.01-rc0 | Matej Perina | 3 | -0/+14 |
2017-09-27 | LISP: add API handlers for set/get transport protocol | Filip Tehlar | 4 | -0/+194 |
2017-09-27 | VLAN support on host(af-packet) interface. | Akshaya N | 1 | -3/+26 |
2017-09-27 | Fix: unnecesary uio binding for Mellanox NIC | Steve Shin | 1 | -1/+3 |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) | Chris Luke | 5 | -3/+25 |
2017-09-27 | acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. | Andrew Yourtchenko | 1 | -2/+2 |
2017-09-26 | tcp: update snd_nxt after congestion recovery | Florin Coras | 2 | -9/+7 |
2017-09-26 | Add thread-safe event signaller, use RPC where required | Dave Barach | 5 | -5/+73 |
2017-09-26 | NAT: remove worker_by_in lookup hash table (VPP-992) | Matus Fabian | 4 | -97/+30 |
2017-09-26 | Memory overwritten when using unformat %u (VPP-987) | Aequitas | 3 | -19/+19 |
2017-09-25 | tcp: do not sample rtt for retransmitted segments | Florin Coras | 3 | -81/+100 |
2017-09-25 | acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect... | Andrew Yourtchenko | 1 | -2/+2 |
2017-09-25 | Fix usage string for vat | Jerome Tollet | 1 | -1/+2 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down | John Lo | 5 | -72/+101 |
2017-09-25 | Add binary API documentation | Dave Barach | 3 | -71/+474 |
2017-09-25 | NAT: session number limitation to avoid running out of memory crash (VPP-984) | Matus Fabian | 4 | -38/+120 |
2017-09-22 | Fix vpp "unix interactive" when running under emacs + gdb | Dave Barach | 1 | -3/+8 |
2017-09-22 | vhost-user: fix link-up status | Yoann Desmouceaux | 1 | -1/+1 |
2017-09-22 | acl-plugin: remove the clib_warning "ACL enabling..." | Andrew Yourtchenko | 1 | -4/+0 |
2017-09-22 | IP-MAC,ND:wildcard events,fix sending multiple events | Eyal Bari | 6 | -101/+216 |
2017-09-21 | vppctl,cli: Improve non-interactive vppctl (VPP-944) | Chris Luke | 2 | -89/+404 |
2017-09-21 | NAT: remove worker_by_out lookup hash table (VPP-989) | Matus Fabian | 3 | -133/+120 |
2017-09-20 | session: store tep port in net order | Florin Coras | 4 | -14/+14 |
2017-09-20 | Improve API message handler re-registration check | Dave Barach | 1 | -3/+5 |
2017-09-20 | LISP: add debug cli for neighbor discovery | Filip Tehlar | 4 | -6/+71 |
2017-09-20 | CLI: fix segfault when browsing an empty history | Yoann Desmouceaux | 1 | -3/+1 |
2017-09-20 | TCP: fix "tcp src-address" command with IPv6 | Yoann Desmouceaux | 1 | -1/+1 |
2017-09-20 | tcp: add option to punt traffic | Pierre Pfister | 5 | -30/+99 |
2017-09-20 | Fix DHCP client so it works for worker threads | John Lo | 2 | -2/+17 |
2017-09-20 | Add ip6-local feature arc | Pierre Pfister | 4 | -8/+101 |
2017-09-20 | NAT: don't call ipfix rpc when disabled (VPP-988) | Matus Fabian | 1 | -168/+181 |
2017-09-20 | NAT: move session and user lookup tables to per thread data (VPP-986) | Matus Fabian | 5 | -110/+151 |
2017-09-19 | format_sockaddr: add trivial support for AF_LOCAL sockets | Dave Barach | 1 | -0/+12 |
2017-09-19 | Add C++ API | Klement Sekera | 13 | -239/+1549 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 12 | -138/+209 |
2017-09-19 | Treat label=0 as an invalid next-hop-via-label | Neale Ranns | 1 | -1/+7 |
2017-09-19 | LISP: support for neighbor discovery | Filip Tehlar | 9 | -110/+617 |
2017-09-19 | Set RX sw_if_index on decrypted routed IPsec buffers | Matthew Smith | 2 | -0/+3 |