summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Correct corrupt read when the read starts at a non-aligned offset.remko2007-06-111-4/+6
* Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offloadandre2007-06-111-0/+1
* Fix a spacing nit.imp2007-06-111-1/+0
* Prefer __packed to __attribute__((__packed__)).imp2007-06-111-1/+1
* Exclude wlan_scan_* from PAE like the rest of wlan.thompsa2007-06-111-0/+2
* Remove some ioctls that were ill-thought out. There is no usermjacob2007-06-112-128/+14
* Move the oversize ethernet frame size check into DIAGNOSTIC,gallatin2007-06-111-0/+2
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-113-5/+2
* Check against maxsegsz being zero in bus_dma_tag_create and return EINVALmjacob2007-06-112-0/+8
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.mjacob2007-06-111-2/+6
* Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).imp2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-113-2/+5
* Small LRO related fixes for mxge:gallatin2007-06-112-5/+39
* Add missing \n to printfphk2007-06-111-1/+1
* MFp4 (missed in net80211 megaupdate)thompsa2007-06-112-7/+25
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.thompsa2007-06-114-0/+8
* Add new files in the net80211 changes.thompsa2007-06-111-1/+3
* Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminateimp2007-06-112-9/+6
* Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer inimp2007-06-111-9/+0
* Prefer device_printf over printf.imp2007-06-112-45/+34
* Minor tweak.imp2007-06-111-4/+2
* Prefer device_printf to printfimp2007-06-111-44/+41
* Prefer device_printf to printfimp2007-06-112-40/+36
* Get rid of useless devinfo stuffimp2007-06-111-40/+28
* Prefer device_printf to printf where sane.imp2007-06-112-33/+29
* - Don't force to be the GDB port since dcons(4) is in GENERIC now.simokawa2007-06-111-1/+5
* Update 802.11 wireless support:sam2007-06-1169-4853/+13028
* Conditionally acquire Giant in vm_contig_launder_page().alc2007-06-111-0/+4
* Connect icsphy(4) to the build.yongari2007-06-112-1/+2
* Add icsphy(4), Integrated Circuit Systems PHY driver, ported fromyongari2007-06-112-0/+438
* Add ICS1889/ICS1892/ICS1893 PHY.yongari2007-06-111-0/+3
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-112-2/+4
* Disable automatic IP ID increment. Due to a hardware bug the automaticyongari2007-06-111-15/+0
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-1129-31/+75
* Use default options for default partitioning schemes, rather thanmarcel2007-06-1110-20/+21
* Add the machine-specific definitions for configuring the new physicalalc2007-06-102-1/+31
* - Add codec id for ALC660 [1]ariff2007-06-101-1/+10
* Optimize vmmeter locking.attilio2007-06-109-91/+74
* Fix a case in tcp_do_segment() where tcp_update_sack_list() wouldandre2007-06-101-2/+1
* Fix style for comments, be more verbose and add some more.andre2007-06-101-23/+34
* Now pam_nologin(8) will provide an account management functionyar2007-06-101-1/+1
* Work around a firmware bug in the HP rx2660, where in ACPI an I/O portmarcel2007-06-102-3/+12
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.mjacob2007-06-101-3/+3
* Initialize the dma tag's bounce_zone to NULL if we didn't allocate it.cognet2007-06-101-1/+2
* Prefer device_printf over printfimp2007-06-102-36/+31
* Prefer device_printf over printf. Eliminate axe_unit as it is noimp2007-06-102-38/+32
* Remove 'inline' qualifiers from functions which are not, in fact, inlines.mjacob2007-06-102-7/+7
* Cast the ioctl define to the type of the variable being switched on.mjacob2007-06-101-2/+2
* Remove unused variable.mjacob2007-06-101-2/+0
OpenPOWER on IntegriCloud