]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
[net80211] print out the channel type (eg a, b, g, n) when creating
[FreeBSD/FreeBSD.git] / sys / dev /
2016-04-09 jhibbitsFix a masking bug for e500 PMC.
2016-04-09 adrian[ath] Only process beacon frames for the IBSS/BSSID...
2016-04-08 zbbFix sending TSO packets larger than single DMA segment...
2016-04-08 wmaSpeedup BGX link polling on ARM64
2016-04-08 sephehyperv: Revert r297481
2016-04-08 hselaskyAdd new USB quirk.
2016-04-07 emasteAdd option to specify built-in keymap for kbdmux
2016-04-07 jhbAssociate device_t objects with ACPI handles via PCI_CH...
2016-04-07 sgalabovThis revision adds support to if_rt for more SoCs.
2016-04-07 sephehyperv: Use lapic_{alloc,free}_ipi to allocate private...
2016-04-07 sephehyperv: Typo in r297634
2016-04-07 sephehyperv/vmbus: Use default mtx for channel message queue
2016-04-07 sephehyperv: Use mb() instead of atomic_thread_fence_seq_cst()
2016-04-06 jmcneillConvert Allwinner port to extres clk/hwreset/regulator...
2016-04-06 rpokalaStorage Controller Interface driver - typo in unimpleme...
2016-04-06 jhbConvert pci_delete_child() to a bus_child_deleted(...
2016-04-06 adrian[urtwn] disable doing AMPDU TX.
2016-04-06 adrian[rsu] We don't do A-MPDU transmit right now, so don...
2016-04-05 adrian[urtwn] first cut of getting the fast-frames / amsdu...
2016-04-05 gonzoRemove misleading comment. musb supports host mode...
2016-04-05 ianAdd more DPRINTF() to the ftdi driver. Now everything...
2016-04-05 mmelehci_interrupt is MPSAFE code. Most drivers in tree...
2016-04-05 jhibbitsAdd support for the Microchip mcp7941x.
2016-04-05 jhbRemove a redundant check.
2016-04-05 jhbDon't wakeup the fdc worker thread once a second when...
2016-04-04 andrewFix a format string when uint64_t is not unsigned long...
2016-04-04 sgalabovEnable 4-byte address support for the mx25l family...
2016-04-03 adrian[iwn] Don't try to seamlessly recover from a firmware...
2016-04-03 avoswpi, iwn: fix check in find_eeprom_channel()
2016-04-03 mavPass through some new block device features.
2016-04-01 jmcneillMove support for Synopsys Designware APB UART out of...
2016-04-01 sephetcp/lro: Use tcp_lro_flush_all in device drivers to...
2016-04-01 sephehyperv: Register Hyper-V timer early enough for TSC...
2016-03-31 jhbRemove #ifdef's from various structures used in the...
2016-03-31 zbbFix number of the enabled VFs in VNIC
2016-03-31 zbbDon't omit m_dup() for non-writeable mbufs that need...
2016-03-31 traszRemove NULL checks after M_WAITOK allocations, which...
2016-03-31 zbbFix MAC address configuration for VNIC
2016-03-31 zbbImprove TX path of the VNIC driver
2016-03-31 zbbFix typo in the VNIC's PF function name
2016-03-31 zbbDisable MSI-x for AHCI on Alpine plattform
2016-03-31 adrianAdd support for the Nuvoton NCT5104D.
2016-03-30 loosAdd basic FDT support for the mx25l SPI flash.
2016-03-30 hselaskyAdd new USB ID to UDL driver.
2016-03-30 adrian[bwn] fix time_before -> ieee80211_time_before()
2016-03-30 adrian[net80211] migrate the time_* macros to ieee80211_...
2016-03-29 pfgSmall typo.
2016-03-29 zbbReduce OFW PCI code duplication - involves ARM, PPC...
2016-03-29 zbbImprove HW checksums support in VNIC
2016-03-29 zbbDon't manage free SQ entry index by the atomic operations
2016-03-29 mavAdd some device IDs found on AMD FCH shipsets.
2016-03-29 mavAdd support for AMD FCH watchdog timers.
2016-03-29 hselaskyVerify that all segments in the loaded segment list...
2016-03-29 npcxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer...
2016-03-28 jhbDon't start the random harvester process until timers...
2016-03-28 impMove pccard_safe_quote() up to subr_bus.c and rename to
2016-03-28 jmcneillPass clkdev_if methods through to parent device by...
2016-03-28 sephevt: Use textmode when we're running on hypervisors
2016-03-27 kanUse correct response bits for MMC_RSP_R4-R7 types
2016-03-27 kanDo nothing if requested clk frequency is already correct.
2016-03-26 npPlug leak in m_unshare.
2016-03-26 mmelARM: Parse command line delivered by U-Boot:
2016-03-25 traszFix iSCSI initiator crash that could happen with out...
2016-03-25 bdreweryRemove unneeded return left from refactoring.
2016-03-24 mavUnify ichwd(4) attachment messages in dmesg.
2016-03-24 mavPolish wbwd(4) driver and add more supported chips.
2016-03-24 kibHandle the driver KPI change from r292373. Ensure...
2016-03-24 hselaskyAdd more UHCI PCI IDs.
2016-03-24 sephehyperv/vmbus: Create per-cpu fast taskqueue for msg...
2016-03-24 sephehyperv/utils: Allow hint to disable individual utility
2016-03-24 sephehyperv/vmbus: use a better retry method in hv_vmbus_pos...
2016-03-23 jmcneillFix support for fixed factor clocks.
2016-03-23 jmcneillclk_parse_ofw_out_names is supposed to return a list...
2016-03-23 jmcneillReturn BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_p...
2016-03-22 bdreweryHandle copyin failures.
2016-03-22 bdreweryRemove unused done argument to copyinstr(9).
2016-03-22 bdreweryReturn any log write failure encountered when closing...
2016-03-22 bdreweryFollow-up r297156: Close the log in filemon_dtr rather...
2016-03-22 jhibbitsFix the resource_list_print_type() calls to use uintmax_t.
2016-03-22 npcxgbe(4): Be consistent and call ETHER_BPF_MTAP before...
2016-03-22 tuexenSupport checksum offloading for TCP/IPV6 and UDP/IPV6.
2016-03-22 sephehyperv/hn: When short of mbufs on the RX path, don...
2016-03-22 sephehyperv/hn: Factor out hn_set_lro_lenlim()
2016-03-22 sephehyperv/hn: Reduce TCP segment aggregation limit for...
2016-03-22 mavOptimize IPMI watchdog patting.
2016-03-22 sephehyperv/vmbus: Remove NULL check for taskqueue_create_fa...
2016-03-22 sephehyperv/vmbus: Use taskqueue_fast for non-performance...
2016-03-22 sephehyperv/evttimer: Use an independent message slot so...
2016-03-22 adrian[urtwn] welcome basic 11n support to urtwn.
2016-03-21 avoswpi: remove internal taskqueue
2016-03-21 bdreweryConsolidate common link(2) logic.
2016-03-21 avosrum: add legacy power saving support (STA mode).
2016-03-21 jhibbitsFix some more long -> rman_res_t
2016-03-21 avosrum: simplify error handling in rum_newstate().
2016-03-21 avosrum: do not try to restore bssid/TSF synchronization...
2016-03-21 avosrum: separate some microcontroller vendor-specific...
2016-03-21 bdreweryAttempt to use the namecache for openat(2) path resolution.
2016-03-21 bdreweryUse curthread for vn_fullpath.
2016-03-21 bdreweryConsolidate open(2) and openat(2) code.
2016-03-21 bdreweryStop tracking stat(2).
next