Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | fix bfd cli with gcc >= 6 | Gabriel Ganne | 1 | -1/+1 |
2017-11-06 | session: add rule tags | Florin Coras | 12 | -235/+468 |
2017-11-05 | session: add api to dump rules | Florin Coras | 7 | -25/+253 |
2017-11-05 | ip4 network request processing | Dave Barach | 5 | -89/+750 |
2017-11-03 | NAT64: Input feature arc on virtual interface via interface RX DPO. | Ole Troan | 2 | -2/+2 |
2017-11-03 | vnet: ip4/6_local->don't drop packet if marked for TCP/UDP offload cksum calc... | Jakub Grajciar | 2 | -8/+26 |
2017-11-03 | punt: free whole buffer chain if such is punted | Klement Sekera | 1 | -1/+1 |
2017-11-03 | silence l2fib_init() invalid read of size 2 found by address-sanitizer | Gabriel Ganne | 1 | -1/+6 |
2017-11-03 | session: support drop action in rules table | Florin Coras | 4 | -36/+114 |
2017-11-02 | session/udp: init rw locks | Florin Coras | 2 | -1/+14 |
2017-11-02 | LISP: fix negative mapping timeout, VPP-1043 | Filip Tehlar | 1 | -1/+2 |
2017-11-02 | Add builtin http server option to return static reply | Florin Coras | 1 | -23/+97 |
2017-11-01 | session: fix proxy coverity warnings | Florin Coras | 1 | -1/+2 |
2017-11-01 | session: add support for proxying apps | Florin Coras | 15 | -39/+353 |
2017-10-31 | Fix "l2fib add" CLI to allow adding of filter MAC entries | John Lo | 1 | -25/+17 |
2017-10-31 | Fix set interface mac address API to be endian neutral | John Lo | 4 | -16/+10 |
2017-10-31 | LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24 | Filip Tehlar | 12 | -72/+571 |
2017-10-31 | l2fib: MAC: Fix uint64 to u8 byte array | Mohsin Kazmi | 5 | -49/+44 |
2017-10-31 | Refactor IP input checks for re-use at MPLS disposition | Neale Ranns | 5 | -277/+465 |
2017-10-30 | LISP: improve updating the dataplne when locators change | Filip Tehlar | 5 | -28/+74 |
2017-10-29 | devices: Add binary API for set interface <interface> rx-mode | Steven | 4 | -18/+88 |
2017-10-29 | session: fix coverity warnings | Florin Coras | 2 | -7/+12 |
2017-10-28 | session: rules tables | Florin Coras | 22 | -12/+2093 |
2017-10-27 | session: instantiate appns lookup table only once | Florin Coras | 2 | -7/+11 |
2017-10-26 | Consolidate short_help for classify table with memory-size | Hongjun Ni | 1 | -0/+1 |
2017-10-26 | session: swap appns secret to host byte order | Florin Coras | 1 | -1/+1 |
2017-10-26 | fib test - fix undefined behavior warning found by clang | Gabriel Ganne | 3 | -3/+3 |
2017-10-26 | VCL: add session namespace support. | Dave Wallace | 3 | -17/+40 |
2017-10-26 | Allow IPsec interface to have SAs reset | Matthew Smith | 5 | -1/+123 |
2017-10-25 | lldp: protection code to check a valid interface index | Steve Shin | 1 | -2/+9 |
2017-10-25 | L3 proxy FIB source for container networking | Andrew Yourtchenko | 14 | -10/+381 |
2017-10-24 | Update L2 header offset after VLAN tag rewrite | Neale Ranns | 1 | -1/+3 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 49 | -33/+65 |
2017-10-23 | af_packet: invalid TCP/UDP offload checksum on RX node recalculation | Jakub Grajciar | 6 | -3/+171 |
2017-10-23 | VXLAN:small refactor to vxlan input | Eyal Bari | 1 | -235/+175 |
2017-10-20 | Add reverse DNS (ip to name) resolution | Dave Barach | 5 | -34/+311 |
2017-10-20 | null-terminate some formatted string | Gabriel Ganne | 3 | -0/+15 |
2017-10-19 | Remove unused 'not_last' parameter from ip_add_del_route | Marek Gradzki | 1 | -3/+0 |
2017-10-19 | VPP-1024: rewrite buffer trajectory tracer | Dave Barach | 4 | -6/+134 |
2017-10-18 | LISP: fix crash when sending NSH map-request message, ONE-32 | Filip Tehlar | 1 | -0/+3 |
2017-10-18 | VPP-930: add missing ntohl to send_ip6_fib_details(...) | Dave Barach | 1 | -1/+1 |
2017-10-17 | session: fix connect corner case crash. | Dave Wallace | 1 | -17/+20 |
2017-10-17 | VPP-1032: fix coverity warnings | Dave Barach | 1 | -3/+12 |
2017-10-17 | Add API versioning to GENEVE tunnel implementation. | Marco Varlese | 1 | -1/+3 |
2017-10-17 | session: return local transport endpoint in connect reply | Florin Coras | 3 | -1/+14 |
2017-10-16 | session: fix build when debugging is on | Florin Coras | 3 | -3/+3 |
2017-10-16 | udp: refactor udp code | Florin Coras | 34 | -1175/+1697 |
2017-10-16 | DNS name resolver improvements | Dave Barach | 4 | -31/+217 |
2017-10-16 | LISP: fix map-request counters, ONE-25 | Filip Tehlar | 1 | -6/+5 |
2017-10-15 | ip: avoid arp assert if out of buffers (VPP-1030) | Florin Coras | 1 | -0/+4 |