aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep and remove most WARNS=6 settingsKyle Evans2021-08-293-5/+0
* ext2fs(5): Correct a typo in an error messageGordon Bergling2021-08-291-1/+1
* iflib: Improve mapping of TX/RX queues to CPUsPatrick Kelsey2021-08-272-159/+291
* vmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1Ka Ho Ng2021-08-271-2/+3
* tmpfs: Fix error being cleared after commit c12118f6cec0Ka Ho Ng2021-08-271-1/+1
* tmpfs: Fix stylesKa Ho Ng2021-08-273-18/+18
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-273-18/+9
* malloc(9): Document/complete aligned variantsAdam Fenn2021-08-272-0/+9
* devclass_alloc_unit: move "at" hint test to after device-in-use testAdam Fenn2021-08-271-4/+4
* lagg: don't update link layer addresses on destroyLuiz Otavio O Souza2021-08-261-7/+9
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-263-5/+6
* kenv: allow listing of static kernel environmentsKyle Evans2021-08-262-48/+93
* kern: add an option for preserving the early kenvKyle Evans2021-08-262-0/+12
* e1000: Update intel shared codeKevin Bowling2021-08-2636-755/+1298
* gre: simplify RSS ifdefsFranco Fichtner2021-08-261-22/+13
* iflib: emulate counters in netmap modeStephan de Wit2021-08-261-1/+17
* Allow the pseudo-errnos to be returned as well in boot loaderWarner Losh2021-08-251-1/+1
* ipfw: fix possible data race between jump cache reading and updating.Andrey V. Elsukov2021-08-242-44/+75
* ntb_transport(4): Mark callouts MP-safe.Alexander Motin2021-08-241-3/+3
* ixgbe: Avoid sbuf_trim(9) in sysctl handlerKevin Bowling2021-08-241-10/+16
* igc: sync igc_txrx with igb(4)Kevin Bowling2021-08-231-39/+53
* e1000: always enable PCSD when RSS hashingKevin Bowling2021-08-233-31/+27
* arm: hide busdma statistics behind ifdef ARM_BUSDMA_MAPLOAD_STATSMateusz Guzik2021-08-231-0/+18
* pf: assert dir state on pf_test{,6}Mateusz Guzik2021-08-231-1/+2
* pf: save on branching in the common case in pf_testMateusz Guzik2021-08-231-4/+3
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-08-2326-0/+12022
* ufs_dirhash: Correct a typo in a commentGordon Bergling2021-08-231-1/+1
* Optimize res_find().Alexander Motin2021-08-231-2/+6
* sigtimedwait: Use a unique wait channel for sleepingMark Johnston2021-08-231-1/+2
* Escape any '.' characters in sysctl node namesAlan Somers2021-08-221-2/+45
* kbdmux(4): Make callout handler mpsafe.Alexander Motin2021-08-221-51/+10
* kern: ether_gen_addr: randomize on default hostuuid, tooKyle Evans2021-08-203-4/+15
* Fix a typo that was introduced while fixing a typoGordon Bergling2021-08-191-1/+1
* Fix a common typo in source code commentsGordon Bergling2021-08-195-5/+5
* Fix a common typo in a commentGordon Bergling2021-08-191-1/+1
* Fix a few typos in source code commentsGordon Bergling2021-08-191-2/+2
* Fix some common typos in source code commentsGordon Bergling2021-08-1910-11/+11
* Fix a common typo in source code commentsGordon Bergling2021-08-192-2/+2
* Fix a few typos in source code commentsGordon Bergling2021-08-192-2/+2
* Fix a few typos in source code commentsGordon Bergling2021-08-191-1/+1
* ipfilter: remove doubled semicolonsEd Maste2021-08-192-3/+3
* frag6: do less work in frag6_slowtimo if possibleMateusz Guzik2021-08-181-0/+5
* frag6: drop the volatile keyword from frag6_nfrags and mark with __exclusive_...Mateusz Guzik2021-08-181-2/+2
* ip_reass: do less work in ipreass_slowtimo if possibleMateusz Guzik2021-08-181-1/+6
* ip_reass: drop the volatile keyword from nfrags and mark with __exclusive_cac...Mateusz Guzik2021-08-181-2/+2
* e1000: rctl/srrctl buffer size init, rfctl fixKevin Bowling2021-08-171-33/+43
* e1000: fix build after 92804cf3dc48 (orig c1655b0f)Marius Strobl2021-08-171-43/+43
* e1000: consistently use the hw variablesMarius Strobl2021-08-171-79/+73
* psm(4): Probe Synaptics touchpad with active multiplexing mode enabledVladimir Kondratyev2021-08-161-14/+28
* e1000: Fix lem/em UDP rx csum offloadKevin Bowling2021-08-161-46/+21