summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-06-16Store a unique ID, an interface index, rather than a pointer to theMartin Pieuchot
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-16regenJonathan Gray
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-15Bring back r1.78 and r1.79, now that ajactouto@'s regression hasMartin Pieuchot
2015-06-15Fix a double free in the destroy path triggered when a second process,Martin Pieuchot
2015-06-15Set the length of isochronous transfers as the sum of the frames lengths.Martin Pieuchot
2015-06-15Use proper argument type for crp_callback functions; no functional change.Mike Belopuhov
2015-06-15No need for an extra local variable; no functional change.Mike Belopuhov
2015-06-15Use proper argument type for crp_callback functions; no functional change.Mike Belopuhov
2015-06-15Remove comments referring to Linux iwlwifi source filenames from iwm(4).Stefan Sperling
2015-06-15Make the wifi LED work with iwm(4).Stefan Sperling
2015-06-14Bring a few routines from libkern in order to avoid linking against libgcc.Miod Vallat
2015-06-14Build required bits from libkern rather than importing them from libgcc.Miod Vallat
2015-06-14Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, insteadMiod Vallat
2015-06-14Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's theMiod Vallat
2015-06-14Implement IQ calibration support for rtwn(4). Lots of black magic involved.Stefan Sperling
2015-06-14correct the uart irq numbersJonathan Gray
2015-06-14add a driver for the ARM PrimeCell PL031 RTCJonathan Gray
2015-06-13Parse _CST objects and use the C-states they describe when they're sane.Philip Guenther
2015-06-13Busy-wait a short while after sending a command to rtwn(4) firmware.Stefan Sperling
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-06-12Remove superfluous splnet() protection.Martin Pieuchot
2015-06-12Actually trigger iwm_init_task() from iwm_watchdog() as intended to giveStefan Sperling
2015-06-12Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220.Stefan Sperling
2015-06-11In the copyout family of functions, if the address is out of rangeTheo de Raadt
2015-06-11Move hzto(9) to the attic; OK dlgMike Belopuhov
2015-06-11Convert from hzto(9) to tvtohz(9); OK dlgMike Belopuhov
2015-06-11Move away from using hzto(9); OK dlgMike Belopuhov
2015-06-11convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif toJonathan Matthew
2015-06-11Avoid double-free in error path by cribbing the HASBUF flagBret Lambert
2015-06-11remove uneeded pci includesJonathan Gray
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-06-10Don't claim the autri(4) driver supports big-ending, signed 8-bit,Alexandre Ratchov
2015-06-10Use first 4 channels of the board. The previous channel settingAlexandre Ratchov
2015-06-10Do not set "rcvif", if_input() does it for us.Martin Pieuchot
2015-06-10Add missing include.Martin Pieuchot
2015-06-09Remove the hack to check if the received pointer has changed in an ifihMartin Pieuchot
2015-06-09Convert trunk(4) to if_input().Martin Pieuchot
2015-06-08More damned eye searing whitespace. No change to .o files.Kenneth R Westerback
2015-06-08enable agtimer on the ramdisk as wellJonathan Gray
2015-06-08At some point arm moved to a unified syntax for arm and thumb instructions.Jonathan Gray
2015-06-08Merge multiple copies of the code doing VLAN tag insertion back intoMartin Pieuchot
2015-06-08Move carp-related logic from ether_output() into carp_start().Martin Pieuchot
2015-06-08rearrange delayed_work to avoid the use of container_of while leaving it inJonathan Matthew
2015-06-08pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX.Stefan Sperling
2015-06-08Add initial support for the ARM Versatile Express boards as emulated byJonathan Gray
2015-06-08refuse to do polled isochronous transfers, as other usb controller drivers doJonathan Matthew
2015-06-08Ensure polled bulk, control and interrupt transfers actually poll, fixingJonathan Matthew