]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove #ifdef's from various structures used in the cxgbe/cxl driver.
[FreeBSD/FreeBSD.git] / sys / dev /
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).
2016-03-21 bdreweryTrack filemon usage via a proc.p_filemon pointer rather...
2016-03-21 davidcsModifications to achieve a common source base from...
2016-03-21 sephehyperv/vmbus: Implement bus_child_pnpinfo_str method
2016-03-21 sephehyperv: Factor out snprinf_hv_guid()
2016-03-21 emastei915: disable GEN6_MBCTL write in gen6_init_clock_gating
2016-03-21 ianFix fallout from r292180 (Dec 2015)... ensure that...
2016-03-21 npiw_cxgbe/libcxgb4: Pull in many applicable fixes from...
2016-03-20 jhibbitsConvert a long to rman_res_t, fixing a sign extension...
2016-03-20 adrian[urtwn] migrate urtwn out into sys/dev/urtwn/ .
2016-03-19 mavAdd IDs for Intel Wellsburg USB controllers.
2016-03-18 bzConvert the printfs here from %lx to %jx as well after...
2016-03-18 traszAdd lock assertion.
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-17 npcxgbe(4): Tidy up PAUSE frame accounting.
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 npcxgbe(4): Enable PFs 0-3, and allow creation of SR...
2016-03-16 npcxgbe(4): Enable additional capabilities in the default...
2016-03-16 npcxgbe(4): Update some register settings in the default...
2016-03-16 npcxgbe(4): Remove a couple of pointless assignments...
2016-03-16 impFix debug printf
2016-03-16 smhPrevent invalid ixgbe advertise setting warning
2016-03-15 mmelAdd phy framework, a next part of new 'extended resourc...
2016-03-15 mmelAdd regulator framework, a next part of new 'extended...
2016-03-15 mmelCLK: Add and use explicit locking for access to clock...
2016-03-15 mmelCLK: Add enumerator for 'clocks' OFW node. Add bus...
2016-03-15 mmelCLK: Remove forgotten mutex from clk_fixed class.
2016-03-15 mmelUse EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority...
2016-03-15 impMake sure we check for CAM_CDB_POINTER for all drivers...
2016-03-15 impRemove bare & 0x3; it encodes the values of BIO_READ and
2016-03-14 rstoneClean up repeated "All rights reserved"
2016-03-14 bzFix the printf for PAE kernels where it'd be long long...
2016-03-14 wmaAdd xhci_mv.c
2016-03-12 dumbbelldrm/i915: Import Linux commit 168f83660211b9e059e3bc063...
next