summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove a duplicate break statementjsg2014-04-261-2/+1
* Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sizedmlarkin2014-04-261-14/+21
* Defer the free of the hibernate structures until later, when it is safe tomlarkin2014-04-253-17/+11
* regenmpi2014-04-252-2/+107
* Add a bunch of GeForce GT{,X} chips listed in nvidia's 334.21 driver.mpi2014-04-251-1/+22
* Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!mpi2014-04-253-15/+13
* Do no reprobe for a supported protocol when enabling a pointingmpi2014-04-251-2/+2
* test dt_min for invalid minute values instead of testing dt_sec twicejsg2014-04-251-3/+3
* Kill in_localaddr(), one less usage of the global list of IPv4 addresses.mpi2014-04-253-30/+10
* don't access a pointer till after the null checkjsg2014-04-251-3/+4
* no need to check for default_chip_map twice in one if statementjsg2014-04-241-2/+1
* ewps... repair qid assignmenthenning2014-04-241-1/+7
* Change the usbd_*_report() family of functions to take a usbd_devicempi2014-04-245-157/+70
* match some more intel sata devices in ide modejsg2014-04-241-1/+73
* regenjsg2014-04-242-17/+67
* add some more intel sata devices in ide modejsg2014-04-241-4/+14
* No need for vargs here.florian2014-04-234-31/+16
* Document RTS5227 support in rtsx(4).stsp2014-04-231-2/+2
* Don't use varargs for udp_output() and sync the argument order withmpi2014-04-232-19/+11
* Don't attempt to deal with link types supported by no drivers in thejca2014-04-231-17/+1
* You don't want to use ifa_ifwithroute(), it exists for to the routingmpi2014-04-232-4/+5
* rename some hardware revisions to match FreeBSDjsg2014-04-232-17/+17
* add support for RTL8168EPjsg2014-04-232-2/+5
* While we always mask the revision with 0x7c800000 linux uses a tablejsg2014-04-232-16/+2
* Add support for RTL8168GUjsg2014-04-232-2/+5
* Unify the model name to LUNA-88K{,2}, that is considered theaoyama2014-04-223-8/+8
* Fix issue where we could jump into getdirtybuf without splbio() on a retrybeck2014-04-221-2/+2
* Remove RX checksum offloading support. The chip is too limited, andnaddy2014-04-223-305/+5
* Remove some altq tentacles.mpi2014-04-227-82/+10
* ifa_ifwithroute() is the only magic place where an AF_LINK sockaddrmpi2014-04-222-16/+19
* NULL is cooler than 0 when pointers are concernedhenning2014-04-221-6/+6
* If VLAN_HWTAGGING is disabled, we tell the chip not to strip thenaddy2014-04-221-2/+3
* we used to handle the vlan tag etc insertion very very very late,henning2014-04-222-36/+51
* move vscsi from using scsi_req_probe and scsi_req_detach to usingdlg2014-04-221-8/+68
* factor out the code that figures out whether you're probing or detachingdlg2014-04-223-48/+41
* g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it inhenning2014-04-211-5/+3
* __inline -> inlinehenning2014-04-211-3/+3
* msdosfs timestamps can only represent 1/1/1980 throughkrw2014-04-211-3/+12
* Simplify the update process a bit. Don't try to skip parts based on whatjmatthew2014-04-211-9/+5
* Back out most of v1.47 changes which mess up the block size on thesebeck2014-04-211-27/+23
* ip_output() using varargs always struck me as bizarre, esp since it's onlyhenning2014-04-2121-57/+51
* Fix off-by-one error in PG_LGFRAME maskguenther2014-04-211-2/+2
* we'll do fine without casting NULL to struct foo * / void *henning2014-04-2113-53/+42
* remove a define in an #ifdef notyet - "not yet" for 19 years gotta behenning2014-04-211-7/+1
* annotate all #endifs to make clear what #if(def) they endhenning2014-04-211-9/+8
* cosmetic changes regarding #ifdef to make things more obvious, ok reykhenning2014-04-211-4/+4
* In qla_get_port_name_list, handle malloc failure, skip special fabric ports,jmatthew2014-04-211-3/+27
* regenstsp2014-04-202-2/+7
* Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi devicestsp2014-04-201-1/+2
* move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdrnaddy2014-04-202-51/+42