summaryrefslogtreecommitdiff
path: root/sys/dev/ntb/if_ntb
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-09ntb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-24Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff
2020-01-23Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-04-23Report NTB link speed to console and interface.Alexander Motin
2017-01-11Pretend we support some IOCTLs to not scary upper layers.Alexander Motin
2016-07-30Make MAC address generation more random.Alexander Motin
2016-07-29Once more refactor KPI between ntb_transport(4) and if_ntb(4)..Alexander Motin
2016-07-09Improve checksum "offload" support.Alexander Motin
2016-07-09Rewrite if_ntb to use modern interface KPIs and features.Alexander Motin
2016-07-09Improve memory allocation errors handling on receive.Alexander Motin
2016-07-09Synchronize MTU code with Linux.Alexander Motin
2016-07-09NewBus'ify NTB subsystem.Alexander Motin
2016-06-18Fix if_ntb interface setup to include IFF_MULTICAST.Eric van Gyzen
2016-05-24Re-enable write combining, disabled by default at r295486.Alexander Motin
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2015-12-03if_ntb: Don't roundup MW size to full BAR size unnecessarilyConrad Meyer
2015-12-03if_ntb: Log error *before* zeroing relevant variablesConrad Meyer
2015-11-19if_ntb: Initialize if_mtu to the correct MTUConrad Meyer
2015-11-19if_ntb: Add Xeon link watchdog register writesConrad Meyer
2015-11-18if_ntb: Reuse receive buffers correctlyConrad Meyer
2015-11-18NTB: Expose 32-bit BAR limits to consumersConrad Meyer
2015-11-18if_ntb: Diff reduce with LinuxConrad Meyer
2015-11-14if_ntb: Clear the right QP in the free bitmapConrad Meyer
2015-11-11if_ntb: MFV c92ba3c5: invalid buf pointer in multi-MW setupsConrad Meyer
2015-11-11ntb: volatile some members set by interrupt routinesConrad Meyer
2015-11-11if_ntb: Add module-specific log levelConrad Meyer
2015-11-11if_ntb: Transport link cleanup needs to be on a taskqueueConrad Meyer
2015-11-11NTB: Diff reduce with LinuxConrad Meyer
2015-11-11ntb: Use caddr_t to simplify pointer arithmeticConrad Meyer
2015-10-22if_ntb: Use ffsll() now that it is broadly availableConrad Meyer
2015-10-20NTB: Revert r289645Conrad Meyer
2015-10-20if_ntb: Diff-reduce with Linux; add queue index typeConrad Meyer
2015-10-20NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mwConrad Meyer
2015-10-20NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX updateConrad Meyer
2015-10-20if_ntb: Correct over-long lines, use qmin()Conrad Meyer
2015-10-20if_ntb: Use if_printf instead of device_printfConrad Meyer
2015-10-20NTB: MFV 7eb38781: Print driver name in module initConrad Meyer
2015-10-20NTB: MFV 9891417d: Increase transport MTU to 64k from 16kConrad Meyer
2015-10-20if_ntb: Fix typo in qp_link_work to match LinuxConrad Meyer
2015-10-20if_ntb: MFV 2849b5d7: Reset transport QP link stats on downConrad Meyer
2015-10-19NTB: Add ntb_db_vector_mask() missed in r289546Conrad Meyer
2015-10-18if_ntb: MFV e26a5843: Move MW/DB management to if_ntbConrad Meyer
2015-10-18if_ntb: Rename things to match Linux driverConrad Meyer
2015-10-18if_ntb: Replace handmade bitset macros with sys/bitset.hConrad Meyer