Age | Commit message (Expand) | Author |
2012-12-07 | Remove support for waiting for an interrupt within hostcmd_send(), since only | Stefan Sperling |
2012-12-07 | ixgbe_phy_aq is an x540 so kill stale references in the 82598 module | Mike Belopuhov |
2012-12-06 | Rework how AGP memory regions are mapped and add support for AGP bridges | Martin Pieuchot |
2012-12-06 | Make sure we try to unbind AGP memory regions if the aperture base address | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-05 | minor cleanup, whitespaces, mostly synced with freebsd | Mike Belopuhov |
2012-12-05 | fix from freebsd to correctly account rx errors; problem reported | Mike Belopuhov |
2012-12-05 | minor spacing nit. | Jasper Lievisse Adriaanse |
2012-12-04 | Add support for Uninorth AGP bridges found in most if not all the macppc | Martin Pieuchot |
2012-12-03 | wrap bpf.h header with NBPFILTER | Stefan Fritsch |
2012-12-01 | Add RX TCP/UDP checksum offload support. | Brad Smith |
2012-12-01 | Don't bother to zero initialize the if_capabilities field first and | Brad Smith |
2012-12-01 | The return value of vio_link_state() is not used so change the return | Brad Smith |
2012-11-30 | Fix speakers on Apple MacBook Air 2010, they require gpio unmuting. | Stuart Henderson |
2012-11-30 | Support large MTUs | Stefan Fritsch |
2012-11-29 | Add rtsx(4), a new driver for the Realtek RTS5209 card reader. | Stefan Sperling |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-11-29 | Fix asterisk symbol in de layout. | Alexandr Shadchin |
2012-11-29 | make ix complile with IX_DEBUG defined, based on the patch from | Mike Belopuhov |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-11-27 | fix format string; OK mikeb@ | Gleydson Soares |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
2012-11-26 | shorten MBX_RX_IFACE_* defines | Mike Belopuhov |
2012-11-26 | get rid of some useless bitfields in oce_mbx and mbx_hdr | Mike Belopuhov |
2012-11-26 | Bring in some more pch2/82579 bits from the Intel code in FreeBSD: | Jonathan Gray |
2012-11-23 | better way to set baudrate to 0; pointed out by gsoares@ | Mike Belopuhov |
2012-11-23 | set ifp->if_baudrate with IF_Gbps() / IF_Mbps(). | Gleydson Soares |
2012-11-23 | - Remove return's at the end of void functions | Brad Smith |
2012-11-22 | Don't bother to store the return value from pci_set_powerstate() as the | Brad Smith |
2012-11-21 | Don't forget to delete an rx refill timeout when bringing | Mike Belopuhov |
2012-11-21 | sync | Kirill Bychkov |
2012-11-21 | Hook D-Link DUB-E100 rev C1 to axe(4) | Kirill Bychkov |
2012-11-21 | Add D-Link DUB-E100 rev C1. | Kirill Bychkov |
2012-11-20 | fix typo | Mike Belopuhov |
2012-11-17 | Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed by | Stefan Fritsch |
2012-11-17 | regen | Mark Kettenis |
2012-11-17 | Add missing Adaptec 2915LP entry I spotted in a dmesg a while ago. | Mark Kettenis |
2012-11-17 | Newer chips feature "advanced" bluetooth coexistence, which is why sending | Mark Kettenis |
2012-11-17 | Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, but | Mark Kettenis |
2012-11-15 | Do not try to transmit packets if the interface is not running. | Joel Sing |
2012-11-14 | allocate a mailbox payload dma memory upfront instead of per request | Mike Belopuhov |
2012-11-14 | add support for the lenovo usb 2.0 ethernet adapter | joshua stein |
2012-11-14 | regen | joshua stein |
2012-11-14 | add lenovo usb ethernet adapter | joshua stein |
2012-11-14 | Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well. | Mark Kettenis |
2012-11-13 | Writing a 1 to the MEF bit of the ERRSTS0 register of the 82443LX host bridge | Mark Kettenis |
2012-11-13 | do an OACTIVE/if_start dance only once per tx interrupt | Mike Belopuhov |
2012-11-13 | enable hardware tx checksum offloading as oce doesn't | Mike Belopuhov |
2012-11-13 | more cleanup missed in the previous commit | Mike Belopuhov |
2012-11-13 | major cleanup; get rid of the oce_destroy_queue | Mike Belopuhov |