Age | Commit message (Expand) | Author |
2020-11-17 | remove unused definitions which no longer exist in linux | Jonathan Gray |
2020-11-17 | remove setup_timer() interface linux removed in 2017 | Jonathan Gray |
2020-11-17 | fix time_after32() macro | Jonathan Gray |
2020-11-17 | adjust for reversed outb arguments linux uses | Jonathan Gray |
2020-11-16 | Fix compile error on big-endian machines caused by recent multicast commit. | Patrick Wildt |
2020-11-16 | Add multicast support to bwfm(4) to make IPv6 work and to fix | Patrick Wildt |
2020-11-16 | regen | Patrick Wildt |
2020-11-16 | Move PL2303GC around to make sure the list is sorted properly. | Patrick Wildt |
2020-11-16 | regen | Kevin Lo |
2020-11-16 | Add PCI ids for Intel 2.5Gb adapters. | Kevin Lo |
2020-11-15 | Add acpige(4), a driver for ACPI generic event devices. This is a rather | Patrick Wildt |
2020-11-15 | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel | Mark Kettenis |
2020-11-15 | match on Edimax EW-7811Un V2, from Morgan Aldridge | Jonathan Matthew |
2020-11-15 | regen | Jonathan Matthew |
2020-11-14 | add Edimax EW-7811Un V2, from Morgan Aldridge | Jonathan Matthew |
2020-11-14 | Revise the initialization of the DRM Linux emulation layer such that we | Mark Kettenis |
2020-11-14 | idr limit should be inclusive | Jonathan Gray |
2020-11-14 | Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it's | Patrick Wildt |
2020-11-14 | Add support for the VF610 I2C controller to imxiic(4). It uses its | Patrick Wildt |
2020-11-14 | Move enabling/disabling the I2C controller and clearing the Interrupt | Patrick Wildt |
2020-11-14 | Bring IDR function prototypes in line with modern Linux and implement | Mark Kettenis |
2020-11-14 | whitespace | Mark Kettenis |
2020-11-14 | Add 10G media support. This makes the 10G ports on the "single shot" model | Mark Kettenis |
2020-11-14 | Add SFP+ support, including support for direct attach cables. | Mark Kettenis |
2020-11-14 | We should only grab the drm_global_mutex lock for legacy drivers. | Mark Kettenis |
2020-11-13 | Assert reset before configuring the MACs. Otherwise we leave the 10G MAC | Mark Kettenis |
2020-11-13 | To prepare for upcoming VF610 support, access the clk div table using | Patrick Wildt |
2020-11-13 | Convert array of two-element arrays into a much more readable array of | Patrick Wildt |
2020-11-13 | Add support for the PL2303HXN series chips to uplcom(4). The main | Patrick Wildt |
2020-11-13 | Add define for the status register's Arbitration Lost bit. | Patrick Wildt |
2020-11-13 | On VF610 the registers are a single byte apart, so introduce a regshift | Patrick Wildt |
2020-11-13 | Even though the registers are 16-bit wide, the upper 8 bits are always | Patrick Wildt |
2020-11-13 | Add support for the PCA9547 I2C mux to pcamux(4). In comparison to | Patrick Wildt |
2020-11-12 | Nuke variable 'ba'. Only use was removed in r1.230. | Kenneth R Westerback |
2020-11-12 | Reconfigure the COMPHY mode when we find an SFP and configure inband media | Mark Kettenis |
2020-11-12 | Add 1000baseT media support and set active media to the appropriate value. | Mark Kettenis |
2020-11-12 | Don't enable port or link until all crypto keys are installed by | Kenneth R Westerback |
2020-11-12 | FDT-based I2C drivers should not use OF_* API in the match code, since | Patrick Wildt |
2020-11-12 | use RWLOCK_INITIALIZER() in DEFINE_MUTEX() | Jonathan Gray |
2020-11-11 | Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher. | Stefan Sperling |
2020-11-11 | sync | Patrick Wildt |
2020-11-11 | Add Prolific PL2303GC USB serial adapter. | Patrick Wildt |
2020-11-10 | Enable optical output when bringing an interface up and disable it again | Mark Kettenis |
2020-11-10 | Add interfaces to control optical output of an SFP. | Mark Kettenis |
2020-11-10 | Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher. | Stefan Sperling |
2020-11-10 | Fix previous commit; using > 0 to check a pointer isn't quite right. | Mark Kettenis |
2020-11-10 | If possible, check the MOD-DEF0 signal to detect the presence of an SFP. | Mark Kettenis |
2020-11-09 | use a single preinitialised mutex for atomic64 fallback path | Jonathan Gray |
2020-11-09 | Rework MAC initialization code. Properly turn comphy off and on again | Patrick Wildt |
2020-11-09 | Clear TX sent counter on up/down. | Patrick Wildt |