| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r344437: Allow I/OAT of present Xeon E5/E7 to work thorugh PLX NTB. | Alexander Motin | 2019-02-28 | 1 | -4/+12 |
| * | MFC r328611: Try to preallocate receive memory early. | Alexander Motin | 2018-02-09 | 1 | -1/+12 |
| * | MFC r328450: Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9). | Alexander Motin | 2018-02-09 | 1 | -17/+42 |
| * | MFC r324155: Add initial support for Address Lookup Table (A-LUT). | Alexander Motin | 2017-10-08 | 1 | -23/+72 |
| * | MFC r323575: Add second entry to LUT on a link side in B2B mode. | Alexander Motin | 2017-09-21 | 1 | -4/+3 |
| * | MFC r323128: Increase negotiation polling period from 10ms to 100ms. | Alexander Motin | 2017-09-11 | 2 | -2/+2 |
| * | MFC r323126: Make NTB drivers report more info via NewBus methods. | Alexander Motin | 2017-09-11 | 5 | -7/+90 |
| * | MFC r323074: Clear doorbell bits after masking them before processing. | Alexander Motin | 2017-09-11 | 1 | -1/+3 |
| * | MFC r323032, r323053, r323058, r323059, r323084, r323114, r323127: | Alexander Motin | 2017-09-11 | 3 | -4/+954 |
| * | MFC r322981: Mask doorbells while processing them. | Alexander Motin | 2017-09-11 | 1 | -2/+7 |
| * | MFC r322980: Fix fake interrupt when set doorbell is unmasked. | Alexander Motin | 2017-09-11 | 1 | -8/+15 |
| * | MFC r323046: Make ntb_transport(4) ready receive early link events. | Alexander Motin | 2017-09-07 | 1 | -4/+4 |
| * | MFC r323047: Make ntb_set_ctx() always generate fake link event. | Alexander Motin | 2017-09-07 | 1 | -0/+7 |
| * | MFC r317340: Report NTB link speed to console and interface. | Alexander Motin | 2017-05-07 | 5 | -15/+55 |
| * | MFC r311935: Pretend we support some IOCTLs to not scary upper layers. | Alexander Motin | 2017-01-25 | 1 | -0/+5 |
| * | MFC r303554, r303561: | Alexander Motin | 2016-08-18 | 1 | -0/+19 |
| * | MFC r303553: Make MAC address generation more random. | Alexander Motin | 2016-08-18 | 1 | -2/+1 |
| * | MFC r303551: Fix infinite loops introduced at r303429. | Alexander Motin | 2016-08-18 | 1 | -2/+2 |
| * | MFC r303514: Fix NTBT_QP_LINKS negotiation. | Alexander Motin | 2016-08-18 | 1 | -29/+18 |
| * | MFC r303510: Clear scratchpad after MSIX negotiation to not leak garbage. | Alexander Motin | 2016-08-18 | 1 | -0/+1 |
| * | MFC r303494: Once more refactor KPI between ntb_transport(4) and if_ntb(4). | Alexander Motin | 2016-08-18 | 3 | -86/+138 |
| * | MFC r303429, r303437: | Alexander Motin | 2016-08-18 | 5 | -749/+1152 |
| * | MFC r303266: Postpone ntb_get_msix_info() till we need to negotiate MSIX. | Alexander Motin | 2016-08-18 | 1 | -2/+1 |
| * | MFC r302622 (by sephe): ntb: Fix LINT | Alexander Motin | 2016-08-18 | 2 | -3/+1 |
| * | MFC r302531: Revert odd change, setting limit registers before base. | Alexander Motin | 2016-08-18 | 1 | -12/+8 |
| * | MFC r302529: Remove callout_reset(link_work) from ntb_transport_attach(). | Alexander Motin | 2016-08-18 | 1 | -1/+0 |
| * | MFC r302530: Fix wrong copy/paste in r302510. | Alexander Motin | 2016-08-18 | 1 | -1/+1 |
| * | MFC r302510: | Alexander Motin | 2016-08-18 | 1 | -29/+10 |
| * | MFC r302508: Disable SB01BASE_LOCKUP workaround when split BARs disabled. | Alexander Motin | 2016-08-18 | 1 | -1/+11 |
| * | MFC r302499: Improve checksum "offload" support. | Alexander Motin | 2016-08-18 | 1 | -4/+50 |
| * | MFC r302496: Rewrite if_ntb to use modern interface KPIs and features. | Alexander Motin | 2016-08-18 | 1 | -85/+244 |
| * | MFC r302495: Improve memory allocation errors handling on receive. | Alexander Motin | 2016-08-18 | 2 | -1/+8 |
| * | MFC r302494: Synchronize MTU code with Linux. | Alexander Motin | 2016-08-18 | 2 | -7/+4 |
| * | MFC r302493: Reimplement doorbell register emulation for NTB_SB01BASE_LOCKUP. | Alexander Motin | 2016-08-18 | 2 | -61/+50 |
| * | MFC r302492: Bring some more order into link and qp state handling. | Alexander Motin | 2016-08-18 | 1 | -9/+4 |
| * | MFC r302491: Switch ctx_lock from mutex to rmlock. | Alexander Motin | 2016-08-18 | 1 | -17/+15 |
| * | MFC r302490: Create separate RX taskqueue for each qp. | Alexander Motin | 2016-08-18 | 1 | -27/+20 |
| * | MFC r302489: Remove rx_completion_task taskqueue. | Alexander Motin | 2016-08-18 | 1 | -8/+4 |
| * | MFC r302488: Remove unneeded RX lock, and make TX lock per-qp. | Alexander Motin | 2016-08-18 | 1 | -11/+7 |
| * | MFC r302487: Reduce code divergence from Linux, preparing for DMA support. | Alexander Motin | 2016-08-18 | 1 | -59/+73 |
| * | MFC r302486: Fix operation with multiple qps. | Alexander Motin | 2016-08-18 | 1 | -5/+5 |
| * | MFC r302484: NewBus'ify NTB subsystem. | Alexander Motin | 2016-08-18 | 9 | -1996/+2458 |
| * | MFC r302483: Remove some dead code found by Clang static analyzer. | Alexander Motin | 2016-08-18 | 1 | -18/+4 |
| * | MFC r302482: Fix NTB_SDOORBELL_LOCKUP workaround. | Alexander Motin | 2016-08-18 | 1 | -2/+6 |
| * | Fix if_ntb interface setup to include IFF_MULTICAST. | Eric van Gyzen | 2016-06-18 | 1 | -1/+1 |
| * | When negotiating NTB_SB01BASE_LOCKUP workaround, don't try to limit the | Alexander Motin | 2016-06-04 | 1 | -42/+15 |
| * | When negotiating MSIX parameters, give other head time to see our | Alexander Motin | 2016-06-04 | 1 | -3/+10 |
| * | Re-enable write combining, disabled by default at r295486. | Alexander Motin | 2016-05-24 | 1 | -0/+4 |
| * | ntb_hw(4): Only record the first three MSIX vectors | Conrad Meyer | 2016-05-23 | 1 | -4/+14 |
| * | ntb_hw(4): Add sysctls for administrative/test link config, state | Conrad Meyer | 2016-05-18 | 2 | -10/+88 |