aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionreleng/12.3Mark Johnston2023-12-051-1/+1
* pf: remove incorrect fragmentation checkKristof Provost2023-12-051-2/+1
* Add UPDATING entries and bump version.Gordon Tetlow2023-02-161-1/+1
* Add UPDATING entries and bump version.Gordon Tetlow2023-02-081-1/+1
* ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov2023-02-081-1/+5
* Add UPDATING entries and bump version.Gordon Tetlow2022-11-291-1/+1
* Add UPDATING entries and bump versionEd Maste2022-11-161-1/+1
* Add UPDATING entries and bump versionMark Johnston2022-11-011-1/+1
* Add UPDATING entries and bump versionEd Maste2022-08-301-1/+1
* zlib: Fix a bug when getting a gzip header extra field with inflate().Mark Adler2022-08-301-2/+3
* Add UPDATING entries and bump versionMark Johnston2022-08-091-1/+1
* vm_fault: Shoot down shared mappings in vm_fault_copy_entry()Mark Johnston2022-08-091-0/+7
* elf_note_prpsinfo: handle more failures from proc_getargv()Konstantin Belousov2022-08-091-4/+7
* aio_aqueue(): avoid ucred leak on failure pathKonstantin Belousov2022-07-251-1/+3
* CAM: Keep periph_links when restoring CCB in camperiphdone().Alexander Motin2022-07-251-0/+1
* Add UPDATING entries and bump version.Ed Maste2022-04-051-1/+1
* Assure that the number of bits for deflatePrime() is valid.Ed Maste2022-04-051-1/+2
* zlib: Fix a bug that can crash deflate on some input when using Z_FIXED.Ed Maste2022-04-053-70/+79
* net80211: validate Mesh ID length in ieee80211_parse_beaconBjoern A. Zeeb2022-04-051-0/+6
* mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste2022-04-053-0/+39
* netmap: Fix TOCTOU vulnerability in nmreq_copyinVincenzo Maffione2022-04-051-34/+17
* netmap: Fix integer overflow in nmreq_copyinVincenzo Maffione2022-04-051-2/+12
* Add UPDATING entries and bump version.Gordon Tetlow2022-03-221-1/+1
* Add UPDATING entries and bump versionMark Johnston2022-03-151-1/+1
* net80211: prevent plaintext injection by A-MSDU RFC1042/EAPOL framesMathy Vanhoef2022-03-154-24/+48
* net80211: reject mixed plaintext/encrypted fragmentsMathy Vanhoef2022-03-157-9/+24
* net80211: proper ssid length check in setmlme_assoc_adhoc()Bjoern A. Zeeb2022-03-151-1/+1
* net80211: correct length check in ieee80211_ies_expand()Bjoern A. Zeeb2022-03-151-1/+1
* net80211: mitigation against A-MSDU design flawMathy Vanhoef2022-03-156-7/+24
* Add UPDATING entries and bump version.Gordon Tetlow2022-02-011-1/+1
* smp_targeted_tlb_shootdown has to pin the CPU on i386Andriy Gapon2022-02-011-0/+4
* Add UPDATING entries and bump versionEd Maste2022-01-111-1/+1
* Fix fragmented UDP packets handling since rev.360967.Maxim Sobolev2022-01-101-104/+119
* MFC r368649 / 3fd989da by kib: amd64 pmap: fix PCID mode invalidationsAndriy Gapon2022-01-102-152/+153
* Hyper-V: vPCI: Prepopulate device barsWei Hu2022-01-101-0/+43
* amd64: correct size of the SSE area in the xsave layoutKonstantin Belousov2022-01-101-1/+1
* 12.3: update to -RELEASEupstream/12.3.0release/12.3.0Glen Barber2021-12-021-1/+1
* 12.3: update to RC2Glen Barber2021-11-181-1/+1
* igc: Use hardware routine for PHY resetPeter Grehan2021-11-146-61/+5
* igc: correctly update RCTL when changing multicast filters.Peter Grehan2021-11-141-3/+3
* 12.3: update to RC1Glen Barber2021-11-111-1/+1
* scsi_cd: Improve TOC access validationMark Johnston2021-11-101-18/+19
* 12.3: update to BETA3Glen Barber2021-11-041-1/+1
* usb(4): Fix for use after free in combination with EVDEV_SUPPORT.Hans Petter Selasky2021-11-031-13/+34
* 12.3: Update to BETA2Glen Barber2021-10-281-1/+1
* 12.3: create releng/12.3 branchGlen Barber2021-10-212-2/+2
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2021-10-205-197/+237
* cxgbe(4): Revert r367917.Navdeep Parhar2021-10-202-51/+0
* cxgbe(4): Catch up with in-flight netmap rx before destroying queues.Navdeep Parhar2021-10-202-0/+51
* selsocket: handle sopoll() errors correctlyBrooks Davis2021-10-201-4/+4