]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Tidy up kern_wait6
[FreeBSD/FreeBSD.git] / sys / dev /
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-15 rpokalamxge(4) should pass unhandled ioctls to ether_ioctl()
2018-02-13 landonfbwn(4): Conditionalize "RX decryption attempted" messag...
2018-02-13 hselaskyImport the mthca kernel side infiniband driver from...
2018-02-13 lwhsuFix non-64-bit platform build by printing bus_addr_t...
2018-02-13 hselaskyFix for incorrect PnP information used by devmatch(8).
2018-02-13 hselaskyAdd new USB quirk.
2018-02-12 landonfbwn(4): Fix outstanding bug in PHY-G tssi2dbm table...
2018-02-12 landonfsiba(4): Ignore disabled per-core address match entries.
2018-02-11 scottlPrint out the shared memory queues during initialization
2018-02-11 ianAdd a device ID to uftdi for TIAO USB Multi Protocol...
2018-02-10 mavTeach mps(4) and mpr(4) drivers to autotune chain frames.
2018-02-09 jkimMFV: r329072
2018-02-07 npiw_cxgbe: Remove declaration of a function that no...
2018-02-07 hselaskyGive USB template SYSUNINIT()'s a uniq name to avoid...
2018-02-07 adrian[ath] Use the BSSID address logic for STA VAPs too.
2018-02-06 scottlCache the value of the request and reply frame size...
2018-02-06 mavFix queue length reporting in mps(4) and mpr(4).
2018-02-06 kenDiagnostic buffer fixes for the mps(4) and mpr(4) drivers.
2018-02-06 adrian[arswitch] Implement the switch MAC address fetch API.
2018-02-06 adrian[etherswitch] add initial support for potentially confi...
2018-02-06 scottlFix a case where a request frame can be composed that...
2018-02-05 landonfbwn(4): migrate bwn(4) to the native bhnd(9) interface...
2018-02-05 adrian[arswitch] disable ARP copy-to-CPU port for AR9340...
2018-02-05 adrian[arswitch] fix build breakage.
2018-02-05 adrian[arswitch] Enable ATU dump support for the AR9340.
2018-02-05 adrian[arswitch] fix mac address field definition.
2018-02-05 adrian[arswitch] Break out of the loop upon any error, not...
2018-02-04 wulfpsm(4): Fix panic occuring soon after PS/2 packet has...
2018-02-04 jhibbitsMinimal changes for MPR to build on architectures with...
2018-02-04 adrian[arswitch] fix up issues on the AR8327.
2018-02-03 hselaskyAdd new USB ID.
2018-02-03 adrian[arswitch] add initial functionality for AR8327 ATU...
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 adrian[arswitch] Stub out the ATU table dump in AR9340 switch...
2018-02-02 adrian[arswitch] begin tidying up the learning and ATU manage...
2018-02-02 adrian[etherswitch] add the first pass of a simple API to...
2018-02-01 andrewDisable EARLY_PRINTF from the Armada 3700 uart, it...
2018-01-31 wulfpsm: Add a kludge to support 0x46 identity middle byte...
2018-01-31 wulfpsm(4): Reduce psm watchdog verbosity
2018-01-31 wulfpsm(4): Add support for HP EliteBook 1040 ForcePads.
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-31 adrian[arswitch] Fix ATU programming on the AR8327 switch.
2018-01-31 adrian[arswitch] Fix ATU flushing on AR8216/AR8316 and most...
2018-01-31 adrian[arswitch] add a new debug section for upcoming address...
2018-01-31 mavTry to preallocate receive memory early.
2018-01-30 jhbExport tcp_always_keepalive for use by the Chelsio...
2018-01-30 hselaskyMove the mlx5 core device pointer first in the mlx5en...
2018-01-30 traszMake the handler routine for the hw.usb.template sysctl...
2018-01-30 mmelUse more verbose panic messages.
2018-01-30 mmelRevert r328511, it was committed with <patch>.diff...
2018-01-29 lwhsuFix kernel build after r328523, correct variable names
2018-01-29 ianAdd a NO_GETMAXLUN quirk for the JMicron JMS567 USB...
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-29 impTag the current round of deprecated drivers.
2018-01-29 impUse atomic load and stores to ensure that the compiler...
2018-01-28 impOut of an abundance of caution, NUL out the first byte...
2018-01-28 mmeldiff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres...
2018-01-26 mavUse bus_dmamem_alloc(9) KPI instead of contigmalloc(9).
2018-01-26 npcxgbe(4): Accept old names of a couple of tunables.
2018-01-26 npcxgbe(4): Do not display harmless warning in non-debug...
2018-01-25 brAdd support for SDHCI controller found in Qualcomm...
2018-01-25 brAdd basic driver for Qualcomm USB 2.0 EHCI controller.
2018-01-25 mizhka[etherswitch] fix LINT build for rtl8366rb
2018-01-24 manuarm: lpc: Remove support
2018-01-24 mizhka[etherswitch] check if_alloc returns NULL
2018-01-24 jhbStore IV in output buffer in GCM software fallback...
2018-01-24 jhbDon't read or generate an IV until all error checking...
2018-01-24 jhbExpand the software fallback for GCM to cover more...
2018-01-24 jhbClamp DSGL entries to a length of 2KB.
2018-01-24 jhbFail crypto requests when the resulting work request...
2018-01-24 jhbDon't discard AAD and IV output data for AEAD requests.
2018-01-24 jhbReject requests with AAD and IV larger than 511 bytes.
2018-01-24 jhbAlways set the IV location to IV_NOP.
2018-01-24 jhbAlways store the IV in the immediate portion of a work...
2018-01-24 traszAdd SPDX identifiers to linux_ptrace.c and cfumass.c.
2018-01-24 traszAdd SPDX tags to iscsi(4).
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-24 npcxgb(4): Validate offset/len in the GET_EEPROM ioctl.
2018-01-24 ianFollow changes in r328307 by using new IIC_RECURSIVE...
2018-01-24 ianFollow changes in r328307 by using new IIC_RECURSIVE...
2018-01-23 ianFix a bug introduced with recursive bus ownership suppo...
2018-01-23 ianSwitch to using the bcd_clocktime conversion functions...
2018-01-23 ianSwitch to using the bcd_clocktime conversion functions...
2018-01-23 ianSwitch to using the bcd_clocktime conversion functinos...
2018-01-22 erjixv(4): Stop setting editing ifnet flags in ixv_if_init()
2018-01-22 pfgdrm2: Basic use of mallocarray(9).
2018-01-22 pfgUnsign some values related to allocation.
2018-01-21 traszAdd missing manufacturer/serial number string descriptors.
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-20 dumbbellpsm: Log syncmask[1], not syncmask[0] twice
2018-01-20 mmelConvert extres/phy to kobj model.
2018-01-20 manuclk: Get new parent freq after set_freq
2018-01-20 traszRemove unused index.
2018-01-20 traszAdd missing SPDX tags; the rest of the license text...
2018-01-20 traszAdd sysctls to control device side USB identifiers...
2018-01-20 dumbbellpsm: Don't try to detect trackpoint packets if the...
2018-01-20 dumbbellpsm: Skip sync check when `PSM_CONFIG_NOCHECKSYNC`...
2018-01-20 landonfbhnd_chipc(4): Fix leak of child device ivars by explic...
next