]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Fix wildcard srcs for phony targets
[FreeBSD/FreeBSD.git] / sys / dev /
2013-05-18 hselaskyDon't clear stall at first time use of USB MIDI endpoints.
2013-05-18 hselaskyFix issue with "Logitech Webcam C525":
2013-05-17 impFor ARM, MIPS, and PowerPC, default to 32-byte alignmen...
2013-05-17 gavino Retrive the part number (CP2103 etc) from the hardwa...
2013-05-17 kibAdd new capability types encodings from HyperTransport...
2013-05-17 adrianAdd some more debugging printf()s to complain if the...
2013-05-16 impWhen reporting the user readable size, round up. Severa...
2013-05-16 adrianTidy up the debugging - don't bother printing out TID...
2013-05-16 adrianLimit the number of software queued frames when doing...
2013-05-16 adrianDump out the holding buffer descriptor contents and...
2013-05-16 kibAdd dependencies on the firmware, which allows the...
2013-05-15 adrianImplement my first cut at "correct" node power-save and
2013-05-15 davidcsAdd Qlogic 10Gigabit Ethernet & CNA Adapter Driver...
2013-05-13 adrianAdd ALQ beacon debugging.
2013-05-13 adrianSupport sending ATH_ALQ messages with no payload.
2013-05-13 jkimRemove a bogus re-assignment.
2013-05-13 npDeal correctly with 40G ports that don't have any trans...
2013-05-13 adrianImprove the debugging output - use the MAC address...
2013-05-13 adrianSince the node state is 100% back under the TX lock...
2013-05-13 adrianOops, commit the other half of r250606.
2013-05-13 adrianThis lock only protects the rate control state for...
2013-05-13 adrianBegin tidying up the reassociation and node sleep/wakeu...
2013-05-12 eadlerFix several typos
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-10 eadlerFxi a bunch of typos.
2013-05-10 adrianMake sure the holding descriptor and link pointer are...
2013-05-10 luigianother minor bugfix in the memory allocator, this...
2013-05-09 jhbRevision 233677 broke certain machines. Specifically...
2013-05-09 luigiif_lem.c: make sure that lem_rxeof() can drain the...
2013-05-09 luigisimplify the code to initialize the RDT while in netmap...
2013-05-09 adrianUpdate the holding buffer locking for EDMA.
2013-05-08 adrianFix the holding descriptor logic to actually be "right...
2013-05-08 adrianBring in a basic ethernet switch driver for the IP17x...
2013-05-08 adrianFix the ukswitch code to work with the new vlan changes:
2013-05-08 adrianCorrectly mark the CPU port.
2013-05-08 adrianAdd the ability to change the vlan operation mode.
2013-05-08 davidcsNo need to set if_mtu since it automatically updated...
2013-05-08 takawataA driver for Intel Rapid Start Technology ACPI device.
2013-05-08 adrianThis shouldn't have made it into this commit, sorry.
2013-05-08 adrianRevert a previous commit - this is causing hardware...
2013-05-08 adrianImplement STBC receive frame statistics.
2013-05-07 davidcs1. Updated Copyright Information
2013-05-07 adrianRe-work how transmit buffer limits are enforced - partl...
2013-05-07 adrianSimplify this bit of code!
2013-05-06 hirenFixing a clang warning about using uninitialized variable.
2013-05-06 gberMove initialization of CESA decoding windows from commo...
2013-05-05 mavSome fixes to snd_envy24ht(4) driver:
2013-05-04 adrianThe holding buffer logic needs to be used for _all_...
2013-05-03 npcxgbe: Switch to a better way to install firmware.
2013-05-03 npcxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy...
2013-05-03 hselaskyFix compile warning.
2013-05-03 hselasky- Add more defines to limit USB memory usage and number...
2013-05-03 smhFix uninitialized warning in mps
2013-05-03 hselaskyAlways put space before the comma before ##__VA_ARGS__...
2013-05-03 hselaskyAdd some defines to limit USB memory usage in reduced...
2013-05-03 hselaskyAllow the default USB template to be specified at compi...
2013-05-03 hselaskyAdd new USB API to get the port path of a USB device.
2013-05-02 mavAdd IDs for HighPoint RocketRAID 640L/642L/644L --...
2013-05-02 luigiremove trailing whitespace
2013-05-02 davideSuppress a GCC warning. This warning is actually bogus...
2013-05-02 eadlerUpdate Intel email address.
2013-05-02 adrianAdd device identification and probe/attach support...
2013-04-30 eadlerRemove ancient compatibility cruft.
2013-04-30 eadlerAdd missing braces
2013-04-30 npFix DDP breakage introduced in r248925. Bitwise OR...
2013-04-30 brooksMFP4 change 222060:
2013-04-30 brooksMFP4 changes 222065 and 222068:
2013-04-30 brooksPartial MFC of change 228122:
2013-04-30 luigiuse netmap_rx_irq() and netmap_tx_irq() instead of...
2013-04-30 luigiuse netmap_rx_irq() / netmap_tx_irq() to handle interru...
2013-04-30 luigiPartial cleanup in preparation for upcoming changes:
2013-04-30 davidemalloc(9) cannot return NULL if M_WAITOK flag is specified.
2013-04-30 davideThe Intel PMC architectural events have encodings which...
2013-04-30 davideComplete r250097:
2013-04-30 davideWhen hwpmc(4) module is unloaded it reports a double...
2013-04-30 davideFixup Westmere hwpmc(4) support: add missing CPU flag...
2013-04-30 npAttach to the T580 (2 x 40G) card.
2013-04-30 np- Provide accurate ifmedia information so that 40G...
2013-04-30 npcxgbe(4): Some updates to shared code.
2013-04-30 pluknetPass a format string to kproc_create() [1] and thus...
2013-04-29 carlAdd a new driver to support the Intel Non-Transparent...
2013-04-29 luigiwhitespace - document alternative locking under linux
2013-04-29 jhbOnly cleanup CMI-related state on detach if the system...
2013-04-29 luigiwhitespace changes:
2013-04-29 delphijAdd missing braces.
2013-04-29 luigiexplicitly mark some variables as const
2013-04-29 adrianDebugging changes!
2013-04-28 sbrunoSilence warning from clang:
2013-04-28 sbrunoThe controller does not zero this data structure, ever.
2013-04-28 sbrunoLet's align correctly by setting to 17.
2013-04-28 sbrunoIts time to retire COMPAQ. I don't think that its...
2013-04-28 wkoszekBring copyright changes with the agreement of Thomas...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 wkoszekAdd Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm...
2013-04-27 wkoszekAdd Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm...
2013-04-27 sbrunoChange maxio to reflect variable hardware configurations.
2013-04-26 adrianConditionally compile this only if ATH_DEBUG is defined.
2013-04-26 adrianDump the entire TXQ descriptor contents during a reset...
2013-04-26 sbrunoAdjust the min comparison to look at the adjust value...
2013-04-26 glebiusAdd const qualifier to the dst parameter of the ifnet...
next