summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add 8168D support.yongari2008-12-021-1/+3
* Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumyongari2008-12-022-2/+29
* Make sure to clear PMDR register by writing back power managementyongari2008-12-021-5/+4
* The pkthdr field is flowid not rss_hashkmacy2008-12-021-1/+1
* - fix multiqueue conditionalkmacy2008-12-021-2/+2
* integrate use after free fixes from private branchkmacy2008-12-021-54/+44
* Add controller suspend/resume support.mav2008-12-011-0/+27
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-018-54/+29
* import ath halsam2008-12-01110-0/+52514
* The Netgear WG111v2 USB dongle contains a RTL8187 chip,kevlo2008-12-011-1/+0
* null out m_next when marshalling a packetkmacy2008-12-011-1/+3
* Update internal mac stats every time the tick task is calledkmacy2008-12-011-25/+16
* don't manually track statisticskmacy2008-12-011-6/+0
* Proper fix for tracking ifnet statisticskmacy2008-12-011-0/+52
* Restore AHCI suspend/resume support,mav2008-12-011-2/+2
* cover up sun4v namespace pollutionsam2008-11-301-0/+3
* hookup mcast and promisc callbackssam2008-11-301-0/+18
* Major overhaul:sam2008-11-302-382/+569
* sync w/ p4 branchsam2008-11-301-1/+2
* some of the 11n parts can hang under certain conditions withoutsam2008-11-301-2/+28
* add frequency mapping for the Zcomax GZ-901sam2008-11-301-4/+9
* Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backenddfr2008-11-301-81/+85
* Improve a comment.jkoshy2008-11-301-4/+7
* Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* Check the return value of config_intrhook_establish().rpaulo2008-11-291-1/+5
* Check for non-existing model DMI string.rpaulo2008-11-291-0/+3
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcbz2008-11-281-2/+3
* Remove duplicate 2610SA entry.emaste2008-11-271-2/+0
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-276-20/+2878
* Don't let ata_completed() dereference a null request->dma pointer topeter2008-11-271-1/+1
* Small nit I just noticed, a pre-decrement should be post.jfv2008-11-271-1/+1
* Thanks to the reminder from Ganbold, small fix in the RX failurejfv2008-11-271-13/+11
* Add basic WOL support for 82550/82551/82558 and 82559 basedyongari2008-11-273-11/+80
* This delta is primarily a fix for es2lan devices thatjfv2008-11-2626-1388/+1368
* Updated ixgbe driver - version 1.6.2jfv2008-11-2611-1026/+1999
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-265-8/+13
* - Add the device ID for the HP HS2300 MC8775 clone (michael)n_hibma2008-11-262-6/+8
* Remove unused variable.ganbold2008-11-261-4/+4
* Implement TSO for 82550/82551 controllers.yongari2008-11-263-14/+118
* Implement Rx checksum offload for 82559 or later controllers.yongari2008-11-262-28/+110
* o Introduce a new function, fxp_new_rfabuf which allocates a newyongari2008-11-261-27/+69
* Remove unused variable.ganbold2008-11-251-2/+1
* src/lib/libusb20/libusb20_compat01.calfred2008-11-2513-122/+709
* Big update to the iSCSI initiator code. Highlights include IPv6 support,scottl2008-11-258-231/+584
* Simplify Tx checksum offload configuration. Also clear CSUM_IP ifyongari2008-11-251-8/+5
* - Allow fxp_encap() enqueue failed transmissions and setyongari2008-11-252-70/+71
* - improve AL2230 RF handling when the device type is zd1211. After thisweongyo2008-11-252-1145/+1526
* Move unarming watchdog timer and pending multicast configurationyongari2008-11-251-5/+5
* Fix Tx/Rx checksum offload ioctl handling and make Rx handler honoryongari2008-11-251-9/+26
* Make fxp(4) build with FXP_IP_CSUM_WAR.yongari2008-11-251-2/+2
OpenPOWER on IntegriCloud