Age | Commit message (Expand) | Author | Files | Lines |
2019-10-07 | quic: fix wrong condition in update_fifo_size | MathiasRaoul | 1 | -1/+1 |
2019-10-07 | mactime: remove unnecessary function declaration | Neale Ranns | 1 | -2/+0 |
2019-10-07 | vlib: move thread barrier around mod of global node next data | Christian E. Hopps | 1 | -6/+5 |
2019-10-07 | quic: Refactor naming & clibs | Nathan Skrzypczak | 2 | -277/+209 |
2019-10-07 | ip: reassembly add missing goto | Klement Sekera | 1 | -0/+1 |
2019-10-07 | ip: reassembly remove dead code | Klement Sekera | 1 | -8/+0 |
2019-10-07 | dhcp: API return code fix | Neale Ranns | 1 | -2/+2 |
2019-10-07 | ip: MFIB CLI fix for parsing path flags | Neale Ranns | 2 | -3/+4 |
2019-10-06 | rdma: prevent loopback of broadcast packets | Benoît Ganne | 1 | -4/+9 |
2019-10-06 | bonding: traffic traversing the wrong interface | Steven Luong | 1 | -0/+1 |
2019-10-06 | ip: Fix IP unnumbered dump of one interface | Neale Ranns | 1 | -1/+1 |
2019-10-05 | misc: add "show run summary" | Dave Barach | 1 | -11/+19 |
2019-10-05 | rdma: make sure pci subsystem is initialized | Benoît Ganne | 1 | -1/+6 |
2019-10-05 | vlib: pci: set pci driver name to none when no driver is loaded | Benoît Ganne | 1 | -0/+2 |
2019-10-04 | hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable | MathiasRaoul | 3 | -1/+5 |
2019-10-04 | quic: make quic fifo size configurable via cli | MathiasRaoul | 2 | -6/+83 |
2019-10-04 | ip: fix use-after-free in IPv6 SLAAC expiration | Benoît Ganne | 1 | -3/+11 |
2019-10-04 | quic: update quicly to v0.0.5 | MathiasRaoul | 1 | -49/+12 |
2019-10-04 | vppinfra: create unformat function for data size parsing | MathiasRaoul | 2 | -0/+26 |
2019-10-04 | nat: fix use-after-free | Benoît Ganne | 1 | -4/+6 |
2019-10-03 | tcp: unittest: do not access non-existent samples | Benoît Ganne | 1 | -1/+0 |
2019-10-03 | acl: fix intermittent test failure | Andrew Yourtchenko | 1 | -9/+9 |
2019-10-03 | misc: add "maxframe" and "rate" to packet-generator cli. | Christian E. Hopps | 3 | -5/+13 |
2019-10-03 | memif: memif buffer leaks during disconnect. | Padma Ram | 1 | -2/+36 |
2019-10-03 | api: fix non-null-terminated C-string | Benoît Ganne | 1 | -5/+10 |
2019-10-03 | ipsec: initialize msgid and allow no dh in child sa | Christian E. Hopps | 1 | -14/+18 |
2019-10-03 | ethernet: fix dmac filter coverity warning | Matthew Smith | 1 | -1/+1 |
2019-10-03 | pppoe: remove api boilerplate | Ole Troan | 6 | -197/+9 |
2019-10-03 | oddbuf: remove api boilerplate | Ole Troan | 6 | -210/+8 |
2019-10-03 | nsim: remove api boilerplate | Ole Troan | 6 | -223/+11 |
2019-10-03 | dpdk: remove api boilerplate | Ole Troan | 6 | -236/+11 |
2019-10-03 | feature: API cleanup | Jakub Grajciar | 1 | -6/+8 |
2019-10-03 | dhcp: API cleanup | Jakub Grajciar | 8 | -110/+130 |
2019-10-03 | map: fix DF[Don't fragment] ip4-map-t behaviour | Vladimir Ratnikov | 1 | -0/+11 |
2019-10-03 | map: fix indent-off | Klement Sekera | 1 | -121/+133 |
2019-10-02 | vlib: improve summary vector-rate statistics | Dave Barach | 8 | -103/+105 |
2019-10-02 | ip: mfib CLI 'via local' fix | Neale Ranns | 1 | -0/+2 |
2019-10-02 | ethernet: dmac filter checks secondary mac addrs | Matthew G Smith | 3 | -34/+186 |
2019-10-01 | quic: Create custom event logger | MathiasRaoul | 1 | -2/+39 |
2019-10-01 | quic: Add Tx, Rx and packet drop counters | MathiasRaoul | 3 | -0/+66 |
2019-10-01 | session: fix use-after-free | Benoît Ganne | 5 | -6/+7 |
2019-10-01 | session: allow transport cleanup in any state | Florin Coras | 1 | -3/+2 |
2019-10-01 | quic: add cli command for stats | MathiasRaoul | 1 | -0/+47 |
2019-10-01 | rdma: fix non-NULL terminated C-string overflow | Benoît Ganne | 2 | -3/+3 |
2019-10-01 | map: use SVR for MAP-T | Klement Sekera | 9 | -624/+69 |
2019-09-30 | ipsec: fix use-after-free | Benoît Ganne | 1 | -3/+7 |
2019-09-30 | bonding: fix non-null-terminated C-string | Benoît Ganne | 1 | -2/+8 |
2019-09-30 | hsa: fix vpp_echo mq locking | Nathan Skrzypczak | 3 | -18/+62 |
2019-09-30 | dhcp: dhcp6_ia_na_client_cp API cleanup | Jakub Grajciar | 1 | -3/+5 |
2019-09-30 | ip: svr: fix feature refcounts | Klement Sekera | 2 | -14/+20 |